mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 14:15:28 +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.
6 lines
283 B
Plaintext
6 lines
283 B
Plaintext
LC_ALL=C PATH=/bin HOME=/home/test USER=test LOGNAME=test /usr/bin/qemu \
|
|
-S -machine pc,accel=tcg,dump-guest-core=on -m 214 -smp 1 -nographic \
|
|
-monitor unix:/tmp/test-monitor,server,nowait -no-acpi -boot c -usb \
|
|
-hda /dev/HostVG/QEMUGuest1 -net none -serial \
|
|
none -parallel none
|