[PATCH 0/5] tests: qemu: Prepare tests and add capability dump for qemu-11.0 development cycle (x86_64, aarch64)

Peter Krempa via Devel posted 5 patches 2 weeks, 3 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1768487760.git.pkrempa@redhat.com
.../domaincapsdata/qemu_11.0.0-q35.x86_64.xml |  1344 +
.../domaincapsdata/qemu_11.0.0-tcg.x86_64.xml |  2364 +
.../qemu_11.0.0-virt.aarch64.xml              |   251 +
tests/domaincapsdata/qemu_11.0.0.aarch64.xml  |   251 +
tests/domaincapsdata/qemu_11.0.0.x86_64.xml   |  1344 +
.../caps_11.0.0_aarch64.replies               | 39101 +++++++++++++
.../caps_11.0.0_aarch64.xml                   |   530 +
.../caps_11.0.0_x86_64.replies                | 47697 ++++++++++++++++
.../caps_11.0.0_x86_64.xml                    |  4627 ++
...u-numa-memory-oldstyle.x86_64-10.2.0.args} |     0
...pu-numa-memory-oldstyle.x86_64-10.2.0.xml} |     0
.../devices-acpi-index.x86_64-latest.args     |     2 +-
.../devices-acpi-index.x86_64-latest.xml      |     2 +-
tests/qemuxmlconfdata/devices-acpi-index.xml  |     2 +-
...a-topology4-old-machine.x86_64-10.2.0.args |    34 +
...ma-topology4-old-machine.x86_64-10.2.0.xml |    37 +
.../fd-memory-numa-topology4-old-machine.xml  |    37 +
...d-memory-numa-topology4.x86_64-latest.args |     6 +-
.../fd-memory-numa-topology4.xml              |     2 +-
tests/qemuxmlconftest.c                       |     6 +-
20 files changed, 97629 insertions(+), 8 deletions(-)
create mode 100644 tests/domaincapsdata/qemu_11.0.0-q35.x86_64.xml
create mode 100644 tests/domaincapsdata/qemu_11.0.0-tcg.x86_64.xml
create mode 100644 tests/domaincapsdata/qemu_11.0.0-virt.aarch64.xml
create mode 100644 tests/domaincapsdata/qemu_11.0.0.aarch64.xml
create mode 100644 tests/domaincapsdata/qemu_11.0.0.x86_64.xml
create mode 100644 tests/qemucapabilitiesdata/caps_11.0.0_aarch64.replies
create mode 100644 tests/qemucapabilitiesdata/caps_11.0.0_aarch64.xml
create mode 100644 tests/qemucapabilitiesdata/caps_11.0.0_x86_64.replies
create mode 100644 tests/qemucapabilitiesdata/caps_11.0.0_x86_64.xml
rename tests/qemuxmlconfdata/{cpu-numa-memory-oldstyle.x86_64-latest.args => cpu-numa-memory-oldstyle.x86_64-10.2.0.args} (100%)
rename tests/qemuxmlconfdata/{cpu-numa-memory-oldstyle.x86_64-latest.xml => cpu-numa-memory-oldstyle.x86_64-10.2.0.xml} (100%)
create mode 100644 tests/qemuxmlconfdata/fd-memory-numa-topology4-old-machine.x86_64-10.2.0.args
create mode 100644 tests/qemuxmlconfdata/fd-memory-numa-topology4-old-machine.x86_64-10.2.0.xml
create mode 100644 tests/qemuxmlconfdata/fd-memory-numa-topology4-old-machine.xml
[PATCH 0/5] tests: qemu: Prepare tests and add capability dump for qemu-11.0 development cycle (x86_64, aarch64)
Posted by Peter Krempa via Devel 2 weeks, 3 days ago
Few test cases meaningfully depend on the '5.0' machine type which will
be removed in qemu-11.0. Freeze them, fix the rest and add capability
dumps for the development cycle.

