mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-21 20:15:17 +00:00
test: qemucaps: Bump 2.8.0 state to current master
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.
This commit is contained in:
parent
8546adf80b
commit
c168c910c5
@ -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"
|
||||
}
|
||||
|
@ -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'/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user