Qemu decided to change a parameter name in rc-state which was not
captured by the 2.8.0 data. Bump it to current version.
---
tests/qemucapabilitiesdata/caps_2.8.0.x86_64.replies | 12 ++++++------
tests/qemucapabilitiesdata/caps_2.8.0.x86_64.xml | 4 ++--
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/tests/qemucapabilitiesdata/caps_2.8.0.x86_64.replies
b/tests/qemucapabilitiesdata/caps_2.8.0.x86_64.replies
index 56281cd..60cb771 100644
--- a/tests/qemucapabilitiesdata/caps_2.8.0.x86_64.replies
+++ b/tests/qemucapabilitiesdata/caps_2.8.0.x86_64.replies
@@ -2,11 +2,11 @@
"QMP": {
"version": {
"qemu": {
- "micro": 91,
+ "micro": 93,
"minor": 7,
"major": 2
},
- "package": " (v2.8.0-rc1-dirty)"
+ "package": " (v2.8.0-rc3-dirty)"
},
"capabilities": [
]
@@ -22,11 +22,11 @@
{
"return": {
"qemu": {
- "micro": 91,
+ "micro": 93,
"minor": 7,
"major": 2
},
- "package": " (v2.8.0-rc1-dirty)"
+ "package": " (v2.8.0-rc3-dirty)"
},
"id": "libvirt-2"
}
@@ -10626,7 +10626,7 @@
"type": "[276]"
},
{
- "name": "debug-level",
+ "name": "debug",
"default": null,
"type": "int"
},
@@ -10710,7 +10710,7 @@
"type": "int"
},
{
- "name": "debug-level",
+ "name": "debug",
"default": null,
"type": "int"
}
diff --git a/tests/qemucapabilitiesdata/caps_2.8.0.x86_64.xml
b/tests/qemucapabilitiesdata/caps_2.8.0.x86_64.xml
index f5e467c..110865e 100644
--- a/tests/qemucapabilitiesdata/caps_2.8.0.x86_64.xml
+++ b/tests/qemucapabilitiesdata/caps_2.8.0.x86_64.xml
@@ -197,9 +197,9 @@
<flag name='query-qmp-schema'/>
<flag name='vhost-scsi'/>
<flag name='drive-iotune-group'/>
- <version>2007091</version>
+ <version>2007093</version>
<kvmVersion>0</kvmVersion>
- <package> (v2.8.0-rc1-dirty)</package>
+ <package> (v2.8.0-rc3-dirty)</package>
<arch>x86_64</arch>
<cpu type='kvm' name='host' usable='yes'/>
<cpu type='kvm' name='qemu64' usable='yes'/>
--
2.10.2