2015-11-06 07:20:06 -06:00
|
|
|
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 \
|
|
|
|
-nodefaults \
|
|
|
|
-monitor unix:/tmp/test-monitor,server,nowait \
|
|
|
|
-no-acpi \
|
|
|
|
-boot c \
|
|
|
|
-usb \
|
|
|
|
-hda /dev/HostVG/QEMUGuest1 \
|
2014-10-17 11:45:18 -05:00
|
|
|
-chardev socket,id=charnet0,path=/tmp/vhost0.sock,server \
|
2014-07-11 12:47:31 -05:00
|
|
|
-netdev type=vhost-user,id=hostnet0,chardev=charnet0 \
|
2015-11-06 07:20:06 -06:00
|
|
|
-device virtio-net-pci,netdev=hostnet0,id=net0,mac=52:54:00:ee:96:6b,bus=pci.0,\
|
|
|
|
addr=0x3 \
|
2014-10-17 11:45:18 -05:00
|
|
|
-chardev socket,id=charnet1,path=/tmp/vhost1.sock \
|
|
|
|
-netdev type=vhost-user,id=hostnet1,chardev=charnet1 \
|
2015-11-06 07:20:06 -06:00
|
|
|
-device virtio-net-pci,netdev=hostnet1,id=net1,mac=52:54:00:ee:96:6c,bus=pci.0,\
|
|
|
|
addr=0x4 \
|
2015-01-20 06:34:10 -06:00
|
|
|
-netdev socket,listen=:2015,id=hostnet2 \
|
|
|
|
-device rtl8139,netdev=hostnet2,id=net2,mac=52:54:00:95:db:c0,bus=pci.0,addr=0x5
|