mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 12:35:17 +00:00
test: update capability replies for qemu-2.7.0
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
parent
fb360df4b0
commit
4e4b7fbf01
@ -2,11 +2,11 @@
|
||||
"QMP": {
|
||||
"version": {
|
||||
"qemu": {
|
||||
"micro": 91,
|
||||
"minor": 6,
|
||||
"micro": 0,
|
||||
"minor": 7,
|
||||
"major": 2
|
||||
},
|
||||
"package": " (v2.7.0-rc1-52-g42e0d60)"
|
||||
"package": " (v2.7.0)"
|
||||
},
|
||||
"capabilities": [
|
||||
]
|
||||
@ -22,11 +22,11 @@
|
||||
{
|
||||
"return": {
|
||||
"qemu": {
|
||||
"micro": 91,
|
||||
"minor": 6,
|
||||
"micro": 0,
|
||||
"minor": 7,
|
||||
"major": 2
|
||||
},
|
||||
"package": " (v2.7.0-rc1-52-g42e0d60)"
|
||||
"package": " (v2.7.0)"
|
||||
},
|
||||
"id": "libvirt-2"
|
||||
}
|
||||
@ -466,7 +466,7 @@
|
||||
|
||||
{
|
||||
"return": {
|
||||
"fd": 14,
|
||||
"fd": 13,
|
||||
"fdset-id": 0
|
||||
},
|
||||
"id": "libvirt-5"
|
||||
@ -695,6 +695,9 @@
|
||||
{
|
||||
"name": "container"
|
||||
},
|
||||
{
|
||||
"name": "qio-channel-rdma"
|
||||
},
|
||||
{
|
||||
"name": "host-x86_64-cpu"
|
||||
},
|
||||
@ -1244,6 +1247,9 @@
|
||||
{
|
||||
"name": "nvdimm"
|
||||
},
|
||||
{
|
||||
"name": "virtio-balloon-pci"
|
||||
},
|
||||
{
|
||||
"name": "SandyBridge-x86_64-cpu"
|
||||
},
|
||||
@ -1253,6 +1259,9 @@
|
||||
{
|
||||
"name": "virtio-balloon-device"
|
||||
},
|
||||
{
|
||||
"name": "ccid-card-passthru"
|
||||
},
|
||||
{
|
||||
"name": "qxl"
|
||||
},
|
||||
@ -1335,7 +1344,7 @@
|
||||
"name": "tls-creds-x509"
|
||||
},
|
||||
{
|
||||
"name": "virtio-balloon-pci"
|
||||
"name": "ccid-card-emulated"
|
||||
},
|
||||
{
|
||||
"name": "ISA"
|
||||
@ -3176,7 +3185,7 @@
|
||||
"type": "bool"
|
||||
},
|
||||
{
|
||||
"name": "any_layout",
|
||||
"name": "event_idx",
|
||||
"description": "on/off",
|
||||
"type": "bool"
|
||||
},
|
||||
@ -3190,6 +3199,11 @@
|
||||
"description": "on/off",
|
||||
"type": "bool"
|
||||
},
|
||||
{
|
||||
"name": "stats",
|
||||
"description": "on/off",
|
||||
"type": "bool"
|
||||
},
|
||||
{
|
||||
"name": "multifunction",
|
||||
"description": "on/off",
|
||||
@ -3206,7 +3220,7 @@
|
||||
"type": "bool"
|
||||
},
|
||||
{
|
||||
"name": "event_idx",
|
||||
"name": "virgl",
|
||||
"description": "on/off",
|
||||
"type": "bool"
|
||||
},
|
||||
@ -3247,6 +3261,11 @@
|
||||
"description": "Slot and optional function number, example: 06.0 or 06",
|
||||
"type": "int32"
|
||||
},
|
||||
{
|
||||
"name": "any_layout",
|
||||
"description": "on/off",
|
||||
"type": "bool"
|
||||
},
|
||||
{
|
||||
"name": "max_outputs",
|
||||
"type": "uint32"
|
||||
|
@ -28,6 +28,8 @@
|
||||
<flag name='drive-aio'/>
|
||||
<flag name='pci-multibus'/>
|
||||
<flag name='pci-bootindex'/>
|
||||
<flag name='ccid-emulated'/>
|
||||
<flag name='ccid-passthru'/>
|
||||
<flag name='chardev-spicevmc'/>
|
||||
<flag name='virtio-tx-alg'/>
|
||||
<flag name='device-qxl-vga'/>
|
||||
@ -162,6 +164,7 @@
|
||||
<flag name='gic-version'/>
|
||||
<flag name='incoming-defer'/>
|
||||
<flag name='virtio-gpu'/>
|
||||
<flag name='virtio-gpu.virgl'/>
|
||||
<flag name='virtio-keyboard'/>
|
||||
<flag name='virtio-mouse'/>
|
||||
<flag name='virtio-tablet'/>
|
||||
@ -194,9 +197,9 @@
|
||||
<flag name='smm'/>
|
||||
<flag name='virtio-pci-disable-legacy'/>
|
||||
<flag name='query-hotpluggable-cpus'/>
|
||||
<version>2006091</version>
|
||||
<version>2007000</version>
|
||||
<kvmVersion>0</kvmVersion>
|
||||
<package> (v2.7.0-rc1-52-g42e0d60)</package>
|
||||
<package> (v2.7.0)</package>
|
||||
<arch>x86_64</arch>
|
||||
<cpu name='Opteron_G5'/>
|
||||
<cpu name='Opteron_G4'/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user