summary refs log tree commit diff stats
path: root/include/qemu/typedefs.h
diff options
context:
space:
mode:
authorFam Zheng <famz@redhat.com>2016-03-08 12:44:54 +0800
committerMax Reitz <mreitz@redhat.com>2016-03-14 17:35:05 +0100
commit9a3f5cf1bfd2b1e11a496bdaf038cc7d825e01df (patch)
tree18d678cf71fc43d08c93832130c68496f3a562f2 /include/qemu/typedefs.h
parent78f9dc859d2db4c3bad382e09e0935bf959d07a6 (diff)
downloadfocaccia-qemu-9a3f5cf1bfd2b1e11a496bdaf038cc7d825e01df.tar.gz
focaccia-qemu-9a3f5cf1bfd2b1e11a496bdaf038cc7d825e01df.zip
typedefs: Add BdrvDirtyBitmap
Following patches to refactor and move block dirty bitmap code could use
this.

Signed-off-by: Fam Zheng <famz@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Message-id: 1457412306-18940-4-git-send-email-famz@redhat.com
Signed-off-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'include/qemu/typedefs.h')
-rw-r--r--include/qemu/typedefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/qemu/typedefs.h b/include/qemu/typedefs.h
index 9a5ead69a1..fd039e0e81 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;