2015-11-06 21:20:06 +08:00
|
|
|
LC_ALL=C \
|
|
|
|
PATH=/bin \
|
2019-03-06 20:29:01 +08:00
|
|
|
HOME=/tmp/lib/domain--1-QEMUGuest1 \
|
2015-11-06 21:20:06 +08:00
|
|
|
USER=test \
|
|
|
|
LOGNAME=test \
|
2019-03-08 19:15:07 +08:00
|
|
|
XDG_DATA_HOME=/tmp/lib/domain--1-QEMUGuest1/.local/share \
|
|
|
|
XDG_CACHE_HOME=/tmp/lib/domain--1-QEMUGuest1/.cache \
|
|
|
|
XDG_CONFIG_HOME=/tmp/lib/domain--1-QEMUGuest1/.config \
|
2015-11-06 21:20:06 +08:00
|
|
|
QEMU_AUDIO_DRV=none \
|
2017-04-07 00:19:48 +08:00
|
|
|
/usr/bin/qemu-system-i686 \
|
2015-11-06 22:29:41 +08:00
|
|
|
-name QEMUGuest1 \
|
2015-11-06 21:20:06 +08:00
|
|
|
-S \
|
2018-03-29 18:51:55 +08:00
|
|
|
-machine pc,accel=tcg,usb=off,dump-guest-core=off \
|
2015-11-06 21:20:06 +08:00
|
|
|
-m 4096 \
|
2019-04-12 16:03:36 +08:00
|
|
|
-realtime mlock=off \
|
2016-06-23 19:29:16 +08:00
|
|
|
-smp 4,sockets=4,cores=1,threads=1 \
|
2015-01-15 22:55:48 +08:00
|
|
|
-object memory-backend-file,id=ram-node0,prealloc=yes,\
|
2016-11-22 20:21:51 +08:00
|
|
|
mem-path=/dev/hugepages1G/libvirt/qemu/-1-QEMUGuest1,size=1073741824,\
|
|
|
|
host-nodes=0-3,policy=bind \
|
2014-09-08 17:36:09 +08:00
|
|
|
-numa node,nodeid=0,cpus=0,memdev=ram-node0 \
|
2015-01-15 22:55:48 +08:00
|
|
|
-object memory-backend-file,id=ram-node1,prealloc=yes,\
|
2016-11-22 20:21:51 +08:00
|
|
|
mem-path=/dev/hugepages2M/libvirt/qemu/-1-QEMUGuest1,share=yes,size=1073741824,\
|
2016-07-11 22:27:53 +08:00
|
|
|
host-nodes=0-3,policy=bind \
|
2014-09-08 17:36:09 +08:00
|
|
|
-numa node,nodeid=1,cpus=1,memdev=ram-node1 \
|
2015-01-15 22:55:48 +08:00
|
|
|
-object memory-backend-file,id=ram-node2,prealloc=yes,\
|
2016-11-22 20:21:51 +08:00
|
|
|
mem-path=/dev/hugepages1G/libvirt/qemu/-1-QEMUGuest1,share=no,size=1073741824,\
|
|
|
|
host-nodes=0-3,policy=bind \
|
2014-09-08 17:36:09 +08:00
|
|
|
-numa node,nodeid=2,cpus=2,memdev=ram-node2 \
|
2015-01-15 22:55:48 +08:00
|
|
|
-object memory-backend-file,id=ram-node3,prealloc=yes,\
|
2016-11-22 20:21:51 +08:00
|
|
|
mem-path=/dev/hugepages1G/libvirt/qemu/-1-QEMUGuest1,size=1073741824,\
|
|
|
|
host-nodes=3,policy=bind \
|
2014-09-08 17:36:09 +08:00
|
|
|
-numa node,nodeid=3,cpus=3,memdev=ram-node3 \
|
2015-11-06 22:29:52 +08:00
|
|
|
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
|
2018-03-29 18:51:55 +08:00
|
|
|
-display none \
|
2018-03-29 18:51:55 +08:00
|
|
|
-no-user-config \
|
2016-01-13 08:26:40 +08:00
|
|
|
-nodefaults \
|
2017-06-26 22:40:39 +08:00
|
|
|
-chardev socket,id=charmonitor,path=/tmp/lib/domain--1-QEMUGuest1/monitor.sock,\
|
|
|
|
server,nowait \
|
2018-03-29 06:04:58 +08:00
|
|
|
-mon chardev=charmonitor,id=monitor,mode=control \
|
2018-03-29 18:51:55 +08:00
|
|
|
-rtc base=utc \
|
2018-03-29 18:51:55 +08:00
|
|
|
-no-shutdown \
|
2015-11-06 21:20:06 +08:00
|
|
|
-no-acpi \
|
|
|
|
-usb \
|
2016-01-13 08:26:40 +08:00
|
|
|
-drive file=/dev/HostVG/QEMUGuest1,format=raw,if=none,id=drive-ide0-0-0 \
|
2019-01-28 21:44:57 +08:00
|
|
|
-device ide-hd,bus=ide.0,unit=0,drive=drive-ide0-0-0,id=ide0-0-0,bootindex=1 \
|
2016-01-13 08:26:40 +08:00
|
|
|
-device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x3
|