mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-09 23:10:08 +00:00
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
|