Peter Krempa (5):
  qemuxmlconftest: Freeze 'cpu-numa-memory-oldstyle' case to qemu-10.2
  qemuxmlconftest: Remove specific machine type from
    'devices-acpi-index'
  qemuxmlconftest: Prepare 'fd-memory-numa-topology4' for removal of
    'pc-i440fx-5.0'
  qemucapabilitiestest: Add data for the qemu-11.0 dev cycle (x86_64)
  qemucapabilitiestest: Add data for the qemu-11.0 dev cycle (aarch64)

 .../domaincapsdata/qemu_11.0.0-q35.x86_64.xml |  1344 +
 .../domaincapsdata/qemu_11.0.0-tcg.x86_64.xml |  2364 +
 .../qemu_11.0.0-virt.aarch64.xml              |   251 +
 tests/domaincapsdata/qemu_11.0.0.aarch64.xml  |   251 +
 tests/domaincapsdata/qemu_11.0.0.x86_64.xml   |  1344 +
 .../caps_11.0.0_aarch64.replies               | 39101 +++++++++++++
 .../caps_11.0.0_aarch64.xml                   |   530 +
 .../caps_11.0.0_x86_64.replies                | 47697 ++++++++++++++++
 .../caps_11.0.0_x86_64.xml                    |  4627 ++
 ...u-numa-memory-oldstyle.x86_64-10.2.0.args} |     0
 ...pu-numa-memory-oldstyle.x86_64-10.2.0.xml} |     0
 .../devices-acpi-index.x86_64-latest.args     |     2 +-
 .../devices-acpi-index.x86_64-latest.xml      |     2 +-
 tests/qemuxmlconfdata/devices-acpi-index.xml  |     2 +-
 ...a-topology4-old-machine.x86_64-10.2.0.args |    34 +
 ...ma-topology4-old-machine.x86_64-10.2.0.xml |    37 +
 .../fd-memory-numa-topology4-old-machine.xml  |    37 +
 ...d-memory-numa-topology4.x86_64-latest.args |     6 +-
 .../fd-memory-numa-topology4.xml              |     2 +-
 tests/qemuxmlconftest.c                       |     6 +-
 20 files changed, 97629 insertions(+), 8 deletions(-)
 create mode 100644 tests/domaincapsdata/qemu_11.0.0-q35.x86_64.xml
 create mode 100644 tests/domaincapsdata/qemu_11.0.0-tcg.x86_64.xml
 create mode 100644 tests/domaincapsdata/qemu_11.0.0-virt.aarch64.xml
 create mode 100644 tests/domaincapsdata/qemu_11.0.0.aarch64.xml
 create mode 100644 tests/domaincapsdata/qemu_11.0.0.x86_64.xml
 create mode 100644 tests/qemucapabilitiesdata/caps_11.0.0_aarch64.replies
 create mode 100644 tests/qemucapabilitiesdata/caps_11.0.0_aarch64.xml
 create mode 100644 tests/qemucapabilitiesdata/caps_11.0.0_x86_64.replies
 create mode 100644 tests/qemucapabilitiesdata/caps_11.0.0_x86_64.xml
 rename tests/qemuxmlconfdata/{cpu-numa-memory-oldstyle.x86_64-latest.args => cpu-numa-memory-oldstyle.x86_64-10.2.0.args} (100%)
 rename tests/qemuxmlconfdata/{cpu-numa-memory-oldstyle.x86_64-latest.xml => cpu-numa-memory-oldstyle.x86_64-10.2.0.xml} (100%)
 create mode 100644 tests/qemuxmlconfdata/fd-memory-numa-topology4-old-machine.x86_64-10.2.0.args
 create mode 100644 tests/qemuxmlconfdata/fd-memory-numa-topology4-old-machine.x86_64-10.2.0.xml
 create mode 100644 tests/qemuxmlconfdata/fd-memory-numa-topology4-old-machine.xml

