From a771d7a5daf9b0ca2438199dc90f08437ef4da55 Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Thu, 10 Aug 2023 13:33:53 +0200 Subject: [PATCH] test: qemu: Update qemu-8.1 test data on x86_64 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Ján Tomko --- .../caps_8.1.0_x86_64.replies | 55 +++++++++++++++++-- .../caps_8.1.0_x86_64.xml | 4 +- 2 files changed, 53 insertions(+), 6 deletions(-) diff --git a/tests/qemucapabilitiesdata/caps_8.1.0_x86_64.replies b/tests/qemucapabilitiesdata/caps_8.1.0_x86_64.replies index ed296e05cd..e6cc5da1c4 100644 --- a/tests/qemucapabilitiesdata/caps_8.1.0_x86_64.replies +++ b/tests/qemucapabilitiesdata/caps_8.1.0_x86_64.replies @@ -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" diff --git a/tests/qemucapabilitiesdata/caps_8.1.0_x86_64.xml b/tests/qemucapabilitiesdata/caps_8.1.0_x86_64.xml index e656a2024a..313af6a00e 100644 --- a/tests/qemucapabilitiesdata/caps_8.1.0_x86_64.xml +++ b/tests/qemucapabilitiesdata/caps_8.1.0_x86_64.xml @@ -204,9 +204,9 @@ - 8000050 + 8000094 43100245 - v8.0.0-2835-g361d539735 + v8.1.0-rc4 x86_64