mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-09 23:10:08 +00:00
6d4804858e
This is a better interface to choose accelerator than guessing whether we should enable or disable kvm to get the right one.
5 lines
247 B
Plaintext
5 lines
247 B
Plaintext
LC_ALL=C PATH=/bin HOME=/home/test USER=test LOGNAME=test \
|
|
/usr/libexec/qemu-kvm -S -machine pc-1.0,accel=kvm -m 4096 \
|
|
-smp 4 -nographic -monitor unix:/tmp/test-monitor,server,nowait \
|
|
-no-acpi -boot c -usb -net none -serial none -parallel none
|