qemu-block
[Top][All Lists]
Advanced

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

[Qemu-block] [PATCH 02/13] typedefs: Add BdrvDirtyBitmap and HBitmapIter


From: Fam Zheng
Subject: [Qemu-block] [PATCH 02/13] typedefs: Add BdrvDirtyBitmap and HBitmapIter
Date: Mon, 4 Jan 2016 18:27:03 +0800

Following patches to refactor and move block dirty bitmap code could use this.

Signed-off-by: Fam Zheng <address@hidden>
---
 include/qemu/typedefs.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/qemu/typedefs.h b/include/qemu/typedefs.h
index 78fe6e8..e83934e 100644
--- a/include/qemu/typedefs.h
+++ b/include/qemu/typedefs.h
@@ -10,6 +10,7 @@ typedef struct AddressSpace AddressSpace;
 typedef struct AioContext AioContext;
 typedef struct AllwinnerAHCIState AllwinnerAHCIState;
 typedef struct AudioState AudioState;
+typedef struct BdrvDirtyBitmap BdrvDirtyBitmap;
 typedef struct BlockBackend BlockBackend;
 typedef struct BlockBackendRootState BlockBackendRootState;
 typedef struct BlockDriverState BlockDriverState;
@@ -28,6 +29,7 @@ typedef struct EventNotifier EventNotifier;
 typedef struct FWCfgIoState FWCfgIoState;
 typedef struct FWCfgMemState FWCfgMemState;
 typedef struct FWCfgState FWCfgState;
+typedef struct HBitmapIter HBitmapIter;
 typedef struct HCIInfo HCIInfo;
 typedef struct I2CBus I2CBus;
 typedef struct I2SCodec I2SCodec;
-- 
2.4.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]