update kvm accel flag

This commit is contained in:
2024-06-18 14:14:43 -07:00
parent bbab5c6184
commit c02e709c29
4 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ ISO=windows
DRIVENAME=winhost
MEM_GB=8
qemu-system-x86_64 -enable-kvm \
qemu-system-x86_64 -accel kvm \
-m $(expr 1024 \* $MEM_GB) -drive file=./$DRIVENAME.qcow2,format=qcow2 \
-smp cores=2,threads=4 -vga virtio
-smp cores=2,threads=3 -vga virtio

View File

@@ -6,7 +6,7 @@ ISO=windows
DRIVENAME=winhost
MEM_GB=8
qemu-system-x86_64 -enable-kvm \
qemu-system-x86_64 -accel kvm \
-m $(expr 1024 \* $MEM_GB) -drive file=./$DRIVENAME.qcow2,format=qcow2 \
-smp cores=2,threads=4 -nographic