mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-06-22 11:28:08 +00:00

in preparation of reworking the new separate method for OVMF cmd assembly, do this in a separate very targeted commit to make it more clear that the next reworking-commit doesn't messes with our tests at all. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
36 lines
2.1 KiB
Batchfile
36 lines
2.1 KiB
Batchfile
/usr/bin/kvm \
|
|
-id 8006 \
|
|
-name 'vm8006,debug-threads=on' \
|
|
-no-shutdown \
|
|
-chardev 'socket,id=qmp,path=/var/run/qemu-server/8006.qmp,server=on,wait=off' \
|
|
-mon 'chardev=qmp,mode=control' \
|
|
-chardev 'socket,id=qmp-event,path=/var/run/qmeventd.sock,reconnect=5' \
|
|
-mon 'chardev=qmp-event,mode=control' \
|
|
-pidfile /var/run/qemu-server/8006.pid \
|
|
-daemonize \
|
|
-smbios 'type=1,uuid=3dd750ce-d910-44d0-9493-525c0be4e687' \
|
|
-drive 'if=pflash,unit=0,format=raw,readonly=on,file=/usr/share/pve-edk2-firmware//OVMF_CODE.fd' \
|
|
-drive 'if=pflash,unit=1,id=drive-efidisk0,format=qcow2,file=/var/lib/vz/images/100/vm-100-disk-1.qcow2' \
|
|
-global 'ICH9-LPC.acpi-pci-hotplug-with-bridge-support=off' \
|
|
-smp '2,sockets=2,cores=1,maxcpus=2' \
|
|
-nodefaults \
|
|
-boot 'menu=on,strict=on,reboot-timeout=1000,splash=/usr/share/qemu-server/bootsplash.jpg' \
|
|
-vnc 'unix:/var/run/qemu-server/8006.vnc,password=on' \
|
|
-cpu kvm64,enforce,+kvm_pv_eoi,+kvm_pv_unhalt,+lahf_lm,+sep \
|
|
-m 512 \
|
|
-object 'memory-backend-ram,id=ram-node0,size=256M' \
|
|
-numa 'node,nodeid=0,cpus=0,memdev=ram-node0' \
|
|
-object 'memory-backend-ram,id=ram-node1,size=256M' \
|
|
-numa 'node,nodeid=1,cpus=1,memdev=ram-node1' \
|
|
-readconfig /usr/share/qemu-server/pve-q35-4.0.cfg \
|
|
-device 'vmgenid,guid=54d1c06c-8f5b-440f-b5b2-6eab1380e13d' \
|
|
-device 'usb-tablet,id=tablet,bus=ehci.0,port=1' \
|
|
-device 'vfio-pci,host=0000:00:ff.1,id=hostpci0,bus=pci.0,addr=0x10,x-pci-vendor-id=0x1234,x-pci-device-id=0x5678,x-pci-sub-vendor-id=0x2233,x-pci-sub-device-id=0x0000' \
|
|
-device 'vfio-pci,host=0000:d0:13.0,id=hostpci1,bus=ich9-pcie-port-2,addr=0x0,x-pci-vendor-id=0x1234,x-pci-device-id=0x5678' \
|
|
-device 'VGA,id=vga,bus=pcie.0,addr=0x1' \
|
|
-device 'virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x3,free-page-reporting=on' \
|
|
-iscsi 'initiator-name=iqn.1993-08.org.debian:01:aabbccddeeff' \
|
|
-netdev 'type=tap,id=net0,ifname=tap8006i0,script=/var/lib/qemu-server/pve-bridge,downscript=/var/lib/qemu-server/pve-bridgedown,vhost=on' \
|
|
-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=1024,bootindex=300' \
|
|
-machine 'type=q35+pve0'
|