From: Peter Krempa <pkrempa@redhat.com> QEMU 10.2 is released so we can bump our dump to the final state. Signed-off-by: Peter Krempa <pkrempa@redhat.com> --- tests/qemucapabilitiesdata/caps_10.2.0_x86_64.replies | 9 ++++++--- tests/qemucapabilitiesdata/caps_10.2.0_x86_64.xml | 4 ++-- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/tests/qemucapabilitiesdata/caps_10.2.0_x86_64.replies b/tests/qemucapabilitiesdata/caps_10.2.0_x86_64.replies index 7d1784cc6b..9ba2fe57dd 100644 --- a/tests/qemucapabilitiesdata/caps_10.2.0_x86_64.replies +++ b/tests/qemucapabilitiesdata/caps_10.2.0_x86_64.replies @@ -16,11 +16,11 @@ { "return": { "qemu": { - "micro": 91, - "minor": 1, + "micro": 0, + "minor": 2, "major": 10 }, - "package": "v10.2.0-rc1-38-gfb241d0a1f" + "package": "v10.2.0" }, "id": "libvirt-2" } @@ -35957,6 +35957,7 @@ }, { "name": "aux-ram-share", + "description": "Use anonymous shared memory for auxiliary guest RAMs", "type": "bool" }, { @@ -36089,6 +36090,7 @@ }, { "name": "aux-ram-share", + "description": "Use anonymous shared memory for auxiliary guest RAMs", "type": "bool" }, { @@ -38518,6 +38520,7 @@ }, { "name": "aux-ram-share", + "help": "Use anonymous shared memory for auxiliary guest RAMs", "type": "boolean" }, { diff --git a/tests/qemucapabilitiesdata/caps_10.2.0_x86_64.xml b/tests/qemucapabilitiesdata/caps_10.2.0_x86_64.xml index 0c3a45d3f8..06f7bf784d 100644 --- a/tests/qemucapabilitiesdata/caps_10.2.0_x86_64.xml +++ b/tests/qemucapabilitiesdata/caps_10.2.0_x86_64.xml @@ -215,9 +215,9 @@ <flag name='acpi-generic-initiator'/> <flag name='disk-timed-stats'/> <flag name='query-accelerators'/> - <version>10001091</version> + <version>10002000</version> <microcodeVersion>43100287</microcodeVersion> - <package>v10.2.0-rc1-38-gfb241d0a1f</package> + <package>v10.2.0</package> <arch>x86_64</arch> <hostCPU type='kvm' model='base' migratability='yes'> <property name='avx-ne-convert' type='boolean' value='false'/> -- 2.52.0