mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-26 07:36:19 +00:00
18 lines
891 B
Plaintext
18 lines
891 B
Plaintext
|
LC_ALL=C PATH=/bin HOME=/home/test USER=test LOGNAME=test QEMU_AUDIO_DRV=none \
|
||
|
/usr/bin/qemu -S -M pc -m 214 -smp 1 -nographic -nodefconfig -nodefaults \
|
||
|
-chardev socket,id=charmonitor,path=/tmp/test-monitor,server,nowait \
|
||
|
-mon chardev=charmonitor,id=monitor,mode=readline \
|
||
|
-no-acpi -boot c \
|
||
|
-device virtio-serial-pci,id=virtio-serial1,bus=pci.0,addr=0xa \
|
||
|
-usb -hda /dev/HostVG/QEMUGuest1 \
|
||
|
-chardev pty,id=charchannel0 \
|
||
|
-device virtserialport,bus=virtio-serial1.0,nr=3,chardev=charchannel0,\
|
||
|
id=channel0,name=org.linux-kvm.port.foo \
|
||
|
-chardev pty,id=charchannel1 \
|
||
|
-device virtserialport,bus=virtio-serial1.0,nr=4,chardev=charchannel1,\
|
||
|
id=channel1,name=org.linux-kvm.port.foo1 \
|
||
|
-chardev pty,id=charchannel2 \
|
||
|
-device virtserialport,bus=virtio-serial1.0,nr=5,chardev=charchannel2,\
|
||
|
id=channel2,name=org.linux-kvm.port.foo2 \
|
||
|
-device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x3
|