From: Peter Krempa <[email protected]>

Notable changes:
 - New 'postcopy-device' migration state
 - New 'exit-with-parent' option
 - Features 'guest_tunnel_csum', 'host_tunnel', 'host_tunnel_csum',
   'guest_tunnel' of 'virtio-net-pci' are now enabled by default
 - 'extended-tseg-mbytes' is now 64 for 'mch' device

Signed-off-by: Peter Krempa <[email protected]>
---
 .../caps_10.2.0_x86_64.replies                | 24 ++++++++++++-------
 .../caps_10.2.0_x86_64.xml                    |  4 ++--
 2 files changed, 18 insertions(+), 10 deletions(-)

diff --git a/tests/qemucapabilitiesdata/caps_10.2.0_x86_64.replies 
b/tests/qemucapabilitiesdata/caps_10.2.0_x86_64.replies
index 3b6d4e0575..72f27e7a48 100644
--- a/tests/qemucapabilitiesdata/caps_10.2.0_x86_64.replies
+++ b/tests/qemucapabilitiesdata/caps_10.2.0_x86_64.replies
@@ -16,11 +16,11 @@
 {
   "return": {
     "qemu": {
-      "micro": 50,
+      "micro": 91,
       "minor": 1,
       "major": 10
     },
-    "package": "v10.1.0-1969-g53b41bb789"
+    "package": "v10.2.0-rc1-38-gfb241d0a1f"
   },
   "id": "libvirt-2"
 }
@@ -14606,6 +14606,9 @@
         {
           "name": "active"
         },
+        {
+          "name": "postcopy-device"
+        },
         {
           "name": "postcopy-active"
         },
@@ -14644,6 +14647,7 @@
         "cancelling",
         "cancelled",
         "active",
+        "postcopy-device",
         "postcopy-active",
         "postcopy-paused",
         "postcopy-recover-setup",
@@ -28391,7 +28395,7 @@
       "type": "bool"
     },
     {
-      "default-value": false,
+      "default-value": true,
       "name": "guest_tunnel_csum",
       "description": "on/off",
       "type": "bool"
@@ -28412,7 +28416,7 @@
       "type": "uint32"
     },
     {
-      "default-value": false,
+      "default-value": true,
       "name": "host_tunnel",
       "description": "on/off",
       "type": "bool"
@@ -28622,7 +28626,7 @@
       "type": "bool"
     },
     {
-      "default-value": false,
+      "default-value": true,
       "name": "host_tunnel_csum",
       "description": "on/off",
       "type": "bool"
@@ -28674,7 +28678,7 @@
       "type": "bool"
     },
     {
-      "default-value": false,
+      "default-value": true,
       "name": "guest_tunnel",
       "description": "on/off",
       "type": "bool"
@@ -29213,7 +29217,7 @@
     {
       "default-value": "auto",
       "name": "enable-migration",
-      "description": "Enale device migration. Also requires a host VFIO PCI 
variant or mdev driver with migration support enabled",
+      "description": "Enable device migration. Also requires a host VFIO PCI 
variant or mdev driver with migration support enabled",
       "type": "OnOffAuto"
     },
     {
@@ -31973,7 +31977,7 @@
       "type": "bool"
     },
     {
-      "default-value": 16,
+      "default-value": 64,
       "name": "extended-tseg-mbytes",
       "type": "uint16"
     }
@@ -39065,6 +39069,10 @@
           "name": "user",
           "type": "string"
         },
+        {
+          "name": "exit-with-parent",
+          "type": "boolean"
+        },
         {
           "name": "chroot",
           "type": "string"
diff --git a/tests/qemucapabilitiesdata/caps_10.2.0_x86_64.xml 
b/tests/qemucapabilitiesdata/caps_10.2.0_x86_64.xml
index 371680778c..7cff2c2291 100644
--- a/tests/qemucapabilitiesdata/caps_10.2.0_x86_64.xml
+++ b/tests/qemucapabilitiesdata/caps_10.2.0_x86_64.xml
@@ -215,9 +215,9 @@
   <flag name='acpi-generic-initiator'/>
   <flag name='disk-timed-stats'/>
   <flag name='query-accelerators'/>
-  <version>10001050</version>
+  <version>10001091</version>
   <microcodeVersion>43100287</microcodeVersion>
-  <package>v10.1.0-1969-g53b41bb789</package>
+  <package>v10.2.0-rc1-38-gfb241d0a1f</package>
   <arch>x86_64</arch>
   <hostCPU type='kvm' model='base' migratability='yes'>
     <property name='avx-ne-convert' type='boolean' value='false'/>
-- 
2.51.1

Reply via email to