mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 19:32:19 +00:00
qemu: Retire QEMU_CAPS_QUERY_CURRENT_MACHINE
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
55ff57dbf2
commit
e42461231f
@ -524,7 +524,7 @@ VIR_ENUM_IMPL(virQEMUCaps,
|
||||
"scsi-disk.device_id", /* X_QEMU_CAPS_SCSI_DISK_DEVICE_ID */
|
||||
"virtio-pci-non-transitional", /* QEMU_CAPS_VIRTIO_PCI_TRANSITIONAL */
|
||||
"overcommit", /* X_QEMU_CAPS_OVERCOMMIT */
|
||||
"query-current-machine", /* QEMU_CAPS_QUERY_CURRENT_MACHINE */
|
||||
"query-current-machine", /* X_QEMU_CAPS_QUERY_CURRENT_MACHINE */
|
||||
"machine.virt.iommu", /* QEMU_CAPS_MACHINE_VIRT_IOMMU */
|
||||
|
||||
/* 330 */
|
||||
|
@ -503,7 +503,7 @@ typedef enum { /* virQEMUCapsFlags grouping marker for syntax-check */
|
||||
X_QEMU_CAPS_SCSI_DISK_DEVICE_ID, /* 'device_id' property of scsi disk */
|
||||
QEMU_CAPS_VIRTIO_PCI_TRANSITIONAL, /* virtio *-pci-{non-}transitional devices */
|
||||
X_QEMU_CAPS_OVERCOMMIT, /* -overcommit */
|
||||
QEMU_CAPS_QUERY_CURRENT_MACHINE, /* query-current-machine command */
|
||||
X_QEMU_CAPS_QUERY_CURRENT_MACHINE, /* query-current-machine command */
|
||||
QEMU_CAPS_MACHINE_VIRT_IOMMU, /* -machine virt,iommu */
|
||||
|
||||
/* 330 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user