tests: Update replies for QEMU 2.12.0 on aarch64

We have some early replies that don't quite match with how
QEMU 2.12.0 as released behaves.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
Andrea Bolognani 2019-07-08 11:32:04 -04:00
parent 63b2e57cb3
commit 8aa75435ff
2 changed files with 146 additions and 97 deletions

View File

@ -17,11 +17,11 @@
{ {
"return": { "return": {
"qemu": { "qemu": {
"micro": 90, "micro": 0,
"minor": 11, "minor": 12,
"major": 2 "major": 2
}, },
"package": "v2.12.0-rc0" "package": "v2.12.0"
}, },
"id": "libvirt-2" "id": "libvirt-2"
} }
@ -4267,103 +4267,106 @@
{ {
"return": [ "return": [
{
"name": "serial",
"type": "str"
},
{
"name": "port_index",
"type": "uint16"
},
{
"name": "dpofua",
"description": "on/off",
"type": "bool"
},
{
"name": "bootindex",
"type": "int32"
},
{
"name": "logical_block_size",
"description": "A power of two between 512 and 32768",
"type": "uint16"
},
{
"name": "discard_granularity",
"type": "uint32"
},
{
"name": "lun",
"type": "uint32"
},
{
"name": "max_unmap_size",
"type": "uint64"
},
{
"name": "drive",
"description": "Node name or ID of a block device to use as a backend",
"type": "str"
},
{
"name": "port_wwn",
"type": "uint64"
},
{
"name": "write-cache",
"description": "on/off/auto",
"type": "OnOffAuto"
},
{
"name": "share-rw",
"type": "bool"
},
{
"name": "opt_io_size",
"type": "uint32"
},
{ {
"name": "min_io_size", "name": "min_io_size",
"type": "uint16" "type": "uint16"
}, },
{ {
"name": "product", "name": "secs",
"type": "str"
},
{
"name": "scsi-id",
"type": "uint32" "type": "uint32"
}, },
{
"name": "channel",
"type": "uint32"
},
{
"name": "vendor",
"type": "str"
},
{
"name": "wwn",
"type": "uint64"
},
{
"name": "werror",
"description": "Error handling policy, report/ignore/enospc/stop/auto",
"type": "BlockdevOnError"
},
{ {
"name": "removable", "name": "removable",
"description": "on/off", "description": "on/off",
"type": "bool" "type": "bool"
}, },
{
"name": "channel",
"type": "uint32"
},
{
"name": "heads",
"type": "uint32"
},
{
"name": "lun",
"type": "uint32"
},
{
"name": "dpofua",
"description": "on/off",
"type": "bool"
},
{
"name": "ver",
"type": "str"
},
{
"name": "scsi-id",
"type": "uint32"
},
{
"name": "cyls",
"type": "uint32"
},
{
"name": "logical_block_size",
"description": "A power of two between 512 and 32768",
"type": "uint16"
},
{
"name": "rotation_rate",
"type": "uint16"
},
{
"name": "drive",
"description": "Node name or ID of a block device to use as a backend",
"type": "str"
},
{
"name": "scsi_version",
"type": "int32"
},
{
"name": "werror",
"description": "Error handling policy, report/ignore/enospc/stop/auto",
"type": "BlockdevOnError"
},
{
"name": "discard_granularity",
"type": "uint32"
},
{
"name": "port_wwn",
"type": "uint64"
},
{
"name": "max_unmap_size",
"type": "uint64"
},
{ {
"name": "rerror", "name": "rerror",
"description": "Error handling policy, report/ignore/enospc/stop/auto", "description": "Error handling policy, report/ignore/enospc/stop/auto",
"type": "BlockdevOnError" "type": "BlockdevOnError"
}, },
{ {
"name": "ver", "name": "max_io_size",
"type": "uint64"
},
{
"name": "wwn",
"type": "uint64"
},
{
"name": "share-rw",
"type": "bool"
},
{
"name": "product",
"type": "str"
},
{
"name": "vendor",
"type": "str" "type": "str"
}, },
{ {
@ -4372,8 +4375,25 @@
"type": "uint16" "type": "uint16"
}, },
{ {
"name": "max_io_size", "name": "port_index",
"type": "uint64" "type": "uint16"
},
{
"name": "bootindex",
"type": "int32"
},
{
"name": "serial",
"type": "str"
},
{
"name": "write-cache",
"description": "on/off/auto",
"type": "OnOffAuto"
},
{
"name": "opt_io_size",
"type": "uint32"
} }
], ],
"id": "libvirt-14" "id": "libvirt-14"
@ -4393,6 +4413,10 @@
"name": "serial", "name": "serial",
"type": "str" "type": "str"
}, },
{
"name": "secs",
"type": "uint32"
},
{ {
"name": "logical_block_size", "name": "logical_block_size",
"description": "A power of two between 512 and 32768", "description": "A power of two between 512 and 32768",
@ -4402,14 +4426,22 @@
"name": "discard_granularity", "name": "discard_granularity",
"type": "uint32" "type": "uint32"
}, },
{
"name": "bootindex",
"type": "int32"
},
{
"name": "rotation_rate",
"type": "uint16"
},
{ {
"name": "drive", "name": "drive",
"description": "Node name or ID of a block device to use as a backend", "description": "Node name or ID of a block device to use as a backend",
"type": "str" "type": "str"
}, },
{ {
"name": "bootindex", "name": "heads",
"type": "int32" "type": "uint32"
}, },
{ {
"name": "write-cache", "name": "write-cache",
@ -4432,6 +4464,11 @@
"name": "unit", "name": "unit",
"type": "uint32" "type": "uint32"
}, },
{
"name": "bios-chs-trans",
"description": "Logical CHS translation algorithm, auto/none/lba/large/rechs",
"type": "BiosAtaTranslation"
},
{ {
"name": "wwn", "name": "wwn",
"type": "uint64" "type": "uint64"
@ -4458,6 +4495,10 @@
"name": "physical_block_size", "name": "physical_block_size",
"description": "A power of two between 512 and 32768", "description": "A power of two between 512 and 32768",
"type": "uint16" "type": "uint16"
},
{
"name": "cyls",
"type": "uint32"
} }
], ],
"id": "libvirt-15" "id": "libvirt-15"
@ -5287,25 +5328,29 @@
"type": "HostMemPolicy" "type": "HostMemPolicy"
}, },
{ {
"name": "share", "name": "dump",
"type": "bool" "type": "bool"
}, },
{ {
"name": "host-nodes", "name": "share",
"type": "int" "type": "bool"
}, },
{ {
"name": "prealloc", "name": "prealloc",
"type": "bool" "type": "bool"
}, },
{
"name": "dump",
"type": "bool"
},
{ {
"name": "size", "name": "size",
"type": "int" "type": "int"
}, },
{
"name": "host-nodes",
"type": "int"
},
{
"name": "id",
"type": "string"
},
{ {
"name": "merge", "name": "merge",
"type": "bool" "type": "bool"
@ -6682,6 +6727,10 @@
}, },
{ {
"parameters": [ "parameters": [
{
"name": "x-oob",
"type": "boolean"
},
{ {
"name": "pretty", "name": "pretty",
"type": "boolean" "type": "boolean"
@ -14838,9 +14887,9 @@
"type": "int" "type": "int"
}, },
{ {
"name": "static", "name": "preallocation",
"default": null, "default": null,
"type": "bool" "type": "356"
} }
], ],
"meta-type": "object" "meta-type": "object"

View File

@ -153,10 +153,10 @@
<flag name='memory-backend-memfd.hugetlb'/> <flag name='memory-backend-memfd.hugetlb'/>
<flag name='iothread.poll-max-ns'/> <flag name='iothread.poll-max-ns'/>
<flag name='memory-backend-file.align'/> <flag name='memory-backend-file.align'/>
<version>2011090</version> <version>2012000</version>
<kvmVersion>0</kvmVersion> <kvmVersion>0</kvmVersion>
<microcodeVersion>61700807</microcodeVersion> <microcodeVersion>61700807</microcodeVersion>
<package>v2.12.0-rc0</package> <package>v2.12.0</package>
<arch>aarch64</arch> <arch>aarch64</arch>
<cpu type='kvm' name='pxa262'/> <cpu type='kvm' name='pxa262'/>
<cpu type='kvm' name='pxa270-a0'/> <cpu type='kvm' name='pxa270-a0'/>