]> git.proxmox.com Git - qemu-server.git/blob - test/cfg2cmd/q35-linux-hostpci-mapping.conf.cmd
schema: fix description of migrate_downtime parameter
[qemu-server.git] / test / cfg2cmd / q35-linux-hostpci-mapping.conf.cmd
1 /usr/bin/kvm \
2 -id 8006 \
3 -name 'vm8006,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=3dd750ce-d910-44d0-9493-525c0be4e687' \
12 -drive 'if=pflash,unit=0,format=raw,readonly=on,file=/usr/share/pve-edk2-firmware//OVMF_CODE.fd' \
13 -drive 'if=pflash,unit=1,id=drive-efidisk0,format=qcow2,file=/var/lib/vz/images/100/vm-100-disk-1.qcow2' \
14 -global 'ICH9-LPC.acpi-pci-hotplug-with-bridge-support=off' \
15 -smp '2,sockets=2,cores=1,maxcpus=2' \
16 -nodefaults \
17 -boot 'menu=on,strict=on,reboot-timeout=1000,splash=/usr/share/qemu-server/bootsplash.jpg' \
18 -vnc 'unix:/var/run/qemu-server/8006.vnc,password=on' \
19 -cpu kvm64,enforce,+kvm_pv_eoi,+kvm_pv_unhalt,+lahf_lm,+sep \
20 -m 512 \
21 -object 'memory-backend-ram,id=ram-node0,size=256M' \
22 -numa 'node,nodeid=0,cpus=0,memdev=ram-node0' \
23 -object 'memory-backend-ram,id=ram-node1,size=256M' \
24 -numa 'node,nodeid=1,cpus=1,memdev=ram-node1' \
25 -readconfig /usr/share/qemu-server/pve-q35-4.0.cfg \
26 -device 'vmgenid,guid=54d1c06c-8f5b-440f-b5b2-6eab1380e13d' \
27 -device 'usb-tablet,id=tablet,bus=ehci.0,port=1' \
28 -device 'vfio-pci,host=0000:07:10.0,id=hostpci0,bus=pci.0,addr=0x10' \
29 -device 'vfio-pci,sysfsdev=/sys/bus/mdev/devices/00000001-0000-0000-0000-000000008006,id=hostpci1,bus=pci.0,addr=0x11' \
30 -device 'vfio-pci,host=0000:07:10.4,id=hostpci2,bus=pci.0,addr=0x1b' \
31 -device 'VGA,id=vga,bus=pcie.0,addr=0x1' \
32 -device 'virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x3,free-page-reporting=on' \
33 -iscsi 'initiator-name=iqn.1993-08.org.debian:01:aabbccddeeff' \
34 -netdev 'type=tap,id=net0,ifname=tap8006i0,script=/var/lib/qemu-server/pve-bridge,downscript=/var/lib/qemu-server/pve-bridgedown,vhost=on' \
35 -device 'virtio-net-pci,mac=2E:01:68:F9:9C:87,netdev=net0,bus=pci.0,addr=0x12,id=net0,rx_queue_size=1024,tx_queue_size=256,bootindex=300' \
36 -machine 'type=q35+pve0'