mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 21:34:54 +03:00
dc7f6c3d30
The -uuid arg was added in QEMU 0.10.0, so the QEMU driver can assume it is always available. Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
22 lines
367 B
Plaintext
22 lines
367 B
Plaintext
LC_ALL=C \
|
|
PATH=/bin \
|
|
HOME=/home/test \
|
|
USER=test \
|
|
LOGNAME=test \
|
|
QEMU_AUDIO_DRV=none \
|
|
/usr/bin/qemu-system-x86_64 \
|
|
-name qemu-host \
|
|
-S \
|
|
-machine pc-0.11,accel=tcg \
|
|
-m 4096 \
|
|
-smp 4 \
|
|
-uuid d091ea82-29e6-2e34-3005-f02617b36e87 \
|
|
-nographic \
|
|
-monitor unix:/tmp/test-monitor,server,nowait \
|
|
-no-acpi \
|
|
-boot c \
|
|
-usb \
|
|
-net none \
|
|
-serial none \
|
|
-parallel none
|