qemuxml2argv-disk-drive-error-policy-enospace.args 517 字节
Newer Older
1 2 3 4 5 6 7
LC_ALL=C \
PATH=/bin \
HOME=/home/test \
USER=test \
LOGNAME=test \
QEMU_AUDIO_DRV=none \
/usr/bin/qemu \
8
-name QEMUGuest1 \
9 10 11 12
-S \
-M pc \
-m 214 \
-smp 1 \
13
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
14
-nographic \
E
Eric Blake 已提交
15
-monitor control,unix:/tmp/test-monitor,server,nowait \
16 17 18
-no-acpi \
-boot c \
-usb \
19
-drive file=/dev/HostVG/QEMUGuest1,if=ide,bus=0,unit=0,format=qcow2,cache=none,\
20 21 22 23 24
werror=enospc \
-drive file=/dev/HostVG/QEMUGuest2,if=ide,media=cdrom,bus=1,unit=0,format=raw \
-net none \
-serial none \
-parallel none