test: qemu: Update qemu-8.1 test data on x86_64

Update to v8.1.0-rc4

Notable changes:
 - 'dirty-limit' migration feature added
    - 'vcpu-dirty-limit', 'x-vcpu-dirty-limit-period' parameters added
    - 'dirty-limit-ring-full-time', 'dirty-limit-throttle-time-per-round' statistics added
 - migration statistic of number of skipped zero pages is now deprecated

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
Peter Krempa 2023-08-10 13:33:53 +02:00
parent edfce77ba2
commit a771d7a5da
2 changed files with 53 additions and 6 deletions

View File

@ -17,11 +17,11 @@
{ {
"return": { "return": {
"qemu": { "qemu": {
"micro": 50, "micro": 94,
"minor": 0, "minor": 0,
"major": 8 "major": 8
}, },
"package": "v8.0.0-2835-g361d539735" "package": "v8.1.0-rc4"
}, },
"id": "libvirt-2" "id": "libvirt-2"
} }
@ -5554,6 +5554,16 @@
"name": "socket-address", "name": "socket-address",
"default": null, "default": null,
"type": "[377]" "type": "[377]"
},
{
"name": "dirty-limit-throttle-time-per-round",
"default": null,
"type": "int"
},
{
"name": "dirty-limit-ring-full-time",
"default": null,
"type": "int"
} }
], ],
"meta-type": "object" "meta-type": "object"
@ -5727,6 +5737,19 @@
"name": "block-bitmap-mapping", "name": "block-bitmap-mapping",
"default": null, "default": null,
"type": "[421]" "type": "[421]"
},
{
"name": "x-vcpu-dirty-limit-period",
"default": null,
"type": "int",
"features": [
"unstable"
]
},
{
"name": "vcpu-dirty-limit",
"default": null,
"type": "int"
} }
], ],
"meta-type": "object" "meta-type": "object"
@ -5871,6 +5894,19 @@
"name": "block-bitmap-mapping", "name": "block-bitmap-mapping",
"default": null, "default": null,
"type": "[421]" "type": "[421]"
},
{
"name": "x-vcpu-dirty-limit-period",
"default": null,
"type": "int",
"features": [
"unstable"
]
},
{
"name": "vcpu-dirty-limit",
"default": null,
"type": "int"
} }
], ],
"meta-type": "object" "meta-type": "object"
@ -13515,7 +13551,10 @@
}, },
{ {
"name": "skipped", "name": "skipped",
"type": "int" "type": "int",
"features": [
"deprecated"
]
}, },
{ {
"name": "normal", "name": "normal",
@ -13721,6 +13760,9 @@
}, },
{ {
"name": "switchover-ack" "name": "switchover-ack"
},
{
"name": "dirty-limit"
} }
], ],
"meta-type": "enum", "meta-type": "enum",
@ -13746,7 +13788,8 @@
"background-snapshot", "background-snapshot",
"zero-copy-send", "zero-copy-send",
"postcopy-preempt", "postcopy-preempt",
"switchover-ack" "switchover-ack",
"dirty-limit"
] ]
}, },
{ {
@ -36928,6 +36971,10 @@
{ {
"state": false, "state": false,
"capability": "switchover-ack" "capability": "switchover-ack"
},
{
"state": false,
"capability": "dirty-limit"
} }
], ],
"id": "libvirt-45" "id": "libvirt-45"

View File

@ -204,9 +204,9 @@
<flag name='rbd-encryption-luks-any'/> <flag name='rbd-encryption-luks-any'/>
<flag name='qcow2-discard-no-unref'/> <flag name='qcow2-discard-no-unref'/>
<flag name='run-with.async-teardown'/> <flag name='run-with.async-teardown'/>
<version>8000050</version> <version>8000094</version>
<microcodeVersion>43100245</microcodeVersion> <microcodeVersion>43100245</microcodeVersion>
<package>v8.0.0-2835-g361d539735</package> <package>v8.1.0-rc4</package>
<arch>x86_64</arch> <arch>x86_64</arch>
<hostCPU type='kvm' model='base' migratability='yes'> <hostCPU type='kvm' model='base' migratability='yes'>
<property name='avx-ne-convert' type='boolean' value='false'/> <property name='avx-ne-convert' type='boolean' value='false'/>