qemu: Retire QEMU_CAPS_DISK_WRITE_CACHE

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:
Michal Privoznik 2022-11-08 08:20:59 +01:00
parent d974ecbab5
commit 56de80cb79
2 changed files with 2 additions and 2 deletions

View File

@ -469,7 +469,7 @@ VIR_ENUM_IMPL(virQEMUCaps,
"pcie-pci-bridge", /* QEMU_CAPS_DEVICE_PCIE_PCI_BRIDGE */
"seccomp-blacklist", /* X_QEMU_CAPS_SECCOMP_BLACKLIST */
"query-cpus-fast", /* X_QEMU_CAPS_QUERY_CPUS_FAST */
"disk-write-cache", /* QEMU_CAPS_DISK_WRITE_CACHE */
"disk-write-cache", /* X_QEMU_CAPS_DISK_WRITE_CACHE */
/* 290 */
"nbd-tls", /* QEMU_CAPS_NBD_TLS */

View File

@ -448,7 +448,7 @@ typedef enum { /* virQEMUCapsFlags grouping marker for syntax-check */
QEMU_CAPS_DEVICE_PCIE_PCI_BRIDGE, /* -device pcie-pci-bridge */
X_QEMU_CAPS_SECCOMP_BLACKLIST, /* -sandbox.elevateprivileges */
X_QEMU_CAPS_QUERY_CPUS_FAST, /* query-cpus-fast command */
QEMU_CAPS_DISK_WRITE_CACHE, /* qemu block frontends support write-cache param */
X_QEMU_CAPS_DISK_WRITE_CACHE, /* qemu block frontends support write-cache param */
/* 290 */
QEMU_CAPS_NBD_TLS, /* NBD server supports TLS transport */