Update to v6.1.0-1510-gc148a05721 which most notably adds the 'json-cli'
feature for 'device_add' QMP command meaning that -device accepts JSON.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
.../caps_6.2.0.x86_64.replies | 99 ++++++++++---------
.../caps_6.2.0.x86_64.xml | 2 +-
2 files changed, 52 insertions(+), 49 deletions(-)
diff --git a/tests/qemucapabilitiesdata/caps_6.2.0.x86_64.replies
b/tests/qemucapabilitiesdata/caps_6.2.0.x86_64.replies
index bfa327e102..aa7a779a68 100644
--- a/tests/qemucapabilitiesdata/caps_6.2.0.x86_64.replies
+++ b/tests/qemucapabilitiesdata/caps_6.2.0.x86_64.replies
@@ -21,7 +21,7 @@
"minor": 1,
"major": 6
},
- "package": "v6.1.0-1313-gc09124dcb8"
+ "package": "v6.1.0-1510-gc148a05721"
},
"id": "libvirt-2"
}
@@ -1122,7 +1122,10 @@
"name": "device_add",
"ret-type": "0",
"meta-type": "command",
- "arg-type": "180"
+ "arg-type": "180",
+ "features": [
+ "json-cli"
+ ]
},
{
"name": "device_del",
@@ -1446,9 +1449,9 @@
},
{
"name": "query-sev-attestation-report",
- "ret-type": "235",
+ "ret-type": "233",
"meta-type": "command",
- "arg-type": "234"
+ "arg-type": "232"
},
{
"name": "query-sgx",
@@ -6126,19 +6129,19 @@
"type": "401"
},
{
- "case": "memory-backend-file",
+ "case": "memory-backend-epc",
"type": "402"
},
{
- "case": "memory-backend-memfd",
+ "case": "memory-backend-file",
"type": "403"
},
{
- "case": "memory-backend-ram",
+ "case": "memory-backend-memfd",
"type": "404"
},
{
- "case": "memory-backend-epc",
+ "case": "memory-backend-ram",
"type": "405"
},
{
@@ -7269,7 +7272,7 @@
"meta-type": "object"
},
{
- "name": "234",
+ "name": "232",
"members": [
{
"name": "mnonce",
@@ -7279,7 +7282,7 @@
"meta-type": "object"
},
{
- "name": "235",
+ "name": "233",
"members": [
{
"name": "data",
@@ -11313,10 +11316,10 @@
"input-barrier",
"input-linux",
"iothread",
+ "memory-backend-epc",
"memory-backend-file",
"memory-backend-memfd",
"memory-backend-ram",
- "memory-backend-epc",
"pef-guest",
"pr-manager-helper",
"qtest",
@@ -11852,30 +11855,6 @@
"name": "x-use-canonical-path-for-ramblock-id",
"default": null,
"type": "bool"
- },
- {
- "name": "align",
- "default": null,
- "type": "int"
- },
- {
- "name": "discard-data",
- "default": null,
- "type": "bool"
- },
- {
- "name": "mem-path",
- "type": "str"
- },
- {
- "name": "pmem",
- "default": null,
- "type": "bool"
- },
- {
- "name": "readonly",
- "default": null,
- "type": "bool"
}
],
"meta-type": "object"
@@ -11933,17 +11912,26 @@
"type": "bool"
},
{
- "name": "hugetlb",
+ "name": "align",
+ "default": null,
+ "type": "int"
+ },
+ {
+ "name": "discard-data",
"default": null,
"type": "bool"
},
{
- "name": "hugetlbsize",
+ "name": "mem-path",
+ "type": "str"
+ },
+ {
+ "name": "pmem",
"default": null,
- "type": "int"
+ "type": "bool"
},
{
- "name": "seal",
+ "name": "readonly",
"default": null,
"type": "bool"
}
@@ -12001,6 +11989,21 @@
"name": "x-use-canonical-path-for-ramblock-id",
"default": null,
"type": "bool"
+ },
+ {
+ "name": "hugetlb",
+ "default": null,
+ "type": "bool"
+ },
+ {
+ "name": "hugetlbsize",
+ "default": null,
+ "type": "int"
+ },
+ {
+ "name": "seal",
+ "default": null,
+ "type": "bool"
}
],
"meta-type": "object"
@@ -17168,8 +17171,8 @@
"parent": "pci-device"
},
{
- "name": "sev-guest",
- "parent": "confidential-guest-support"
+ "name": "chardev-stdio",
+ "parent": "chardev-fd"
},
{
"name": "usb-wacom-tablet",
@@ -17192,8 +17195,8 @@
"parent": "pci-vga"
},
{
- "name": "virtio-blk-pci-transitional",
- "parent": "virtio-blk-pci-base"
+ "name": "kvm-pit",
+ "parent": "pit-common"
},
{
"name": "Haswell-v1-x86_64-cpu",
@@ -17216,8 +17219,8 @@
"parent": "generic-pc-machine"
},
{
- "name": "kvm-pit",
- "parent": "pit-common"
+ "name": "sev-guest",
+ "parent": "confidential-guest-support"
},
{
"name": "ich9-usb-uhci5",
@@ -19472,8 +19475,8 @@
"parent": "qio-channel"
},
{
- "name": "chardev-stdio",
- "parent": "chardev-fd"
+ "name": "virtio-blk-pci-transitional",
+ "parent": "virtio-blk-pci-base"
},
{
"name": "virtio-vga",
@@ -29472,7 +29475,7 @@
"id": "libvirt-48",
"error": {
"class": "GenericError",
- "desc": "Failed to open /dev/sev: No such file or directory"
+ "desc": "SEV: Failed to open /dev/sev: No such file or
directory"
}
}
diff --git a/tests/qemucapabilitiesdata/caps_6.2.0.x86_64.xml
b/tests/qemucapabilitiesdata/caps_6.2.0.x86_64.xml
index 41f6c1c460..56a613c767 100644
--- a/tests/qemucapabilitiesdata/caps_6.2.0.x86_64.xml
+++ b/tests/qemucapabilitiesdata/caps_6.2.0.x86_64.xml
@@ -242,7 +242,7 @@
<version>6001050</version>
<kvmVersion>0</kvmVersion>
<microcodeVersion>43100244</microcodeVersion>
- <package>v6.1.0-1313-gc09124dcb8</package>
+ <package>v6.1.0-1510-gc148a05721</package>
<arch>x86_64</arch>
<hostCPU type='kvm' model='base' migratability='yes'>
<property name='vmx-entry-load-rtit-ctl' type='boolean'
value='false'/>
--
2.31.1