mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 21:55:25 +00:00
qemu: Retire QEMU_CAPS_BITMAP_MERGE
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>
This commit is contained in:
parent
7a69622cf3
commit
6e3e008f6e
@ -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 */
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user