mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
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:
parent
edfce77ba2
commit
a771d7a5da
@ -17,11 +17,11 @@
|
||||
{
|
||||
"return": {
|
||||
"qemu": {
|
||||
"micro": 50,
|
||||
"micro": 94,
|
||||
"minor": 0,
|
||||
"major": 8
|
||||
},
|
||||
"package": "v8.0.0-2835-g361d539735"
|
||||
"package": "v8.1.0-rc4"
|
||||
},
|
||||
"id": "libvirt-2"
|
||||
}
|
||||
@ -5554,6 +5554,16 @@
|
||||
"name": "socket-address",
|
||||
"default": null,
|
||||
"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"
|
||||
@ -5727,6 +5737,19 @@
|
||||
"name": "block-bitmap-mapping",
|
||||
"default": null,
|
||||
"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"
|
||||
@ -5871,6 +5894,19 @@
|
||||
"name": "block-bitmap-mapping",
|
||||
"default": null,
|
||||
"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"
|
||||
@ -13515,7 +13551,10 @@
|
||||
},
|
||||
{
|
||||
"name": "skipped",
|
||||
"type": "int"
|
||||
"type": "int",
|
||||
"features": [
|
||||
"deprecated"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "normal",
|
||||
@ -13721,6 +13760,9 @@
|
||||
},
|
||||
{
|
||||
"name": "switchover-ack"
|
||||
},
|
||||
{
|
||||
"name": "dirty-limit"
|
||||
}
|
||||
],
|
||||
"meta-type": "enum",
|
||||
@ -13746,7 +13788,8 @@
|
||||
"background-snapshot",
|
||||
"zero-copy-send",
|
||||
"postcopy-preempt",
|
||||
"switchover-ack"
|
||||
"switchover-ack",
|
||||
"dirty-limit"
|
||||
]
|
||||
},
|
||||
{
|
||||
@ -36928,6 +36971,10 @@
|
||||
{
|
||||
"state": false,
|
||||
"capability": "switchover-ack"
|
||||
},
|
||||
{
|
||||
"state": false,
|
||||
"capability": "dirty-limit"
|
||||
}
|
||||
],
|
||||
"id": "libvirt-45"
|
||||
|
@ -204,9 +204,9 @@
|
||||
<flag name='rbd-encryption-luks-any'/>
|
||||
<flag name='qcow2-discard-no-unref'/>
|
||||
<flag name='run-with.async-teardown'/>
|
||||
<version>8000050</version>
|
||||
<version>8000094</version>
|
||||
<microcodeVersion>43100245</microcodeVersion>
|
||||
<package>v8.0.0-2835-g361d539735</package>
|
||||
<package>v8.1.0-rc4</package>
|
||||
<arch>x86_64</arch>
|
||||
<hostCPU type='kvm' model='base' migratability='yes'>
|
||||
<property name='avx-ne-convert' type='boolean' value='false'/>
|
||||
|
Loading…
Reference in New Issue
Block a user