-- 
2.52.0
Re: [PATCH 0/5] tests: qemu: Prepare tests and add capability dump for qemu-11.0 development cycle (x86_64, aarch64)
Posted by Michal Prívozník via Devel 1 week, 6 days ago
On 1/15/26 15:37, Peter Krempa via Devel wrote:
> Few test cases meaningfully depend on the '5.0' machine type which will
> be removed in qemu-11.0. Freeze them, fix the rest and add capability
> dumps for the development cycle.
> 
> Peter Krempa (5):
>   qemuxmlconftest: Freeze 'cpu-numa-memory-oldstyle' case to qemu-10.2
>   qemuxmlconftest: Remove specific machine type from
>     'devices-acpi-index'
>   qemuxmlconftest: Prepare 'fd-memory-numa-topology4' for removal of
>     'pc-i440fx-5.0'
>   qemucapabilitiestest: Add data for the qemu-11.0 dev cycle (x86_64)
>   qemucapabilitiestest: Add data for the qemu-11.0 dev cycle (aarch64)
> 
>  .../domaincapsdata/qemu_11.0.0-q35.x86_64.xml |  1344 +
>  .../domaincapsdata/qemu_11.0.0-tcg.x86_64.xml |  2364 +
>  .../qemu_11.0.0-virt.aarch64.xml              |   251 +
>  tests/domaincapsdata/qemu_11.0.0.aarch64.xml  |   251 +
>  tests/domaincapsdata/qemu_11.0.0.x86_64.xml   |  1344 +
>  .../caps_11.0.0_aarch64.replies               | 39101 +++++++++++++
>  .../caps_11.0.0_aarch64.xml                   |   530 +
>  .../caps_11.0.0_x86_64.replies                | 47697 ++++++++++++++++
>  .../caps_11.0.0_x86_64.xml                    |  4627 ++
>  ...u-numa-memory-oldstyle.x86_64-10.2.0.args} |     0
>  ...pu-numa-memory-oldstyle.x86_64-10.2.0.xml} |     0
>  .../devices-acpi-index.x86_64-latest.args     |     2 +-
>  .../devices-acpi-index.x86_64-latest.xml      |     2 +-
>  tests/qemuxmlconfdata/devices-acpi-index.xml  |     2 +-
>  ...a-topology4-old-machine.x86_64-10.2.0.args |    34 +
>  ...ma-topology4-old-machine.x86_64-10.2.0.xml |    37 +
>  .../fd-memory-numa-topology4-old-machine.xml  |    37 +
>  ...d-memory-numa-topology4.x86_64-latest.args |     6 +-
>  .../fd-memory-numa-topology4.xml              |     2 +-
>  tests/qemuxmlconftest.c                       |     6 +-
>  20 files changed, 97629 insertions(+), 8 deletions(-)
>  create mode 100644 tests/domaincapsdata/qemu_11.0.0-q35.x86_64.xml
>  create mode 100644 tests/domaincapsdata/qemu_11.0.0-tcg.x86_64.xml
>  create mode 100644 tests/domaincapsdata/qemu_11.0.0-virt.aarch64.xml
>  create mode 100644 tests/domaincapsdata/qemu_11.0.0.aarch64.xml
>  create mode 100644 tests/domaincapsdata/qemu_11.0.0.x86_64.xml
>  create mode 100644 tests/qemucapabilitiesdata/caps_11.0.0_aarch64.replies
>  create mode 100644 tests/qemucapabilitiesdata/caps_11.0.0_aarch64.xml
>  create mode 100644 tests/qemucapabilitiesdata/caps_11.0.0_x86_64.replies
>  create mode 100644 tests/qemucapabilitiesdata/caps_11.0.0_x86_64.xml
>  rename tests/qemuxmlconfdata/{cpu-numa-memory-oldstyle.x86_64-latest.args => cpu-numa-memory-oldstyle.x86_64-10.2.0.args} (100%)
>  rename tests/qemuxmlconfdata/{cpu-numa-memory-oldstyle.x86_64-latest.xml => cpu-numa-memory-oldstyle.x86_64-10.2.0.xml} (100%)
>  create mode 100644 tests/qemuxmlconfdata/fd-memory-numa-topology4-old-machine.x86_64-10.2.0.args
>  create mode 100644 tests/qemuxmlconfdata/fd-memory-numa-topology4-old-machine.x86_64-10.2.0.xml
>  create mode 100644 tests/qemuxmlconfdata/fd-memory-numa-topology4-old-machine.xml
> 

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

Michal