all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [PATCH-SERIES qemu/qemu-server v2 0/7] QEMU 11.1.1
@ 2026-09-09 14:52 Fiona Ebner
  2026-09-09 14:52 ` [PATCH qemu v2 1/7] update submodule and patches to " Fiona Ebner
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Fiona Ebner @ 2026-09-09 14:52 UTC (permalink / raw)
  To: pve-devel

Changes in v2:
* Rebase on current master.
* Use 11.1.1 instead of 11.1.0 as the base.
* Add some more stable fixes.
* Make sure to call qemu_savevm_query_pending_final() before
  qemu_savevm_state_complete_precopy(). Noticed during testing where
  a busy VM could end up stuck after rollback.
* Restore correct error handling for
  qemu_savevm_state_complete_precopy() call.
* Add test to cover legacy monitor syntax with old QEMU binary.

See the first pve-qemu patch for most details.

A workaround for libspice-server1 was also required.

For qemu-server, avoid a deprecation warning by using the newly
supported QOM syntax for monitor objects.

pve-qemu:

Fiona Ebner (4):
  update submodule and patches to QEMU 11.1.1
  spice: work around broken input cleanup feature in libspice-server1
  add more stable fixes for QEMU 11.1.1
  bump version to 11.1.1-1

 debian/changelog                              |  15 +
 debian/cpu-models-x86_64.json                 |  15 +
 ...d-support-for-sync-bitmap-mode-never.patch |   2 +-
 ...race-with-clients-disconnecting-earl.patch | 112 +++++--
 ...void-idle-event-loop-being-accounted.patch |   2 +-
 ...e-fix-regression-with-block-device-e.patch |  35 ---
 ...lerate-known-seSparse-reserved1-bit.patch} |   0
 ...lidate-primary-surface-stride-again.patch} |   6 +-
 ...5a-gracefully-handle-re-entrant-DMA.patch} |   0
 ...ire-types-for-client-message-handler.patch | 134 ---------
 ...ix-text-mode-OOB-write-after-a-graph.patch | 164 +++++++++++
 ...o-gpu-validate-stride-against-width-.patch |  69 -----
 ...-fix-out-of-bound-read-in-WRITE-SAME.patch |  71 +++++
 ...virtio-gpu-Remove-the-bytes_pp-field.patch | 144 ---------
 ...ELECT-block-size-change-behind-a-qui.patch |  89 ++++++
 ...o-gpu-reject-strides-exceeding-INT_M.patch |  68 -----
 ...-the-VAPIC-region-to-0xc0000.0xe0000.patch |  75 +++++
 ...-MemoryRegion-if-vapic_map_rom_writa.patch |  36 +++
 ...guest-triggerable-abort-on-oversized.patch | 273 ------------------
 ...-request-size-to-avoid-oversized-all.patch |  58 ----
 ...t-do-not-treat-a-zero-length-write-a.patch |  54 ++++
 ...ce-assert-with-proper-error-handling.patch |  49 ----
 ...-zero-length-packed-indirect-descrip.patch |  52 ----
 ...et-Protect-from-DMA-re-entrancy-bugs.patch |  47 ---
 ...nregister-vm_change_state-handler-an.patch |  95 ------
 ...possible-crash-via-NULL-pointer-in-i.patch |  58 ----
 ...d-possible-assert-in-do_parameter-us.patch |  53 ----
 ...Check-return-value-of-xhci_xfer_crea.patch |  67 -----
 ...e_vga-Don-t-allow-guest-to-trigger-l.patch |  72 -----
 ...csi-disk-fix-off-by-one-in-assertion.patch |  38 ---
 ...er_sysret-Check-that-RCX-contains-a-.patch |  74 -----
 ...x-O_TRUNC-bypass-on-read-only-export.patch |  53 ----
 ...rain-in-flight-PDUs-before-virtio-9p.patch |  41 ---
 ...arrow-a-failed-config-read-to-a-plau.patch | 108 -------
 ...ect-invalid-PCI_INTERRUPT_PIN-values.patch |  51 ----
 ...k-file-change-locking-default-to-off.patch |   6 +-
 ...he-CPU-model-to-kvm64-32-instead-of-.patch |   4 +-
 ...ui-spice-default-to-pve-certificates.patch |   4 +-
 ...erfs-no-default-logfile-if-daemonize.patch |  50 ----
 ...ock-rbd-disable-rbd_cache_writethro.patch} |   0
 ...eturn-success-on-info-without-snaps.patch} |   4 +-
 ...PVE-Up-glusterfs-allow-partial-reads.patch |  79 -----
 ...d-add-osize-and-read-from-to-stdin-.patch} |  12 +-
 ...-Up-qemu-img-dd-add-isize-parameter.patch} |  14 +-
 ...VE-Up-qemu-img-dd-add-n-skip_create.patch} |  16 +-
 ...add-l-option-for-loading-a-snapshot.patch} |  18 +-
 ...irtio-balloon-improve-query-balloon.patch} |   4 +-
 ...0012-PVE-qapi-modify-query-machines.patch} |   2 +-
 ...=> 0013-PVE-qapi-modify-spice-query.patch} |   4 +-
 ...nel-implementation-for-savevm-async.patch} |   2 +-
 ...sync-for-background-state-snapshots.patch} | 120 +++++---
 ...dd-optional-buffer-size-to-QEMUFile.patch} |  18 +-
 ...dd-the-zeroinit-block-driver-filter.patch} |   8 +-
 ...Add-dummy-id-command-line-parameter.patch} |  10 +-
 ...-target-i386-disable-LINT0-after-re.patch} |   2 +-
 ...e-posix-make-locking-optiono-on-cre.patch} |  22 +-
 ...-PVE-monitor-disable-oob-capability.patch} |  20 +-
 ...-Allow-version-code-in-machine-type.patch} |  14 +-
 ...-bcs-bitmap-initialization-to-job-c.patch} |   0
 ...E-Backup-add-vma-backup-format-code.patch} |   8 +-
 ...Backup-add-backup-dump-block-driver.patch} |   2 +-
 ...-sequential-job-transaction-support.patch} |   0
 ...kup-Proxmox-backup-patches-for-QEMU.patch} |  36 +--
 ...store-new-command-to-restore-from-p.patch} |   4 +-
 ...-driver-to-map-backup-archives-into.patch} |  14 +-
 ...t-stderr-to-journal-when-daemonized.patch} |   6 +-
 ...grate-dirty-bitmap-state-via-savevm.patch} |  35 ++-
 ...irty-bitmap-migrate-other-bitmaps-e.patch} |   2 +-
 ...ll-back-to-open-iscsi-initiatorname.patch} |   0
 ...VE-block-stream-increase-chunk-size.patch} |   0
 ...> 0035-block-add-alloc-track-driver.patch} |  12 +-
 ...0036-PVE-backup-add-fleecing-option.patch} |   6 +-
 ...-version-deprecation-for-Proxmox-VE.patch} |  10 +-
 ...-out-helper-to-clear-backup-state-s.patch} |   0
 ...-out-helper-to-initialize-backup-st.patch} |   0
 ...ackup-add-target-ID-in-backup-state.patch} |   0
 ...vice-info-allow-caller-to-specify-f.patch} |   0
 ...ent-backup-access-setup-and-teardow.patch} |  12 +-
 ...e-for-the-switch-to-using-blockdev-.patch} |   0
 ...e-migration-blocker-check-for-snaps.patch} |  12 +-
 ...o-cache-flag-to-skip-host-page-cach.patch} |   0
 ...rk-around-broken-input-cleanup-in-li.patch |  37 +++
 debian/patches/series                         | 118 ++++----
 qemu                                          |   2 +-
 84 files changed, 941 insertions(+), 2088 deletions(-)
 delete mode 100644 debian/patches/extra/0003-block-export-fuse-fix-regression-with-block-device-e.patch
 rename debian/patches/extra/{0004-block-vmdk-tolerate-known-seSparse-reserved1-bit.patch => 0003-block-vmdk-tolerate-known-seSparse-reserved1-bit.patch} (100%)
 rename debian/patches/extra/{0006-hw-display-qxl-validate-primary-surface-stride-again.patch => 0004-hw-display-qxl-validate-primary-surface-stride-again.patch} (95%)
 rename debian/patches/extra/{0026-hw-scsi-lsi53c895a-gracefully-handle-re-entrant-DMA.patch => 0005-hw-scsi-lsi53c895a-gracefully-handle-re-entrant-DMA.patch} (100%)
 delete mode 100644 debian/patches/extra/0005-ui-vnc-use-RFB-wire-types-for-client-message-handler.patch
 create mode 100644 debian/patches/extra/0006-hw-display-vga-fix-text-mode-OOB-write-after-a-graph.patch
 delete mode 100644 debian/patches/extra/0007-hw-display-virtio-gpu-validate-stride-against-width-.patch
 create mode 100644 debian/patches/extra/0007-scsi-disk-fix-out-of-bound-read-in-WRITE-SAME.patch
 delete mode 100644 debian/patches/extra/0008-hw-display-virtio-gpu-Remove-the-bytes_pp-field.patch
 create mode 100644 debian/patches/extra/0008-scsi-hide-MODE-SELECT-block-size-change-behind-a-qui.patch
 delete mode 100644 debian/patches/extra/0009-hw-display-virtio-gpu-reject-strides-exceeding-INT_M.patch
 create mode 100644 debian/patches/extra/0009-vapic-confine-the-VAPIC-region-to-0xc0000.0xe0000.patch
 create mode 100644 debian/patches/extra/0010-i386-vapic-unref-MemoryRegion-if-vapic_map_rom_writa.patch
 delete mode 100644 debian/patches/extra/0010-intel_iommu-fix-guest-triggerable-abort-on-oversized.patch
 delete mode 100644 debian/patches/extra/0011-backends-rng-cap-request-size-to-avoid-oversized-all.patch
 create mode 100644 debian/patches/extra/0011-io-channel-socket-do-not-treat-a-zero-length-write-a.patch
 delete mode 100644 debian/patches/extra/0012-hw-ide-replace-assert-with-proper-error-handling.patch
 delete mode 100644 debian/patches/extra/0013-hw-virtio-reject-zero-length-packed-indirect-descrip.patch
 delete mode 100644 debian/patches/extra/0014-hw-net-virtio-net-Protect-from-DMA-re-entrancy-bugs.patch
 delete mode 100644 debian/patches/extra/0015-hw-display-qxl-unregister-vm_change_state-handler-an.patch
 delete mode 100644 debian/patches/extra/0016-hw-ide-core-Fix-possible-crash-via-NULL-pointer-in-i.patch
 delete mode 100644 debian/patches/extra/0017-hw-usb-core-Avoid-possible-assert-in-do_parameter-us.patch
 delete mode 100644 debian/patches/extra/0018-hw-usb-hcd-xhci-Check-return-value-of-xhci_xfer_crea.patch
 delete mode 100644 debian/patches/extra/0019-hw-display-vmware_vga-Don-t-allow-guest-to-trigger-l.patch
 delete mode 100644 debian/patches/extra/0020-scsi-disk-fix-off-by-one-in-assertion.patch
 delete mode 100644 debian/patches/extra/0021-target-i386-helper_sysret-Check-that-RCX-contains-a-.patch
 delete mode 100644 debian/patches/extra/0022-hw-9pfs-fix-O_TRUNC-bypass-on-read-only-export.patch
 delete mode 100644 debian/patches/extra/0023-hw-9pfs-virtio-drain-in-flight-PDUs-before-virtio-9p.patch
 delete mode 100644 debian/patches/extra/0024-vfio-pci-don-t-narrow-a-failed-config-read-to-a-plau.patch
 delete mode 100644 debian/patches/extra/0025-vfio-pci-reject-invalid-PCI_INTERRUPT_PIN-values.patch
 delete mode 100644 debian/patches/pve/0005-PVE-Config-glusterfs-no-default-logfile-if-daemonize.patch
 rename debian/patches/pve/{0006-PVE-Config-rbd-block-rbd-disable-rbd_cache_writethro.patch => 0005-PVE-Config-rbd-block-rbd-disable-rbd_cache_writethro.patch} (100%)
 rename debian/patches/pve/{0008-PVE-Up-qemu-img-return-success-on-info-without-snaps.patch => 0006-PVE-Up-qemu-img-return-success-on-info-without-snaps.patch} (88%)
 delete mode 100644 debian/patches/pve/0007-PVE-Up-glusterfs-allow-partial-reads.patch
 rename debian/patches/pve/{0009-PVE-Up-qemu-img-dd-add-osize-and-read-from-to-stdin-.patch => 0007-PVE-Up-qemu-img-dd-add-osize-and-read-from-to-stdin-.patch} (96%)
 rename debian/patches/pve/{0010-PVE-Up-qemu-img-dd-add-isize-parameter.patch => 0008-PVE-Up-qemu-img-dd-add-isize-parameter.patch} (87%)
 rename debian/patches/pve/{0011-PVE-Up-qemu-img-dd-add-n-skip_create.patch => 0009-PVE-Up-qemu-img-dd-add-n-skip_create.patch} (91%)
 rename debian/patches/pve/{0012-qemu-img-dd-add-l-option-for-loading-a-snapshot.patch => 0010-qemu-img-dd-add-l-option-for-loading-a-snapshot.patch} (90%)
 rename debian/patches/pve/{0013-PVE-virtio-balloon-improve-query-balloon.patch => 0011-PVE-virtio-balloon-improve-query-balloon.patch} (98%)
 rename debian/patches/pve/{0014-PVE-qapi-modify-query-machines.patch => 0012-PVE-qapi-modify-query-machines.patch} (98%)
 rename debian/patches/pve/{0015-PVE-qapi-modify-spice-query.patch => 0013-PVE-qapi-modify-spice-query.patch} (95%)
 rename debian/patches/pve/{0016-PVE-add-IOChannel-implementation-for-savevm-async.patch => 0014-PVE-add-IOChannel-implementation-for-savevm-async.patch} (99%)
 rename debian/patches/pve/{0017-PVE-add-savevm-async-for-background-state-snapshots.patch => 0015-PVE-add-savevm-async-for-background-state-snapshots.patch} (91%)
 rename debian/patches/pve/{0018-PVE-add-optional-buffer-size-to-QEMUFile.patch => 0016-PVE-add-optional-buffer-size-to-QEMUFile.patch} (93%)
 rename debian/patches/pve/{0019-PVE-block-add-the-zeroinit-block-driver-filter.patch => 0017-PVE-block-add-the-zeroinit-block-driver-filter.patch} (98%)
 rename debian/patches/pve/{0020-PVE-Add-dummy-id-command-line-parameter.patch => 0018-PVE-Add-dummy-id-command-line-parameter.patch} (87%)
 rename debian/patches/pve/{0021-PVE-Config-Revert-target-i386-disable-LINT0-after-re.patch => 0019-PVE-Config-Revert-target-i386-disable-LINT0-after-re.patch} (96%)
 rename debian/patches/pve/{0022-PVE-Up-Config-file-posix-make-locking-optiono-on-cre.patch => 0020-PVE-Up-Config-file-posix-make-locking-optiono-on-cre.patch} (90%)
 rename debian/patches/pve/{0023-PVE-monitor-disable-oob-capability.patch => 0021-PVE-monitor-disable-oob-capability.patch} (65%)
 rename debian/patches/pve/{0024-PVE-Allow-version-code-in-machine-type.patch => 0022-PVE-Allow-version-code-in-machine-type.patch} (93%)
 rename debian/patches/pve/{0025-block-backup-move-bcs-bitmap-initialization-to-job-c.patch => 0023-block-backup-move-bcs-bitmap-initialization-to-job-c.patch} (100%)
 rename debian/patches/pve/{0026-PVE-Backup-add-vma-backup-format-code.patch => 0024-PVE-Backup-add-vma-backup-format-code.patch} (99%)
 rename debian/patches/pve/{0027-PVE-Backup-add-backup-dump-block-driver.patch => 0025-PVE-Backup-add-backup-dump-block-driver.patch} (99%)
 rename debian/patches/pve/{0028-PVE-Add-sequential-job-transaction-support.patch => 0026-PVE-Add-sequential-job-transaction-support.patch} (100%)
 rename debian/patches/pve/{0029-PVE-Backup-Proxmox-backup-patches-for-QEMU.patch => 0027-PVE-Backup-Proxmox-backup-patches-for-QEMU.patch} (98%)
 rename debian/patches/pve/{0030-PVE-Backup-pbs-restore-new-command-to-restore-from-p.patch => 0028-PVE-Backup-pbs-restore-new-command-to-restore-from-p.patch} (99%)
 rename debian/patches/pve/{0031-PVE-Add-PBS-block-driver-to-map-backup-archives-into.patch => 0029-PVE-Add-PBS-block-driver-to-map-backup-archives-into.patch} (98%)
 rename debian/patches/pve/{0032-PVE-redirect-stderr-to-journal-when-daemonized.patch => 0030-PVE-redirect-stderr-to-journal-when-daemonized.patch} (94%)
 rename debian/patches/pve/{0033-PVE-Migrate-dirty-bitmap-state-via-savevm.patch => 0031-PVE-Migrate-dirty-bitmap-state-via-savevm.patch} (88%)
 rename debian/patches/pve/{0034-migration-block-dirty-bitmap-migrate-other-bitmaps-e.patch => 0032-migration-block-dirty-bitmap-migrate-other-bitmaps-e.patch} (97%)
 rename debian/patches/pve/{0035-PVE-fall-back-to-open-iscsi-initiatorname.patch => 0033-PVE-fall-back-to-open-iscsi-initiatorname.patch} (100%)
 rename debian/patches/pve/{0036-PVE-block-stream-increase-chunk-size.patch => 0034-PVE-block-stream-increase-chunk-size.patch} (100%)
 rename debian/patches/pve/{0037-block-add-alloc-track-driver.patch => 0035-block-add-alloc-track-driver.patch} (98%)
 rename debian/patches/pve/{0038-PVE-backup-add-fleecing-option.patch => 0036-PVE-backup-add-fleecing-option.patch} (99%)
 rename debian/patches/pve/{0039-adapt-machine-version-deprecation-for-Proxmox-VE.patch => 0037-adapt-machine-version-deprecation-for-Proxmox-VE.patch} (97%)
 rename debian/patches/pve/{0040-PVE-backup-factor-out-helper-to-clear-backup-state-s.patch => 0038-PVE-backup-factor-out-helper-to-clear-backup-state-s.patch} (100%)
 rename debian/patches/pve/{0041-PVE-backup-factor-out-helper-to-initialize-backup-st.patch => 0039-PVE-backup-factor-out-helper-to-initialize-backup-st.patch} (100%)
 rename debian/patches/pve/{0042-PVE-backup-add-target-ID-in-backup-state.patch => 0040-PVE-backup-add-target-ID-in-backup-state.patch} (100%)
 rename debian/patches/pve/{0043-PVE-backup-get-device-info-allow-caller-to-specify-f.patch => 0041-PVE-backup-get-device-info-allow-caller-to-specify-f.patch} (100%)
 rename debian/patches/pve/{0044-PVE-backup-implement-backup-access-setup-and-teardow.patch => 0042-PVE-backup-implement-backup-access-setup-and-teardow.patch} (99%)
 rename debian/patches/pve/{0045-PVE-backup-prepare-for-the-switch-to-using-blockdev-.patch => 0043-PVE-backup-prepare-for-the-switch-to-using-blockdev-.patch} (100%)
 rename debian/patches/pve/{0046-savevm-async-reuse-migration-blocker-check-for-snaps.patch => 0044-savevm-async-reuse-migration-blocker-check-for-snaps.patch} (94%)
 rename debian/patches/pve/{0047-pbs-restore-add-no-cache-flag-to-skip-host-page-cach.patch => 0045-pbs-restore-add-no-cache-flag-to-skip-host-page-cach.patch} (100%)
 create mode 100644 debian/patches/pve/0046-ui-spice-core-work-around-broken-input-cleanup-in-li.patch


qemu-server:

Fiona Ebner (3):
  test: cfg2cmd: add simple test case using an 11.0 binary
  monitor: use new QOM syntax on the QEMU commandline for monitor
    objects
  d/control: bump versioned build dependency for pve-qemu-kvm

 debian/control                                |  2 +-
 src/PVE/QemuServer.pm                         |  8 ++---
 src/PVE/QemuServer/Monitor.pm                 | 11 ++++++
 .../cfg2cmd/aarch64/simple-arm-host.conf.cmd  |  4 +--
 src/test/cfg2cmd/aarch64/simple-arm.conf.cmd  |  4 +--
 .../aarch64/simple-x86-on-arm-host.conf.cmd   |  4 +--
 src/test/cfg2cmd/aio.conf.cmd                 |  4 +--
 src/test/cfg2cmd/bootorder-empty.conf.cmd     |  4 +--
 src/test/cfg2cmd/bootorder-legacy.conf.cmd    |  4 +--
 src/test/cfg2cmd/bootorder.conf.cmd           |  4 +--
 src/test/cfg2cmd/cpu-level.conf.cmd           |  4 +--
 ...putype-icelake-client-deprecation.conf.cmd |  4 +--
 .../custom-cpu-model-defaults.conf.cmd        |  4 +--
 .../custom-cpu-model-host-phys-bits.conf.cmd  |  4 +--
 src/test/cfg2cmd/custom-cpu-model.conf.cmd    |  4 +--
 .../cfg2cmd/efi-ovmf-without-efidisk.conf.cmd |  4 +--
 src/test/cfg2cmd/efi-raw-old.conf.cmd         |  4 +--
 src/test/cfg2cmd/efi-raw-template.conf.cmd    |  4 +--
 src/test/cfg2cmd/efi-raw.conf.cmd             |  4 +--
 .../cfg2cmd/efi-secboot-and-tpm-q35.conf.cmd  |  4 +--
 src/test/cfg2cmd/efi-secboot-and-tpm.conf.cmd |  4 +--
 src/test/cfg2cmd/efidisk-on-rbd.conf.cmd      |  4 +--
 .../cfg2cmd/i440fx-viommu-virtio.conf.cmd     |  4 +--
 .../cfg2cmd/i440fx-win10-hostpci.conf.cmd     |  4 +--
 src/test/cfg2cmd/ide.conf.cmd                 |  4 +--
 .../cfg2cmd/linux-hostpci-legacy-igd.conf.cmd |  4 +--
 .../cfg2cmd/memory-hotplug-hugepages.conf.cmd |  4 +--
 src/test/cfg2cmd/memory-hotplug.conf.cmd      |  4 +--
 src/test/cfg2cmd/memory-hugepages-1g.conf.cmd |  4 +--
 src/test/cfg2cmd/memory-hugepages-2m.conf.cmd |  4 +--
 src/test/cfg2cmd/minimal-defaults.conf.cmd    |  4 +--
 .../cfg2cmd/netdev-7.0-multiqueues.conf.cmd   |  4 +--
 .../cfg2cmd/netdev-7.1-multiqueues.conf.cmd   |  4 +--
 src/test/cfg2cmd/netdev-7.1.conf.cmd          |  4 +--
 src/test/cfg2cmd/netdev.conf.cmd              |  4 +--
 src/test/cfg2cmd/netdev_vxlan.conf.cmd        |  4 +--
 src/test/cfg2cmd/os-l24.conf.cmd              |  4 +--
 src/test/cfg2cmd/os-other.conf.cmd            |  4 +--
 src/test/cfg2cmd/os-solaris.conf.cmd          |  4 +--
 .../cfg2cmd/pinned-version-pxe-pve.conf.cmd   |  4 +--
 src/test/cfg2cmd/pinned-version-pxe.conf.cmd  |  4 +--
 src/test/cfg2cmd/pinned-version.conf.cmd      |  4 +--
 src/test/cfg2cmd/q35-ide.conf.cmd             |  4 +--
 .../q35-linux-hostpci-driver-keep.conf.cmd    |  4 +--
 .../q35-linux-hostpci-mapping.conf.cmd        |  4 +--
 .../q35-linux-hostpci-multifunction.conf.cmd  |  4 +--
 .../q35-linux-hostpci-template.conf.cmd       |  4 +--
 ...q35-linux-hostpci-x-pci-overrides.conf.cmd |  4 +--
 src/test/cfg2cmd/q35-linux-hostpci.conf.cmd   |  4 +--
 src/test/cfg2cmd/q35-scsihw2.conf.cmd         |  4 +--
 src/test/cfg2cmd/q35-simple-6.0.conf.cmd      |  4 +--
 src/test/cfg2cmd/q35-simple-7.0.conf.cmd      |  4 +--
 .../cfg2cmd/q35-simple-pinned-6.1.conf.cmd    |  4 +--
 src/test/cfg2cmd/q35-simple.conf.cmd          |  4 +--
 src/test/cfg2cmd/q35-usb2.conf.cmd            |  4 +--
 src/test/cfg2cmd/q35-usb3.conf.cmd            |  4 +--
 .../cfg2cmd/q35-viommu-intel-aw-bits.conf.cmd |  4 +--
 .../q35-viommu-intel-guest-phys-bits.conf.cmd |  4 +--
 src/test/cfg2cmd/q35-viommu-intel.conf.cmd    |  4 +--
 .../q35-viommu-virtio-aw-bits.conf.cmd        |  4 +--
 src/test/cfg2cmd/q35-viommu-virtio.conf.cmd   |  4 +--
 src/test/cfg2cmd/q35-win10-hostpci.conf.cmd   |  4 +--
 src/test/cfg2cmd/q35-windows-pinning.conf.cmd |  4 +--
 src/test/cfg2cmd/qemu-xhci-7.1.conf.cmd       |  4 +--
 src/test/cfg2cmd/qemu-xhci-q35-7.1.conf.cmd   |  4 +--
 .../qga-fs-freeze-backup-legacy.conf.cmd      |  4 +--
 src/test/cfg2cmd/qga-fs-freeze.conf.cmd       |  4 +--
 src/test/cfg2cmd/qga-minimal.conf.cmd         |  4 +--
 src/test/cfg2cmd/scsiblk.conf.cmd             |  4 +--
 src/test/cfg2cmd/scsihw-lsi.conf.cmd          |  4 +--
 src/test/cfg2cmd/scsihw-lsi53c810.conf.cmd    |  4 +--
 src/test/cfg2cmd/scsihw-megasas.conf.cmd      |  4 +--
 src/test/cfg2cmd/scsihw-pvscsi.conf.cmd       |  4 +--
 .../scsihw-virtio-scsi-single.conf.cmd        |  4 +--
 src/test/cfg2cmd/seabios_serial.conf.cmd      |  4 +--
 src/test/cfg2cmd/sev-es.conf.cmd              |  4 +--
 src/test/cfg2cmd/sev-snp.conf.cmd             |  4 +--
 src/test/cfg2cmd/sev-std.conf.cmd             |  4 +--
 src/test/cfg2cmd/simple-11.0-binary.conf      | 15 ++++++++
 src/test/cfg2cmd/simple-11.0-binary.conf.cmd  | 35 +++++++++++++++++++
 src/test/cfg2cmd/simple-backingchain.conf.cmd |  4 +--
 ...imple-balloon-free-page-reporting.conf.cmd |  4 +--
 src/test/cfg2cmd/simple-btrfs.conf.cmd        |  4 +--
 src/test/cfg2cmd/simple-cifs.conf.cmd         |  4 +--
 .../cfg2cmd/simple-disk-passthrough.conf.cmd  |  4 +--
 src/test/cfg2cmd/simple-lvm.conf.cmd          |  4 +--
 src/test/cfg2cmd/simple-lvmthin.conf.cmd      |  4 +--
 src/test/cfg2cmd/simple-rbd.conf.cmd          |  4 +--
 src/test/cfg2cmd/simple-virtio-blk.conf.cmd   |  4 +--
 .../cfg2cmd/simple-zfs-over-iscsi.conf.cmd    |  4 +--
 src/test/cfg2cmd/simple1-template.conf.cmd    |  4 +--
 src/test/cfg2cmd/simple1.conf.cmd             |  4 +--
 src/test/cfg2cmd/spice-enhancments.conf.cmd   |  4 +--
 src/test/cfg2cmd/spice-linux-4.1.conf.cmd     |  4 +--
 src/test/cfg2cmd/spice-usb3.conf.cmd          |  4 +--
 src/test/cfg2cmd/spice-win.conf.cmd           |  4 +--
 src/test/cfg2cmd/startdate-l26.conf.cmd       |  4 +--
 src/test/cfg2cmd/startdate-win11.conf.cmd     |  4 +--
 src/test/cfg2cmd/vnc-clipboard-spice.conf.cmd |  4 +--
 src/test/cfg2cmd/vnc-clipboard-std.conf.cmd   |  4 +--
 .../cfg2cmd/win11-amd-host-11.0+pve2.conf.cmd |  4 +--
 .../cfg2cmd/win11-host-11.0+pve2.conf.cmd     |  4 +--
 102 files changed, 260 insertions(+), 199 deletions(-)
 create mode 100644 src/test/cfg2cmd/simple-11.0-binary.conf
 create mode 100644 src/test/cfg2cmd/simple-11.0-binary.conf.cmd


Summary over all repositories:
  186 files changed, 1201 insertions(+), 2287 deletions(-)

-- 
Generated by git-murpp 0.5.0




^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2026-09-09 16:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-09 14:52 [PATCH-SERIES qemu/qemu-server v2 0/7] QEMU 11.1.1 Fiona Ebner
2026-09-09 14:52 ` [PATCH qemu v2 1/7] update submodule and patches to " Fiona Ebner
2026-09-09 14:52 ` [PATCH qemu v2 2/7] spice: work around broken input cleanup feature in libspice-server1 Fiona Ebner
2026-09-09 14:52 ` [PATCH qemu v2 3/7] add more stable fixes for QEMU 11.1.1 Fiona Ebner
2026-09-09 14:52 ` [PATCH qemu v2 4/7] bump version to 11.1.1-1 Fiona Ebner
2026-09-09 14:52 ` [PATCH qemu-server v2 5/7] test: cfg2cmd: add simple test case using an 11.0 binary Fiona Ebner
2026-09-09 14:52 ` [PATCH qemu-server v2 6/7] monitor: use new QOM syntax on the QEMU commandline for monitor objects Fiona Ebner
2026-09-09 14:52 ` [PATCH qemu-server v2 7/7] d/control: bump versioned build dependency for pve-qemu-kvm Fiona Ebner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal