once with included pve machine and once without Signed-off-by: Dominik Csapak <d.csa...@proxmox.com> --- test/cfg2cmd/q35-windows-pinning-pvever.conf | 5 ++++ .../q35-windows-pinning-pvever.conf.cmd | 26 +++++++++++++++++++ test/cfg2cmd/q35-windows-pinning.conf | 5 ++++ test/cfg2cmd/q35-windows-pinning.conf.cmd | 24 +++++++++++++++++ 4 files changed, 60 insertions(+) create mode 100644 test/cfg2cmd/q35-windows-pinning-pvever.conf create mode 100644 test/cfg2cmd/q35-windows-pinning-pvever.conf.cmd create mode 100644 test/cfg2cmd/q35-windows-pinning.conf create mode 100644 test/cfg2cmd/q35-windows-pinning.conf.cmd
diff --git a/test/cfg2cmd/q35-windows-pinning-pvever.conf b/test/cfg2cmd/q35-windows-pinning-pvever.conf new file mode 100644 index 00000000..45d87396 --- /dev/null +++ b/test/cfg2cmd/q35-windows-pinning-pvever.conf @@ -0,0 +1,5 @@ +# TEST: Config with q35, windows, meta (incl pvever) to test version pinning +# +machine: q35 +meta: creation-qemu=9.2.0,ctime=1741179133,creation-pve-machine=1 +ostype: win11 diff --git a/test/cfg2cmd/q35-windows-pinning-pvever.conf.cmd b/test/cfg2cmd/q35-windows-pinning-pvever.conf.cmd new file mode 100644 index 00000000..06ae3f27 --- /dev/null +++ b/test/cfg2cmd/q35-windows-pinning-pvever.conf.cmd @@ -0,0 +1,26 @@ +/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 \ + -smp '1,sockets=1,cores=1,maxcpus=1' \ + -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,hv_ipi,hv_relaxed,hv_reset,hv_runtime,hv_spinlocks=0x1fff,hv_stimer,hv_synic,hv_time,hv_vapic,hv_vpindex,+kvm_pv_eoi,+kvm_pv_unhalt,+lahf_lm,+sep' \ + -m 512 \ + -readconfig /usr/share/qemu-server/pve-q35-4.0.cfg \ + -device 'usb-tablet,id=tablet,bus=ehci.0,port=1' \ + -device 'VGA,id=vga,bus=pcie.0,addr=0x1,edid=off' \ + -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' \ + -rtc 'driftfix=slew,base=localtime' \ + -machine 'hpet=off,type=pc-q35-9.2+pve1' \ + -global 'kvm-pit.lost_tick_policy=discard' \ + -global 'ICH9-LPC.disable_s3=1' \ + -global 'ICH9-LPC.disable_s4=1' diff --git a/test/cfg2cmd/q35-windows-pinning.conf b/test/cfg2cmd/q35-windows-pinning.conf new file mode 100644 index 00000000..8bd47b0a --- /dev/null +++ b/test/cfg2cmd/q35-windows-pinning.conf @@ -0,0 +1,5 @@ +# TEST: Config with q35, win, meta to test version pinning +# +machine: q35 +meta: creation-qemu=9.2.0,ctime=1741179133 +ostype: win11 diff --git a/test/cfg2cmd/q35-windows-pinning.conf.cmd b/test/cfg2cmd/q35-windows-pinning.conf.cmd new file mode 100644 index 00000000..d8570b2c --- /dev/null +++ b/test/cfg2cmd/q35-windows-pinning.conf.cmd @@ -0,0 +1,24 @@ +/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 \ + -smp '1,sockets=1,cores=1,maxcpus=1' \ + -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,hv_ipi,hv_relaxed,hv_reset,hv_runtime,hv_spinlocks=0x1fff,hv_stimer,hv_synic,hv_time,hv_vapic,hv_vpindex,+kvm_pv_eoi,+kvm_pv_unhalt,+lahf_lm,+sep' \ + -m 512 \ + -readconfig /usr/share/qemu-server/pve-q35-4.0.cfg \ + -device 'usb-tablet,id=tablet,bus=ehci.0,port=1' \ + -device 'VGA,id=vga,bus=pcie.0,addr=0x1,edid=off' \ + -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' \ + -rtc 'driftfix=slew,base=localtime' \ + -machine 'hpet=off,type=pc-q35-9.2+pve0' \ + -global 'kvm-pit.lost_tick_policy=discard' -- 2.39.5 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel