qemuxml2argv-graphics-spice-sasl.args 740 字节
Newer Older
1 2 3 4 5 6 7 8
LC_ALL=C \
PATH=/bin \
HOME=/home/test \
USER=test \
LOGNAME=test \
SASL_CONF_PATH=/root/.sasl2 \
QEMU_AUDIO_DRV=spice \
/usr/bin/qemu \
9
-name QEMUGuest1 \
10 11 12 13
-S \
-M pc \
-m 214 \
-smp 1 \
14
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
15
-nodefaults \
16
-monitor unix:/tmp/lib/domain--1-QEMUGuest1/monitor.sock,server,nowait \
17 18 19
-no-acpi \
-boot c \
-usb \
20
-drive file=/dev/HostVG/QEMUGuest1,format=raw,if=none,id=drive-ide0-0-0 \
21
-device ide-drive,bus=ide.0,unit=0,drive=drive-ide0-0-0,id=ide0-0-0 \
22
-spice port=5903,tls-port=5904,addr=127.0.0.1,sasl,\
23
x509-dir=/etc/pki/libvirt-spice,tls-channel=default \
24 25 26
-vga qxl \
-global qxl-vga.ram_size=67108864 \
-global qxl-vga.vram_size=33554432 \
27
-device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x3