]> xenbits.xensource.com Git - libvirt.git/commitdiff
test: qemu: Update qemu-8.1 test data on x86_64
authorPeter Krempa <pkrempa@redhat.com>
Thu, 10 Aug 2023 11:33:53 +0000 (13:33 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 21 Aug 2023 11:02:40 +0000 (13:02 +0200)
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>
tests/qemucapabilitiesdata/caps_8.1.0_x86_64.replies
tests/qemucapabilitiesdata/caps_8.1.0_x86_64.xml

index ed296e05cdd25c9a99b6067d2b39c909e1a1b3ea..e6cc5da1c4dfaf600c4569b03b263337bc8def3b 100644 (file)
 {
   "return": {
     "qemu": {
-      "micro": 50,
+      "micro": 94,
       "minor": 0,
       "major": 8
     },
-    "package": "v8.0.0-2835-g361d539735"
+    "package": "v8.1.0-rc4"
   },
   "id": "libvirt-2"
 }
           "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"
           "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"
           "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"
         },
         {
           "name": "skipped",
-          "type": "int"
+          "type": "int",
+          "features": [
+            "deprecated"
+          ]
         },
         {
           "name": "normal",
         },
         {
           "name": "switchover-ack"
+        },
+        {
+          "name": "dirty-limit"
         }
       ],
       "meta-type": "enum",
         "background-snapshot",
         "zero-copy-send",
         "postcopy-preempt",
-        "switchover-ack"
+        "switchover-ack",
+        "dirty-limit"
       ]
     },
     {
     {
       "state": false,
       "capability": "switchover-ack"
+    },
+    {
+      "state": false,
+      "capability": "dirty-limit"
     }
   ],
   "id": "libvirt-45"
index e656a2024a5ca080e304a434604c43416ba6b6d6..313af6a00e7c9641fa81587d7bda270b70eb33a3 100644 (file)
   <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'/>