[pve-devel] applied-series: [PATCH-SERIES qemu-server] adapt to QEMU 8.0 removed and deprecated features

Thomas Lamprecht t.lamprecht at proxmox.com
Wed Jun 7 17:40:17 CEST 2023


Am 03/04/2023 um 14:09 schrieb Fiona Ebner:
> Fiona Ebner (4):
>   cfg2cmd: use actual backend names instead of removed tty and paraport
>     aliases
>   cfg2cmd: replace deprecated no-acpi option with acpi=off machine flag
>   cfg2cmd: replace deprecated no-hpet option with hpet=off machine flag
>   schema: avoid using deprecated -no-hpet in example for 'args' property
> 
>  PVE/QemuServer.pm                                      | 10 +++++-----
>  test/cfg2cmd/custom-cpu-model-host-phys-bits.conf.cmd  |  3 +--
>  test/cfg2cmd/custom-cpu-model.conf.cmd                 |  3 +--
>  test/cfg2cmd/i440fx-win10-hostpci.conf.cmd             |  3 +--
>  test/cfg2cmd/minimal-defaults-to-new-machine.conf.cmd  |  1 +
>  .../minimal-defaults-unsupported-pve-version.conf.cmd  |  1 +
>  test/cfg2cmd/old-qemu.conf.cmd                         |  1 +
>  test/cfg2cmd/ostype-usb13-error.conf.cmd               |  1 +
>  test/cfg2cmd/q35-usb13-error.conf.cmd                  |  1 +
>  test/cfg2cmd/q35-win10-hostpci.conf.cmd                |  3 +--
>  test/cfg2cmd/spice-win.conf.cmd                        |  3 +--
>  test/cfg2cmd/usb13-error.conf.cmd                      |  1 +
>  12 files changed, 16 insertions(+), 15 deletions(-)
>  create mode 100644 test/cfg2cmd/minimal-defaults-to-new-machine.conf.cmd
>  create mode 100644 test/cfg2cmd/minimal-defaults-unsupported-pve-version.conf.cmd
>  create mode 100644 test/cfg2cmd/old-qemu.conf.cmd
>  create mode 100644 test/cfg2cmd/ostype-usb13-error.conf.cmd
>  create mode 100644 test/cfg2cmd/q35-usb13-error.conf.cmd
>  create mode 100644 test/cfg2cmd/usb13-error.conf.cmd
> 


applied series, thanks!

But I had to fix-up 3/4, as that created a few empty test files.

I just removed all expected .cmd files and regenerated them by running the tests,
then compared the diff and squashed that into that patch.





More information about the pve-devel mailing list