[PATCH 0/3] tests: qemu: Update test cases and bump 9.1 caps dump

Peter Krempa posted 3 patches 3 months, 2 weeks ago
.../caps_9.1.0_x86_64.replies                 | 3796 +++++++++--------
.../caps_9.1.0_x86_64.xml                     |  162 +-
.../controller-usb-order.x86_64-latest.args   |    2 +-
.../controller-usb-order.x86_64-latest.xml    |    2 +-
.../qemuxmlconfdata/controller-usb-order.xml  |    2 +-
...pu-numa-memory-oldstyle.x86_64-latest.args |   34 +
...cpu-numa-memory-oldstyle.x86_64-latest.xml |   36 +
.../cpu-numa-memory-oldstyle.xml              |   27 +
...rbd-encryption-layering.x86_64-latest.args |    2 +-
...-rbd-encryption-layering.x86_64-latest.xml |    2 +-
.../disk-network-rbd-encryption-layering.xml  |    2 +-
...rbd-encryption-luks-any.x86_64-latest.args |    2 +-
...-rbd-encryption-luks-any.x86_64-latest.xml |    2 +-
.../disk-network-rbd-encryption-luks-any.xml  |    2 +-
...-network-rbd-encryption.x86_64-latest.args |    2 +-
...k-network-rbd-encryption.x86_64-latest.xml |    2 +-
.../disk-network-rbd-encryption.xml           |    2 +-
tests/qemuxmlconfdata/luks-disk-invalid.xml   |    2 +-
.../luks-disks-source.x86_64-latest.args      |    2 +-
.../luks-disks-source.x86_64-latest.xml       |    2 +-
tests/qemuxmlconfdata/luks-disks-source.xml   |    2 +-
.../luks-disks.x86_64-latest.args             |    2 +-
tests/qemuxmlconfdata/luks-disks.xml          |    2 +-
...memory-default-hugepage.x86_64-latest.args |    2 +-
.../memfd-memory-default-hugepage.xml         |    2 +-
.../memfd-memory-numa.x86_64-latest.args      |    2 +-
tests/qemuxmlconfdata/memfd-memory-numa.xml   |    2 +-
...vcpus-topology-mismatch.x86_64-latest.args |    8 +-
...avcpus-topology-mismatch.x86_64-latest.xml |    2 +-
.../numavcpus-topology-mismatch.xml           |    2 +-
tests/qemuxmlconftest.c                       |    1 +
31 files changed, 2241 insertions(+), 1871 deletions(-)
create mode 100644 tests/qemuxmlconfdata/cpu-numa-memory-oldstyle.x86_64-latest.args
create mode 100644 tests/qemuxmlconfdata/cpu-numa-memory-oldstyle.x86_64-latest.xml
create mode 100644 tests/qemuxmlconfdata/cpu-numa-memory-oldstyle.xml
[PATCH 0/3] tests: qemu: Update test cases and bump 9.1 caps dump
Posted by Peter Krempa 3 months, 2 weeks ago
Peter Krempa (3):
  qemuxmlconftest: Add test for old-style NUMA memory specification
  qemuxmlconftest: Don't use soon-to-be-removed machine types
  qemucapabilitiesdata: Update data for qemu-9.1 dev cycle on x86_64

 .../caps_9.1.0_x86_64.replies                 | 3796 +++++++++--------
 .../caps_9.1.0_x86_64.xml                     |  162 +-
 .../controller-usb-order.x86_64-latest.args   |    2 +-
 .../controller-usb-order.x86_64-latest.xml    |    2 +-
 .../qemuxmlconfdata/controller-usb-order.xml  |    2 +-
 ...pu-numa-memory-oldstyle.x86_64-latest.args |   34 +
 ...cpu-numa-memory-oldstyle.x86_64-latest.xml |   36 +
 .../cpu-numa-memory-oldstyle.xml              |   27 +
 ...rbd-encryption-layering.x86_64-latest.args |    2 +-
 ...-rbd-encryption-layering.x86_64-latest.xml |    2 +-
 .../disk-network-rbd-encryption-layering.xml  |    2 +-
 ...rbd-encryption-luks-any.x86_64-latest.args |    2 +-
 ...-rbd-encryption-luks-any.x86_64-latest.xml |    2 +-
 .../disk-network-rbd-encryption-luks-any.xml  |    2 +-
 ...-network-rbd-encryption.x86_64-latest.args |    2 +-
 ...k-network-rbd-encryption.x86_64-latest.xml |    2 +-
 .../disk-network-rbd-encryption.xml           |    2 +-
 tests/qemuxmlconfdata/luks-disk-invalid.xml   |    2 +-
 .../luks-disks-source.x86_64-latest.args      |    2 +-
 .../luks-disks-source.x86_64-latest.xml       |    2 +-
 tests/qemuxmlconfdata/luks-disks-source.xml   |    2 +-
 .../luks-disks.x86_64-latest.args             |    2 +-
 tests/qemuxmlconfdata/luks-disks.xml          |    2 +-
 ...memory-default-hugepage.x86_64-latest.args |    2 +-
 .../memfd-memory-default-hugepage.xml         |    2 +-
 .../memfd-memory-numa.x86_64-latest.args      |    2 +-
 tests/qemuxmlconfdata/memfd-memory-numa.xml   |    2 +-
 ...vcpus-topology-mismatch.x86_64-latest.args |    8 +-
 ...avcpus-topology-mismatch.x86_64-latest.xml |    2 +-
 .../numavcpus-topology-mismatch.xml           |    2 +-
 tests/qemuxmlconftest.c                       |    1 +
 31 files changed, 2241 insertions(+), 1871 deletions(-)
 create mode 100644 tests/qemuxmlconfdata/cpu-numa-memory-oldstyle.x86_64-latest.args
 create mode 100644 tests/qemuxmlconfdata/cpu-numa-memory-oldstyle.x86_64-latest.xml
 create mode 100644 tests/qemuxmlconfdata/cpu-numa-memory-oldstyle.xml

