[PATCH 15/23] qemu: remove qemuBlockIoTuneSetFlags enum completly

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



It is not used anymore.

Signed-off-by: Nikolay Shirokovskiy <nshirokovskiy@xxxxxxxxxxxxx>
---
 src/qemu/qemu_driver.c | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c
index 57d63b6..29c93de 100644
--- a/src/qemu/qemu_driver.c
+++ b/src/qemu/qemu_driver.c
@@ -15869,17 +15869,6 @@ qemuDomainOpenGraphicsFD(virDomainPtr dom,
     return ret;
 }
 
-typedef enum {
-    QEMU_BLOCK_IOTUNE_SET_BYTES            = 1 << 0,
-    QEMU_BLOCK_IOTUNE_SET_IOPS             = 1 << 1,
-    QEMU_BLOCK_IOTUNE_SET_BYTES_MAX        = 1 << 2,
-    QEMU_BLOCK_IOTUNE_SET_IOPS_MAX         = 1 << 3,
-    QEMU_BLOCK_IOTUNE_SET_SIZE_IOPS        = 1 << 4,
-    QEMU_BLOCK_IOTUNE_SET_GROUP_NAME       = 1 << 5,
-    QEMU_BLOCK_IOTUNE_SET_BYTES_MAX_LENGTH = 1 << 6,
-    QEMU_BLOCK_IOTUNE_SET_IOPS_MAX_LENGTH  = 1 << 7,
-} qemuBlockIoTuneSetFlags;
-
 
 /* If the user didn't specify bytes limits, inherit previous values;
  * likewise if the user didn't specify iops limits.  */
-- 
1.8.3.1




[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux