mirror of
https://github.com/turtlebasket/michaelnet.git
synced 2026-03-04 11:34:48 -08:00
update kvm accel flag
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user