-- 
2.45.2
Re: [PATCH 0/3] tests: qemu: Update test cases and bump 9.1 caps dump
Posted by Michal Prívozník 3 months, 2 weeks ago
On 8/8/24 17:37, Peter Krempa wrote:
> Peter Krempa (3):
>   qemuxmlconftest: Add test for old-style NUMA memory specification
>   qemuxmlconftest: Don't use soon-to-be-removed machine types
>   qemucapabilitiesdata: Update data for qemu-9.1 dev cycle on x86_64
> 
>  .../caps_9.1.0_x86_64.replies                 | 3796 +++++++++--------
>  .../caps_9.1.0_x86_64.xml                     |  162 +-
>  .../controller-usb-order.x86_64-latest.args   |    2 +-
>  .../controller-usb-order.x86_64-latest.xml    |    2 +-
>  .../qemuxmlconfdata/controller-usb-order.xml  |    2 +-
>  ...pu-numa-memory-oldstyle.x86_64-latest.args |   34 +
>  ...cpu-numa-memory-oldstyle.x86_64-latest.xml |   36 +
>  .../cpu-numa-memory-oldstyle.xml              |   27 +
>  ...rbd-encryption-layering.x86_64-latest.args |    2 +-
>  ...-rbd-encryption-layering.x86_64-latest.xml |    2 +-
>  .../disk-network-rbd-encryption-layering.xml  |    2 +-
>  ...rbd-encryption-luks-any.x86_64-latest.args |    2 +-
>  ...-rbd-encryption-luks-any.x86_64-latest.xml |    2 +-
>  .../disk-network-rbd-encryption-luks-any.xml  |    2 +-
>  ...-network-rbd-encryption.x86_64-latest.args |    2 +-
>  ...k-network-rbd-encryption.x86_64-latest.xml |    2 +-
>  .../disk-network-rbd-encryption.xml           |    2 +-
>  tests/qemuxmlconfdata/luks-disk-invalid.xml   |    2 +-
>  .../luks-disks-source.x86_64-latest.args      |    2 +-
>  .../luks-disks-source.x86_64-latest.xml       |    2 +-
>  tests/qemuxmlconfdata/luks-disks-source.xml   |    2 +-
>  .../luks-disks.x86_64-latest.args             |    2 +-
>  tests/qemuxmlconfdata/luks-disks.xml          |    2 +-
>  ...memory-default-hugepage.x86_64-latest.args |    2 +-
>  .../memfd-memory-default-hugepage.xml         |    2 +-
>  .../memfd-memory-numa.x86_64-latest.args      |    2 +-
>  tests/qemuxmlconfdata/memfd-memory-numa.xml   |    2 +-
>  ...vcpus-topology-mismatch.x86_64-latest.args |    8 +-
>  ...avcpus-topology-mismatch.x86_64-latest.xml |    2 +-
>  .../numavcpus-topology-mismatch.xml           |    2 +-
>  tests/qemuxmlconftest.c                       |    1 +
>  31 files changed, 2241 insertions(+), 1871 deletions(-)
>  create mode 100644 tests/qemuxmlconfdata/cpu-numa-memory-oldstyle.x86_64-latest.args
>  create mode 100644 tests/qemuxmlconfdata/cpu-numa-memory-oldstyle.x86_64-latest.xml
>  create mode 100644 tests/qemuxmlconfdata/cpu-numa-memory-oldstyle.xml
> 

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

Michal