On Fri, Mar 20, 2026 at 13:06:28 +0100, Shalini Chellathurai Saroja wrote:
Introduce the capabilities for QEMU v11.0.0 on s390x.
The commit message doesn't mention that it's the in-dev version:
Signed-off-by: Shalini Chellathurai Saroja <shalini@linux.ibm.com> Reviewed-by: Boris Fiuczynski <fiuczy@linux.ibm.com> --- tests/domaincapsdata/qemu_11.0.0.s390x.xml | 453 + .../caps_11.0.0_s390x.replies | 39494 ++++++++++++++++ .../caps_11.0.0_s390x.xml | 4250 ++ 3 files changed, 44197 insertions(+) create mode 100644 tests/domaincapsdata/qemu_11.0.0.s390x.xml create mode 100644 tests/qemucapabilitiesdata/caps_11.0.0_s390x.replies create mode 100644 tests/qemucapabilitiesdata/caps_11.0.0_s390x.xml
[...]
diff --git a/tests/qemucapabilitiesdata/caps_11.0.0_s390x.replies b/tests/qemucapabilitiesdata/caps_11.0.0_s390x.replies new file mode 100644 index 0000000000..b9feefa7f5 --- /dev/null +++ b/tests/qemucapabilitiesdata/caps_11.0.0_s390x.replies @@ -0,0 +1,39494 @@
+{ + "return": { + "qemu": { + "micro": 50, + "minor": 2, + "major": 10 + }, + "package": "v10.2.0-2244-gae56950eac"
^^^^^
+ }, + "id": "libvirt-2"
Any particular reason you're adding the in-dev version? Do you plan to post patches which depend on some new feature? If not I'd suggest you add the caps once it's released. Especially since -rc0 was tagged recently.