From bdd2285dff7911bf4d6df83d709ff67a487023fc Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Fri, 5 Jan 2024 22:04:18 -0800 Subject: comments --- home/xyz/.local/bin/qg | 3 +-- home/xyz/.local/bin/qw | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'home') diff --git a/home/xyz/.local/bin/qg b/home/xyz/.local/bin/qg index c465d8df..dde51909 100755 --- a/home/xyz/.local/bin/qg +++ b/home/xyz/.local/bin/qg @@ -1,7 +1,6 @@ #!/bin/sh -# /home/xyz/.local/bin/qw -# https://wiki.archlinux.org/title/QEMU +# more resources see comments in my script qw # https://guix.gnu.org/manual/en/html_node/Running-Guix-in-a-VM.html # `-enable-kvm` same as `-accel kvm`, see archwiki qemu-system-x86_64 \ diff --git a/home/xyz/.local/bin/qw b/home/xyz/.local/bin/qw index f965b21a..e77b88f7 100755 --- a/home/xyz/.local/bin/qw +++ b/home/xyz/.local/bin/qw @@ -3,6 +3,8 @@ # For better performance, it needs CPU-pinning with `taskset`, GPU pass-through, and other more tweaks # https://github.com/cardi/qemu-windows-10 # https://wiki.archlinux.org/title/QEMU +## https://wiki.archlinux.org/title/QEMU#Mouse_integration +# https://qemu-project.gitlab.io/qemu/system/devices/usb.html qemu-system-x86_64 \ -accel kvm \ -cpu host,hv_relaxed,hv_spinlocks=0x1fff,hv_vapic,hv_time \ -- cgit v1.2.3-70-g09d2