]> xenbits.xensource.com Git - libvirt.git/commitdiff
conf: domcaps: Add 'async-teardown' domain capability
authorBoris Fiuczynski <fiuczy@linux.ibm.com>
Mon, 17 Jul 2023 15:12:08 +0000 (17:12 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 18 Jul 2023 06:49:32 +0000 (08:49 +0200)
Add async-teardown to the features list in domain capabilities allowing
high level management to introspect the availability of the asynchronous
teardown feature.

Signed-off-by: Boris Fiuczynski <fiuczy@linux.ibm.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
74 files changed:
docs/formatdomaincaps.rst
src/conf/domain_capabilities.c
src/conf/domain_capabilities.h
src/conf/schemas/domaincaps.rng
src/qemu/qemu_capabilities.c
tests/domaincapsdata/qemu_4.2.0-q35.x86_64.xml
tests/domaincapsdata/qemu_4.2.0-tcg.x86_64.xml
tests/domaincapsdata/qemu_4.2.0-virt.aarch64.xml
tests/domaincapsdata/qemu_4.2.0.aarch64.xml
tests/domaincapsdata/qemu_4.2.0.ppc64.xml
tests/domaincapsdata/qemu_4.2.0.s390x.xml
tests/domaincapsdata/qemu_4.2.0.x86_64.xml
tests/domaincapsdata/qemu_5.0.0-q35.x86_64.xml
tests/domaincapsdata/qemu_5.0.0-tcg-virt.riscv64.xml
tests/domaincapsdata/qemu_5.0.0-tcg.x86_64.xml
tests/domaincapsdata/qemu_5.0.0-virt.aarch64.xml
tests/domaincapsdata/qemu_5.0.0-virt.riscv64.xml
tests/domaincapsdata/qemu_5.0.0.aarch64.xml
tests/domaincapsdata/qemu_5.0.0.ppc64.xml
tests/domaincapsdata/qemu_5.0.0.x86_64.xml
tests/domaincapsdata/qemu_5.1.0-q35.x86_64.xml
tests/domaincapsdata/qemu_5.1.0-tcg.x86_64.xml
tests/domaincapsdata/qemu_5.1.0.sparc.xml
tests/domaincapsdata/qemu_5.1.0.x86_64.xml
tests/domaincapsdata/qemu_5.2.0-q35.x86_64.xml
tests/domaincapsdata/qemu_5.2.0-tcg-virt.riscv64.xml
tests/domaincapsdata/qemu_5.2.0-tcg.x86_64.xml
tests/domaincapsdata/qemu_5.2.0-virt.aarch64.xml
tests/domaincapsdata/qemu_5.2.0-virt.riscv64.xml
tests/domaincapsdata/qemu_5.2.0.aarch64.xml
tests/domaincapsdata/qemu_5.2.0.ppc64.xml
tests/domaincapsdata/qemu_5.2.0.s390x.xml
tests/domaincapsdata/qemu_5.2.0.x86_64.xml
tests/domaincapsdata/qemu_6.0.0-q35.x86_64.xml
tests/domaincapsdata/qemu_6.0.0-tcg.x86_64.xml
tests/domaincapsdata/qemu_6.0.0-virt.aarch64.xml
tests/domaincapsdata/qemu_6.0.0.aarch64.xml
tests/domaincapsdata/qemu_6.0.0.s390x.xml
tests/domaincapsdata/qemu_6.0.0.x86_64.xml
tests/domaincapsdata/qemu_6.1.0-q35.x86_64.xml
tests/domaincapsdata/qemu_6.1.0-tcg.x86_64.xml
tests/domaincapsdata/qemu_6.1.0.x86_64.xml
tests/domaincapsdata/qemu_6.2.0-q35.x86_64.xml
tests/domaincapsdata/qemu_6.2.0-tcg.x86_64.xml
tests/domaincapsdata/qemu_6.2.0-virt.aarch64.xml
tests/domaincapsdata/qemu_6.2.0.aarch64.xml
tests/domaincapsdata/qemu_6.2.0.ppc64.xml
tests/domaincapsdata/qemu_6.2.0.x86_64.xml
tests/domaincapsdata/qemu_7.0.0-hvf.aarch64+hvf.xml
tests/domaincapsdata/qemu_7.0.0-q35.x86_64.xml
tests/domaincapsdata/qemu_7.0.0-tcg.x86_64.xml
tests/domaincapsdata/qemu_7.0.0-virt.aarch64.xml
tests/domaincapsdata/qemu_7.0.0.aarch64.xml
tests/domaincapsdata/qemu_7.0.0.ppc64.xml
tests/domaincapsdata/qemu_7.0.0.x86_64.xml
tests/domaincapsdata/qemu_7.1.0-q35.x86_64.xml
tests/domaincapsdata/qemu_7.1.0-tcg.x86_64.xml
tests/domaincapsdata/qemu_7.1.0.ppc64.xml
tests/domaincapsdata/qemu_7.1.0.x86_64.xml
tests/domaincapsdata/qemu_7.2.0-hvf.x86_64+hvf.xml
tests/domaincapsdata/qemu_7.2.0-q35.x86_64.xml
tests/domaincapsdata/qemu_7.2.0-tcg.x86_64+hvf.xml
tests/domaincapsdata/qemu_7.2.0-tcg.x86_64.xml
tests/domaincapsdata/qemu_7.2.0.ppc.xml
tests/domaincapsdata/qemu_7.2.0.x86_64.xml
tests/domaincapsdata/qemu_8.0.0-q35.x86_64.xml
tests/domaincapsdata/qemu_8.0.0-tcg-virt.riscv64.xml
tests/domaincapsdata/qemu_8.0.0-tcg.x86_64.xml
tests/domaincapsdata/qemu_8.0.0-virt.riscv64.xml
tests/domaincapsdata/qemu_8.0.0.x86_64.xml
tests/domaincapsdata/qemu_8.1.0-q35.x86_64.xml
tests/domaincapsdata/qemu_8.1.0-tcg.x86_64.xml
tests/domaincapsdata/qemu_8.1.0.s390x.xml
tests/domaincapsdata/qemu_8.1.0.x86_64.xml

index 9dae941d181667730d9df7a5c7a710bec08c6ec2..0f8015d4ddf68d512300e3469db4d80571590492 100644 (file)
@@ -647,6 +647,7 @@ capabilities. All features occur as children of the main ``features`` element.
        <genid supported='yes'/>
        <backingStoreInput supported='yes'/>
        <backup supported='yes'/>
+       <async-teardown supported='yes'/>
        <sev>
          <cbitpos>47</cbitpos>
          <reduced-phys-bits>1</reduced-phys-bits>
@@ -711,6 +712,11 @@ presence of the ``backup`` element even if ``supported='no'`` implies that the
 ``VIR_DOMAIN_UNDEFINE_CHECKPOINTS_METADATA`` flag for ``virDomainUndefine`` is
 supported.
 
+async-teardown
+^^^^^^^^^^^^^^
+
+Reports whether the asynchronous teardown feature can be enabled.
+
 s390-pv capability
 ^^^^^^^^^^^^^^^^^^
 
index c076af7808b709d9448101cd27b9bee1e828bf1c..2fa5756184678e54324914e2530df8baeebdcab8 100644 (file)
@@ -40,6 +40,7 @@ VIR_ENUM_IMPL(virDomainCapsFeature,
               "genid",
               "backingStoreInput",
               "backup",
+              "async-teardown",
               "s390-pv",
 );
 
index 2624269eabe0d06a6ff505c42785e908db6105f8..01bcfa2e395d470b15ab39c9023f099458219a96 100644 (file)
@@ -248,6 +248,7 @@ typedef enum {
     VIR_DOMAIN_CAPS_FEATURE_GENID,
     VIR_DOMAIN_CAPS_FEATURE_BACKING_STORE_INPUT,
     VIR_DOMAIN_CAPS_FEATURE_BACKUP,
+    VIR_DOMAIN_CAPS_FEATURE_ASYNC_TEARDOWN,
     VIR_DOMAIN_CAPS_FEATURE_S390_PV,
 
     VIR_DOMAIN_CAPS_FEATURE_LAST
index 19bd6f7128cfb47102efeec47d3afe9ecbe9fb69..99ef148d44bda14cabc83fcb2f2aa0dbda740821 100644 (file)
       <optional>
         <ref name="backup"/>
       </optional>
+      <optional>
+        <ref name="async-teardown"/>
+      </optional>
       <optional>
         <ref name="s390-pv"/>
       </optional>
     </element>
   </define>
 
+  <define name="async-teardown">
+    <element name="async-teardown">
+      <ref name="supported"/>
+    </element>
+  </define>
+
   <define name="gic">
     <element name="gic">
       <ref name="supported"/>
index c9f4b17208bf79a8076b53fecda16417bf19ad9a..338608f0a272e58a04b3a70f4ea7c18f81babd04 100644 (file)
@@ -6296,6 +6296,7 @@ static const struct virQEMUCapsDomainFeatureCapabilityTuple domCapsTuples[] = {
     { VIR_DOMAIN_CAPS_FEATURE_GENID, QEMU_CAPS_DEVICE_VMGENID },
     { VIR_DOMAIN_CAPS_FEATURE_BACKING_STORE_INPUT, QEMU_CAPS_LAST },
     { VIR_DOMAIN_CAPS_FEATURE_BACKUP, QEMU_CAPS_INCREMENTAL_BACKUP },
+    { VIR_DOMAIN_CAPS_FEATURE_ASYNC_TEARDOWN, QEMU_CAPS_RUN_WITH_ASYNC_TEARDOWN },
 };
 
 
index f408c2a969314896be05fc678456bba5fd13891e..f6c9622a56b72658c832ae330626f535870abc8e 100644 (file)
     <genid supported='yes'/>
     <backingStoreInput supported='yes'/>
     <backup supported='no'/>
+    <async-teardown supported='no'/>
     <sev supported='no'/>
     <sgx supported='no'/>
   </features>
index 4427634d7c01bfb4cb5eb535d670a4cb294499ea..3e9485c7d0616cf7ed2302552bcd045566b1430d 100644 (file)
     <genid supported='yes'/>
     <backingStoreInput supported='yes'/>
     <backup supported='no'/>
+    <async-teardown supported='no'/>
     <sev supported='no'/>
     <sgx supported='no'/>
   </features>
index 981a06856dda6c5e933d7124a33b31408d39b570..9aa1d946ae17c490895663c78b09ec15f4b86990 100644 (file)
     <genid supported='no'/>
     <backingStoreInput supported='yes'/>
     <backup supported='no'/>
+    <async-teardown supported='no'/>
     <sev supported='no'/>
     <sgx supported='no'/>
   </features>
index 981a06856dda6c5e933d7124a33b31408d39b570..9aa1d946ae17c490895663c78b09ec15f4b86990 100644 (file)
     <genid supported='no'/>
     <backingStoreInput supported='yes'/>
     <backup supported='no'/>
+    <async-teardown supported='no'/>
     <sev supported='no'/>
     <sgx supported='no'/>
   </features>
index a3289573bd4eb69e72fcf5de1016f3ce6d0a4e3a..770a67bff1baf879382b1d932cdee92b4d9fc00a 100644 (file)
     <genid supported='no'/>
     <backingStoreInput supported='yes'/>
     <backup supported='no'/>
+    <async-teardown supported='no'/>
     <sev supported='no'/>
     <sgx supported='no'/>
   </features>
index c35bed1326580754158dc860f7212f2f8d3a01df..da271825f901050589a871824a0e0f0a77c884df 100644 (file)
     <genid supported='no'/>
     <backingStoreInput supported='yes'/>
     <backup supported='no'/>
+    <async-teardown supported='no'/>
     <s390-pv supported='no'/>
     <sev supported='no'/>
     <sgx supported='no'/>
index cbe083f1f18577bc551c205161c9cc70bc1f11d7..513ca3caf419db1070239c2ac8a2e2d76289c627 100644 (file)
     <genid supported='yes'/>
     <backingStoreInput supported='yes'/>
     <backup supported='no'/>
+    <async-teardown supported='no'/>
     <sev supported='no'/>
     <sgx supported='no'/>
   </features>
index 6b68d4f2a5413bdca5079a95b73256fbcebc4d0e..64a6b7dea758b410da3e5ab2220873b0e6cfa6a3 100644 (file)
     <genid supported='yes'/>
     <backingStoreInput supported='yes'/>
     <backup supported='no'/>
+    <async-teardown supported='no'/>
     <sev supported='no'/>
     <sgx supported='no'/>
   </features>
index 20a8c9a5838b18f80334a89c4c617df8e4d763c3..7ee0dcf664c43e553ebc48153e31299f58f44412 100644 (file)
     <genid supported='no'/>
     <backingStoreInput supported='yes'/>
     <backup supported='no'/>
+    <async-teardown supported='no'/>
     <sev supported='no'/>
     <sgx supported='no'/>
   </features>
index 39b1b4c1f200a5c01049b28be60742f4ebf15fa3..95366f3edfd31cb12f4672b4d41e2734b26b7023 100644 (file)
     <genid supported='yes'/>
     <backingStoreInput supported='yes'/>
     <backup supported='no'/>
+    <async-teardown supported='no'/>
     <sev supported='no'/>
     <sgx supported='no'/>
   </features>
index f84aec44c99342ee034c6a0e8582654367331608..c8cd609bc83d0cab2bcd8f0e18be9fcb7c4377ba 100644 (file)
     <genid supported='no'/>
     <backingStoreInput supported='yes'/>
     <backup supported='no'/>
+    <async-teardown supported='no'/>
     <sev supported='no'/>
     <sgx supported='no'/>
   </features>
index 833cb4bb2e272aa778a359c91afbe2924b231ce3..1f0fc66f53c7181d0ec6a3051ddd59d513dfa38b 100644 (file)
     <genid supported='no'/>
     <backingStoreInput supported='yes'/>
     <backup supported='no'/>
+    <async-teardown supported='no'/>
     <sev supported='no'/>
     <sgx supported='no'/>
   </features>
index f84aec44c99342ee034c6a0e8582654367331608..c8cd609bc83d0cab2bcd8f0e18be9fcb7c4377ba 100644 (file)
     <genid supported='no'/>
     <backingStoreInput supported='yes'/>
     <backup supported='no'/>
+    <async-teardown supported='no'/>
     <sev supported='no'/>
     <sgx supported='no'/>
   </features>
index 4b3f490942c4c555c47937b3f958d0a58b8b8d70..c80fbb8ec60c9c01684a7854efa1c2249974f4d4 100644 (file)
     <genid supported='no'/>
     <backingStoreInput supported='yes'/>
     <backup supported='no'/>
+    <async-teardown supported='no'/>
     <sev supported='no'/>
     <sgx supported='no'/>
   </features>
index 603d842dfef8a9aef181db5ea479aaa3aa94c839..c8338b08898815bb239cbfb9f05dab444ed78a43 100644 (file)
     <genid supported='yes'/>
     <backingStoreInput supported='yes'/>
     <backup supported='no'/>
+    <async-teardown supported='no'/>
     <sev supported='no'/>
     <sgx supported='no'/>
   </features>
index cdbbe86ede708f2d82bec48876a1974249a951be..3f170d469f33779f002741ec6b825ca7767984bc 100644 (file)
     <genid supported='yes'/>
     <backingStoreInput supported='yes'/>
     <backup supported='no'/>
+    <async-teardown supported='no'/>
     <sev supported='no'/>
     <sgx supported='no'/>
   </features>
index 8950900e728a903b35a2ab33c2ff3d046fd2a17c..097ffce9f9a93269d9c74a738107fd00528e8102 100644 (file)
     <genid supported='yes'/>
     <backingStoreInput supported='yes'/>
     <backup supported='no'/>
+    <async-teardown supported='no'/>
     <sev supported='no'/>
     <sgx supported='no'/>
   </features>
index 6f92de2b6c4a3f200395c26e80c1c2f09f990b10..7a04ea6c125bb4b52efb01bbe55f20bdbbe2a4ef 100644 (file)
     <genid supported='no'/>
     <backingStoreInput supported='yes'/>
     <backup supported='no'/>
+    <async-teardown supported='no'/>
     <sev supported='no'/>
     <sgx supported='no'/>
   </features>
index 1ef28a71e49fbaf7ef64f70197b6786bcec12d53..ba0785dcf9d4f524d02d20fce4194054e1b04b1e 100644 (file)
     <genid supported='yes'/>
     <backingStoreInput supported='yes'/>
     <backup supported='no'/>
+    <async-teardown supported='no'/>
     <sev supported='no'/>
     <sgx supported='no'/>
   </features>
index 46a3a44cdd6aed08305c91a30d26b7c5d04c1d2e..1474488d7b7f3923c054059ce77d921208674629 100644 (file)
     <genid supported='yes'/>
     <backingStoreInput supported='yes'/>
     <backup supported='no'/>
+    <async-teardown supported='no'/>
     <sev supported='no'/>
     <sgx supported='no'/>
   </features>
index 20a8c9a5838b18f80334a89c4c617df8e4d763c3..7ee0dcf664c43e553ebc48153e31299f58f44412 100644 (file)
     <genid supported='no'/>
     <backingStoreInput supported='yes'/>
     <backup supported='no'/>
+    <async-teardown supported='no'/>
     <sev supported='no'/>
     <sgx supported='no'/>
   </features>
index edb622240ecaf1c03103fd8f3b5f1110ee295a79..ec89689a3642567fd31dd2e1451993339b4c652e 100644 (file)
     <genid supported='yes'/>
     <backingStoreInput supported='yes'/>
     <backup supported='no'/>
+    <async-teardown supported='no'/>
     <sev supported='no'/>
     <sgx supported='no'/>
   </features>
index af01bdfbe925d708025aec2e3fb72d5fa72866ab..a36255f6f8d96f5cfa204019a33327a79ab6d1fc 100644 (file)
     <genid supported='no'/>
     <backingStoreInput supported='yes'/>
     <backup supported='no'/>
+    <async-teardown supported='no'/>
     <sev supported='no'/>
     <sgx supported='no'/>
   </features>
index 833cb4bb2e272aa778a359c91afbe2924b231ce3..1f0fc66f53c7181d0ec6a3051ddd59d513dfa38b 100644 (file)
     <genid supported='no'/>
     <backingStoreInput supported='yes'/>
     <backup supported='no'/>
+    <async-teardown supported='no'/>
     <sev supported='no'/>
     <sgx supported='no'/>
   </features>
index af01bdfbe925d708025aec2e3fb72d5fa72866ab..a36255f6f8d96f5cfa204019a33327a79ab6d1fc 100644 (file)
     <genid supported='no'/>
     <backingStoreInput supported='yes'/>
     <backup supported='no'/>
+    <async-teardown supported='no'/>
     <sev supported='no'/>
     <sgx supported='no'/>
   </features>
index b465ad10307f10210b286dac1c7bbdfd23b3d0c6..538b790ba37fb4742bced521c2d577b168ab0832 100644 (file)
     <genid supported='no'/>
     <backingStoreInput supported='yes'/>
     <backup supported='no'/>
+    <async-teardown supported='no'/>
     <sev supported='no'/>
     <sgx supported='no'/>
   </features>
index 9dbf118713899ce7147c8e266f07f2f3ff0b84e3..99faaad866202b8e72e6670ccce9e042cb562e11 100644 (file)
     <genid supported='no'/>
     <backingStoreInput supported='yes'/>
     <backup supported='no'/>
+    <async-teardown supported='no'/>
     <s390-pv supported='no'/>
     <sev supported='no'/>
     <sgx supported='no'/>
index 09db83453575a45475225423c3f2019692ff5012..1b4f379bbbb64dbfc9bb6695cc335c17db5f2dec 100644 (file)
     <genid supported='yes'/>
     <backingStoreInput supported='yes'/>
     <backup supported='no'/>
+    <async-teardown supported='no'/>
     <sev supported='no'/>
     <sgx supported='no'/>
   </features>
index b1a2be10e620fae1bbdd8c7d660ba131ecd9d0b1..b8e9a26e68b761239e4547c754e91f09d13f3573 100644 (file)
     <genid supported='yes'/>
     <backingStoreInput supported='yes'/>
     <backup supported='no'/>
+    <async-teardown supported='no'/>
     <sev supported='yes'>
       <cbitpos>47</cbitpos>
       <reducedPhysBits>1</reducedPhysBits>
index 29b95a836ff5a11f1bd4a739c28110624d835815..2b99ae36b6027c6c0d862485db299f572f77a992 100644 (file)
     <genid supported='yes'/>
     <backingStoreInput supported='yes'/>
     <backup supported='no'/>
+    <async-teardown supported='no'/>
     <sev supported='yes'>
       <cbitpos>47</cbitpos>
       <reducedPhysBits>1</reducedPhysBits>
index 67889c457241088fd222b2126b10aef5a75528e5..010fc6916efde28d659e62b82c5f300d015670d9 100644 (file)
     <genid supported='no'/>
     <backingStoreInput supported='yes'/>
     <backup supported='no'/>
+    <async-teardown supported='no'/>
     <sev supported='no'/>
     <sgx supported='no'/>
   </features>
index 67889c457241088fd222b2126b10aef5a75528e5..010fc6916efde28d659e62b82c5f300d015670d9 100644 (file)
     <genid supported='no'/>
     <backingStoreInput supported='yes'/>
     <backup supported='no'/>
+    <async-teardown supported='no'/>
     <sev supported='no'/>
     <sgx supported='no'/>
   </features>
index f0a8b196f5db62bcac735cb225f6e8012074eb15..df3708f80195689770bd354289f2e6dc571722d7 100644 (file)
     <genid supported='no'/>
     <backingStoreInput supported='yes'/>
     <backup supported='no'/>
+    <async-teardown supported='no'/>
     <s390-pv supported='yes'/>
     <sev supported='no'/>
     <sgx supported='no'/>
index 693ae0a7f174f666cec0b60eb78fd13a3ca750ac..652cc0ef8da759803095b02d885326c734eecd2e 100644 (file)
     <genid supported='yes'/>
     <backingStoreInput supported='yes'/>
     <backup supported='no'/>
+    <async-teardown supported='no'/>
     <sev supported='yes'>
       <cbitpos>47</cbitpos>
       <reducedPhysBits>1</reducedPhysBits>
index a161d6aa2036d9b33c01b9d66ced5c4f8ac5e835..628684c17177535c632a02d409d08e54d966b915 100644 (file)
     <genid supported='yes'/>
     <backingStoreInput supported='yes'/>
     <backup supported='yes'/>
+    <async-teardown supported='no'/>
     <sev supported='no'/>
     <sgx supported='no'/>
   </features>
index 7bfe6f802cbff480ed152ab6039f4d8682606cbe..ab0aae04397aaea05b22675ae29586956ff642d4 100644 (file)
     <genid supported='yes'/>
     <backingStoreInput supported='yes'/>
     <backup supported='yes'/>
+    <async-teardown supported='no'/>
     <sev supported='no'/>
     <sgx supported='no'/>
   </features>
index 8c4f8cc8606d4b027f3837d0934cea55a747bc61..8f1a0bcb2974db1080f0ba8edc2ef67f3124089d 100644 (file)
     <genid supported='yes'/>
     <backingStoreInput supported='yes'/>
     <backup supported='yes'/>
+    <async-teardown supported='no'/>
     <sev supported='no'/>
     <sgx supported='no'/>
   </features>
index 0449f562dfe989b337a33af75ceb4c1251bd20b1..50be45c0698a4cec09f31e65b79ce826b5dbadf2 100644 (file)
     <genid supported='yes'/>
     <backingStoreInput supported='yes'/>
     <backup supported='yes'/>
+    <async-teardown supported='no'/>
     <sev supported='no'/>
     <sgx supported='no'/>
   </features>
index f15111c590ce5adab850b2d5189ef226d21aa789..a670f306dd31c7bb31ba8eff23461fdfe6023cc6 100644 (file)
     <genid supported='yes'/>
     <backingStoreInput supported='yes'/>
     <backup supported='yes'/>
+    <async-teardown supported='no'/>
     <sev supported='no'/>
     <sgx supported='no'/>
   </features>
index 241e893df611594df1047a37f53bc1854dd352e2..424f7cf606872792561eb702d6f2747b5b4ada7e 100644 (file)
     <genid supported='no'/>
     <backingStoreInput supported='yes'/>
     <backup supported='yes'/>
+    <async-teardown supported='no'/>
     <sev supported='no'/>
     <sgx supported='no'/>
   </features>
index 241e893df611594df1047a37f53bc1854dd352e2..424f7cf606872792561eb702d6f2747b5b4ada7e 100644 (file)
     <genid supported='no'/>
     <backingStoreInput supported='yes'/>
     <backup supported='yes'/>
+    <async-teardown supported='no'/>
     <sev supported='no'/>
     <sgx supported='no'/>
   </features>
index a9f7aefbc90f355f4c62a2fed82f4e52bbda9be5..94edf1878e1f341dc18481872bb822976c05d388 100644 (file)
     <genid supported='no'/>
     <backingStoreInput supported='yes'/>
     <backup supported='yes'/>
+    <async-teardown supported='no'/>
     <sev supported='no'/>
     <sgx supported='no'/>
   </features>
index fa1f7a2316df3a69f62df586b714838dffeb966d..6cd7ac6616419d96d8f2d459961387c7ff031cfd 100644 (file)
     <genid supported='yes'/>
     <backingStoreInput supported='yes'/>
     <backup supported='yes'/>
+    <async-teardown supported='no'/>
     <sev supported='no'/>
     <sgx supported='no'/>
   </features>
index bcabf66d2ac5e81ac73b6c66ecbabe9bfcbaabf4..d51de8273f99128c9c9f09f4617a799676097fe1 100644 (file)
     <genid supported='no'/>
     <backingStoreInput supported='yes'/>
     <backup supported='yes'/>
+    <async-teardown supported='no'/>
     <sev supported='no'/>
     <sgx supported='no'/>
   </features>
index e793278d418dce110d06fed87cae44127bec89cd..e5f05ab1a7d36b37a5615733ee78ccad070df38e 100644 (file)
     <genid supported='yes'/>
     <backingStoreInput supported='yes'/>
     <backup supported='yes'/>
+    <async-teardown supported='no'/>
     <sev supported='no'/>
     <sgx supported='yes'>
       <flc>no</flc>
index 6ff9df5766bd17265cab76e11581c4dcab7f7993..6e067c8c20d4aee652b46aa1b68e32f6ca38054a 100644 (file)
     <genid supported='yes'/>
     <backingStoreInput supported='yes'/>
     <backup supported='yes'/>
+    <async-teardown supported='no'/>
     <sev supported='no'/>
     <sgx supported='yes'>
       <flc>no</flc>
index 6aa5e78612fd6550f70adea5e68db0110727fe3d..51a579218fb0c46f58559112796267537bc06435 100644 (file)
     <genid supported='no'/>
     <backingStoreInput supported='yes'/>
     <backup supported='yes'/>
+    <async-teardown supported='no'/>
     <sev supported='no'/>
     <sgx supported='no'/>
   </features>
index 6aa5e78612fd6550f70adea5e68db0110727fe3d..51a579218fb0c46f58559112796267537bc06435 100644 (file)
     <genid supported='no'/>
     <backingStoreInput supported='yes'/>
     <backup supported='yes'/>
+    <async-teardown supported='no'/>
     <sev supported='no'/>
     <sgx supported='no'/>
   </features>
index 78f8d3cac4b4572fe4dff510b10d021f35388c38..f8b72ce7afb92d7224eda30ec56128830a641301 100644 (file)
     <genid supported='no'/>
     <backingStoreInput supported='yes'/>
     <backup supported='yes'/>
+    <async-teardown supported='no'/>
     <sev supported='no'/>
     <sgx supported='no'/>
   </features>
index 1d1505f757cb72e1af550327358f01d37ff3ab03..603ad3907714c12fda2c6e50e49b61f309fad208 100644 (file)
     <genid supported='yes'/>
     <backingStoreInput supported='yes'/>
     <backup supported='yes'/>
+    <async-teardown supported='no'/>
     <sev supported='no'/>
     <sgx supported='yes'>
       <flc>no</flc>
index 047763bd439a0002d8501378cd39ae1911a92333..5cceec18827c21802371456a3541edf2b16cb674 100644 (file)
     <genid supported='yes'/>
     <backingStoreInput supported='yes'/>
     <backup supported='yes'/>
+    <async-teardown supported='no'/>
     <sev supported='no'/>
     <sgx supported='no'/>
   </features>
index b8621b5efd9f21b9ba614e8351ac0dde6dad2fd5..858085883f56c4d2dded6a10aedecf1c7f796df6 100644 (file)
     <genid supported='yes'/>
     <backingStoreInput supported='yes'/>
     <backup supported='yes'/>
+    <async-teardown supported='no'/>
     <sev supported='no'/>
     <sgx supported='no'/>
   </features>
index f3a436d85963ee8741f4b850c816a7d6438ca91a..52a578a73373abdb8f0c9cbcedcfb92517462f2b 100644 (file)
     <genid supported='no'/>
     <backingStoreInput supported='yes'/>
     <backup supported='yes'/>
+    <async-teardown supported='no'/>
     <sev supported='no'/>
     <sgx supported='no'/>
   </features>
index 95452bb0a4dec61f6f5748423dadb6f50c1eb51c..de378e74c76f773c3251598d98ccffd5e83ea9d9 100644 (file)
     <genid supported='yes'/>
     <backingStoreInput supported='yes'/>
     <backup supported='yes'/>
+    <async-teardown supported='no'/>
     <sev supported='no'/>
     <sgx supported='no'/>
   </features>
index d6dc93d957650e598c711adf37cb4a1929a18796..ff25d4bffba9472e6734e472a30e622e1d6affc2 100644 (file)
     <genid supported='yes'/>
     <backingStoreInput supported='yes'/>
     <backup supported='yes'/>
+    <async-teardown supported='no'/>
     <sev supported='no'/>
     <sgx supported='no'/>
   </features>
index d0029c65dac735bedf4fce16bf4854211ffb1579..3fba78a251eb835171754b1321670e45ef63b1a7 100644 (file)
     <genid supported='yes'/>
     <backingStoreInput supported='yes'/>
     <backup supported='yes'/>
+    <async-teardown supported='no'/>
     <sev supported='no'/>
     <sgx supported='no'/>
   </features>
index a5744e41faf03d1e3342beccc56219b502d83f0e..86079797c9bddc112b1e8bf902b757469f134af2 100644 (file)
     <genid supported='yes'/>
     <backingStoreInput supported='yes'/>
     <backup supported='yes'/>
+    <async-teardown supported='no'/>
     <sev supported='no'/>
     <sgx supported='no'/>
   </features>
index a5744e41faf03d1e3342beccc56219b502d83f0e..86079797c9bddc112b1e8bf902b757469f134af2 100644 (file)
     <genid supported='yes'/>
     <backingStoreInput supported='yes'/>
     <backup supported='yes'/>
+    <async-teardown supported='no'/>
     <sev supported='no'/>
     <sgx supported='no'/>
   </features>
index 59ace0a0b265e5a28961d5a4bdb5641904947616..eee1859c1caf4adb3fd96dd4b3ea66b7d28df6cc 100644 (file)
     <genid supported='no'/>
     <backingStoreInput supported='yes'/>
     <backup supported='yes'/>
+    <async-teardown supported='no'/>
     <sev supported='no'/>
     <sgx supported='no'/>
   </features>
index fecb7e4a0a04d5ede213339c328d00312d24dcfe..52d6cfe929c19014880528fa34b186753e549e42 100644 (file)
     <genid supported='yes'/>
     <backingStoreInput supported='yes'/>
     <backup supported='yes'/>
+    <async-teardown supported='no'/>
     <sev supported='no'/>
     <sgx supported='no'/>
   </features>
index ef2637ab26b1b8ee05b1cfe1c204cf200306892d..efe9d3eb520e4bdcbcc605894e9eec016b0175b4 100644 (file)
     <genid supported='yes'/>
     <backingStoreInput supported='yes'/>
     <backup supported='yes'/>
+    <async-teardown supported='no'/>
     <sev supported='no'/>
     <sgx supported='no'/>
     <hyperv supported='yes'>
index 5254d8807a400bbb345919b3002e5291c5e6a702..6ce952d91014ef25165862ac0de6d0057cef3cdf 100644 (file)
     <genid supported='no'/>
     <backingStoreInput supported='yes'/>
     <backup supported='yes'/>
+    <async-teardown supported='no'/>
     <sev supported='no'/>
     <sgx supported='no'/>
   </features>
index cde1d70f09659e3ad37be3bda1737f54d521137a..1e2001ee09a52b53ff616728b406bd82262ed4dd 100644 (file)
     <genid supported='yes'/>
     <backingStoreInput supported='yes'/>
     <backup supported='yes'/>
+    <async-teardown supported='no'/>
     <sev supported='no'/>
     <sgx supported='no'/>
     <hyperv supported='yes'>
index 68aa0d61899de497d232bc4b6dadf212736e2f51..43de2072b9342b983a550ff9646ed79d4e4a7d73 100644 (file)
     <genid supported='no'/>
     <backingStoreInput supported='yes'/>
     <backup supported='yes'/>
+    <async-teardown supported='no'/>
     <sev supported='no'/>
     <sgx supported='no'/>
   </features>
index ebae9e34d66d7a73f1deda7986d4114cc6d51c6c..04e63d752c70d2b4e406148fd40492a2c1508235 100644 (file)
     <genid supported='yes'/>
     <backingStoreInput supported='yes'/>
     <backup supported='yes'/>
+    <async-teardown supported='no'/>
     <sev supported='no'/>
     <sgx supported='no'/>
     <hyperv supported='yes'>
index effa6f6630eb0bcb94bd83049fad9bfa7b2f163a..f8165fe21283c7ec746975b1038a390552dd442f 100644 (file)
     <genid supported='yes'/>
     <backingStoreInput supported='yes'/>
     <backup supported='yes'/>
+    <async-teardown supported='yes'/>
     <sev supported='no'/>
     <sgx supported='no'/>
     <hyperv supported='yes'>
index c36bac3fd223aa641e5796f1ac2b28fbcf31ce86..ea9e085af5030d9f7cba33bfc6516d4e5027f534 100644 (file)
     <genid supported='yes'/>
     <backingStoreInput supported='yes'/>
     <backup supported='yes'/>
+    <async-teardown supported='yes'/>
     <sev supported='no'/>
     <sgx supported='no'/>
     <hyperv supported='yes'>
index 6b78a718b0b684cc0527ea00e325ebf4c4a65c46..d70b63950359e269227bb766f5e8175294bed344 100644 (file)
     <genid supported='no'/>
     <backingStoreInput supported='yes'/>
     <backup supported='yes'/>
+    <async-teardown supported='yes'/>
     <s390-pv supported='yes'/>
     <sev supported='no'/>
     <sgx supported='no'/>
index 48e9444deb377da8e0c25e7283a9f8213099fb9d..51a104798f9ad7db896009782a923d1915c2d7ad 100644 (file)
     <genid supported='yes'/>
     <backingStoreInput supported='yes'/>
     <backup supported='yes'/>
+    <async-teardown supported='yes'/>
     <sev supported='no'/>
     <sgx supported='no'/>
     <hyperv supported='yes'>