]> xenbits.xensource.com Git - libvirt.git/commitdiff
qemu: Retire QEMU_CAPS_BITMAP_MERGE
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 7 Nov 2022 11:52:11 +0000 (12:52 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 8 Nov 2022 11:10:50 +0000 (12:10 +0100)
Now that nothing uses this capability, it can be retired.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_capabilities.c
src/qemu/qemu_capabilities.h

index a16abbd02ab622c212df5b1773e68387b0ad12c4..5393764844f9b6828301006cc6403948341be378 100644 (file)
@@ -528,7 +528,7 @@ VIR_ENUM_IMPL(virQEMUCaps,
               "machine.virt.iommu", /* QEMU_CAPS_MACHINE_VIRT_IOMMU */
 
               /* 330 */
-              "bitmap-merge", /* QEMU_CAPS_BITMAP_MERGE */
+              "bitmap-merge", /* X_QEMU_CAPS_BITMAP_MERGE */
               "nbd-bitmap", /* QEMU_CAPS_NBD_BITMAP */
               "x86-max-cpu", /* QEMU_CAPS_X86_MAX_CPU */
               "cpu-unavailable-features", /* QEMU_CAPS_CPU_UNAVAILABLE_FEATURES */
index cccb6bad831ba8b41952d3de4c269fa9af0f762c..813b30083817d2654d7488ad1ad3861117b1f55b 100644 (file)
@@ -507,7 +507,7 @@ typedef enum { /* virQEMUCapsFlags grouping marker for syntax-check */
     QEMU_CAPS_MACHINE_VIRT_IOMMU, /* -machine virt,iommu */
 
     /* 330 */
-    QEMU_CAPS_BITMAP_MERGE, /* block-dirty-bitmap-merge */
+    X_QEMU_CAPS_BITMAP_MERGE, /* block-dirty-bitmap-merge */
     QEMU_CAPS_NBD_BITMAP, /* nbd-server-add supports bitmap */
     QEMU_CAPS_X86_MAX_CPU, /* max-x86_64-cpu type exists */
     QEMU_CAPS_CPU_UNAVAILABLE_FEATURES, /* "unavailable-features" CPU property */