On Thu, Oct 10, 2019 at 16:56:29 +0200, Andrea Bolognani wrote:
This will be useful to test Jirka's changes to how we handle
default
CPU models on more architectures.
The version posted to the list is heavily snipped, but you can grab
the full one with
$ git fetch
https://gitlab.com/abologna/libvirt caps-4.2.0
Andrea Bolognani (2):
tests: Add capabilitie for QEMU 4.2.0 on ppc64
tests: Add capabilitie for QEMU 4.2.0 on aarch64
.../caps_4.2.0.aarch64.replies | 20684 +++++++++++++
.../caps_4.2.0.aarch64.xml | 321 +
.../caps_4.2.0.ppc64.replies | 24406 ++++++++++++++++
.../qemucapabilitiesdata/caps_4.2.0.ppc64.xml | 1087 +
4 files changed, 46498 insertions(+)
create mode 100644 tests/qemucapabilitiesdata/caps_4.2.0.aarch64.replies
create mode 100644 tests/qemucapabilitiesdata/caps_4.2.0.aarch64.xml
create mode 100644 tests/qemucapabilitiesdata/caps_4.2.0.ppc64.replies
create mode 100644 tests/qemucapabilitiesdata/caps_4.2.0.ppc64.xml
Could you also add corresponding test cases to domaincapstest.c?
Reviewed-by: Jiri Denemark <jdenemar(a)redhat.com>