tests: qemucaps: Update ppc64 replies for qemu 2.6.0 release

Sync up to the released version of qemu.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
This commit is contained in:
Andrea Bolognani 2016-10-19 11:36:45 -04:00 committed by Peter Krempa
parent 1683535a33
commit 33877c815d
2 changed files with 14 additions and 11 deletions

View File

@ -2,8 +2,8 @@
"QMP": { "QMP": {
"version": { "version": {
"qemu": { "qemu": {
"micro": 94, "micro": 0,
"minor": 5, "minor": 6,
"major": 2 "major": 2
}, },
"package": "" "package": ""
@ -22,8 +22,8 @@
{ {
"return": { "return": {
"qemu": { "qemu": {
"micro": 94, "micro": 0,
"minor": 5, "minor": 6,
"major": 2 "major": 2
}, },
"package": "" "package": ""
@ -451,7 +451,7 @@
{ {
"return": { "return": {
"fd": 13, "fd": 14,
"fdset-id": 0 "fdset-id": 0
}, },
"id": "libvirt-5" "id": "libvirt-5"
@ -785,6 +785,9 @@
{ {
"name": "401F2-powerpc64-cpu" "name": "401F2-powerpc64-cpu"
}, },
{
"name": "ccid-card-emulated"
},
{ {
"name": "pseries-2.1-machine" "name": "pseries-2.1-machine"
}, },
@ -1382,6 +1385,9 @@
{ {
"name": "PCIE" "name": "PCIE"
}, },
{
"name": "ccid-card-passthru"
},
{ {
"name": "750cx_v2.1-powerpc64-cpu" "name": "750cx_v2.1-powerpc64-cpu"
}, },
@ -3562,11 +3568,6 @@
"description": "on/off", "description": "on/off",
"type": "bool" "type": "bool"
}, },
{
"name": "stats",
"description": "on/off",
"type": "bool"
},
{ {
"name": "max_outputs", "name": "max_outputs",
"type": "uint32" "type": "uint32"

View File

@ -21,6 +21,8 @@
<flag name='boot-index'/> <flag name='boot-index'/>
<flag name='hda-duplex'/> <flag name='hda-duplex'/>
<flag name='drive-aio'/> <flag name='drive-aio'/>
<flag name='ccid-emulated'/>
<flag name='ccid-passthru'/>
<flag name='chardev-spicevmc'/> <flag name='chardev-spicevmc'/>
<flag name='virtio-tx-alg'/> <flag name='virtio-tx-alg'/>
<flag name='pci-multifunction'/> <flag name='pci-multifunction'/>
@ -156,7 +158,7 @@
<flag name='drive-iotune-max-length'/> <flag name='drive-iotune-max-length'/>
<flag name='ivshmem-plain'/> <flag name='ivshmem-plain'/>
<flag name='ivshmem-doorbell'/> <flag name='ivshmem-doorbell'/>
<version>2005094</version> <version>2006000</version>
<kvmVersion>0</kvmVersion> <kvmVersion>0</kvmVersion>
<package></package> <package></package>
<arch>ppc64</arch> <arch>ppc64</arch>