mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-09 22:45:21 +00:00
5 lines
263 B
Plaintext
5 lines
263 B
Plaintext
|
LC_ALL=C PATH=/bin HOME=/home/test USER=test LOGNAME=test \
|
||
|
/usr/libexec/qemu-kvm -S -M pc-1.2 -m 2048 -smp 2 -nographic -nodefaults \
|
||
|
-monitor unix:/tmp/test-monitor,server,nowait -no-acpi -boot c \
|
||
|
-usb -device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x3
|