]> git.proxmox.com Git - qemu-server.git/blob - test/cfg2cmd/memory-hugepages-1g.conf.cmd
schema: fix description of migrate_downtime parameter
[qemu-server.git] / test / cfg2cmd / memory-hugepages-1g.conf.cmd
1 /usr/bin/kvm \
2 -id 8006 \
3 -name 'simple,debug-threads=on' \
4 -no-shutdown \
5 -chardev 'socket,id=qmp,path=/var/run/qemu-server/8006.qmp,server=on,wait=off' \
6 -mon 'chardev=qmp,mode=control' \
7 -chardev 'socket,id=qmp-event,path=/var/run/qmeventd.sock,reconnect=5' \
8 -mon 'chardev=qmp-event,mode=control' \
9 -pidfile /var/run/qemu-server/8006.pid \
10 -daemonize \
11 -smbios 'type=1,uuid=7b10d7af-b932-4c66-b2c3-3996152ec465' \
12 -smp '4,sockets=2,cores=2,maxcpus=4' \
13 -nodefaults \
14 -boot 'menu=on,strict=on,reboot-timeout=1000,splash=/usr/share/qemu-server/bootsplash.jpg' \
15 -vnc 'unix:/var/run/qemu-server/8006.vnc,password=on' \
16 -cpu kvm64,enforce,+kvm_pv_eoi,+kvm_pv_unhalt,+lahf_lm,+sep \
17 -m 8192 \
18 -object 'memory-backend-file,id=ram-node0,size=4096M,mem-path=/run/hugepages/kvm/1048576kB,share=on,prealloc=yes' \
19 -numa 'node,nodeid=0,cpus=0-1,memdev=ram-node0' \
20 -object 'memory-backend-file,id=ram-node1,size=4096M,mem-path=/run/hugepages/kvm/1048576kB,share=on,prealloc=yes' \
21 -numa 'node,nodeid=1,cpus=2-3,memdev=ram-node1' \
22 -device 'pci-bridge,id=pci.1,chassis_nr=1,bus=pci.0,addr=0x1e' \
23 -device 'pci-bridge,id=pci.2,chassis_nr=2,bus=pci.0,addr=0x1f' \
24 -device 'vmgenid,guid=c773c261-d800-4348-9f5d-167fadd53cf8' \
25 -device 'piix3-usb-uhci,id=uhci,bus=pci.0,addr=0x1.0x2' \
26 -device 'usb-tablet,id=tablet,bus=uhci.0,port=1' \
27 -device 'VGA,id=vga,bus=pci.0,addr=0x2' \
28 -device 'virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x3' \
29 -iscsi 'initiator-name=iqn.1993-08.org.debian:01:aabbccddeeff' \
30 -machine 'type=pc'