mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-26 03:21:44 +03:00
qemu: command: Remove 'virDomainDiskQEMUBus' enum converters
There are no users for the qemu-specific enum values. Remove it. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
ffcd822578
commit
5ac95d8084
@ -73,21 +73,6 @@
|
||||
|
||||
VIR_LOG_INIT("qemu.qemu_command");
|
||||
|
||||
VIR_ENUM_DECL(virDomainDiskQEMUBus);
|
||||
VIR_ENUM_IMPL(virDomainDiskQEMUBus,
|
||||
VIR_DOMAIN_DISK_BUS_LAST,
|
||||
"ide",
|
||||
"floppy",
|
||||
"scsi",
|
||||
"virtio",
|
||||
"xen",
|
||||
"usb",
|
||||
"uml",
|
||||
"sata",
|
||||
"sd",
|
||||
);
|
||||
|
||||
|
||||
VIR_ENUM_DECL(qemuDiskCacheV2);
|
||||
|
||||
VIR_ENUM_IMPL(qemuDiskCacheV2,
|
||||
|
Loading…
Reference in New Issue
Block a user