diff options
author | Fam Zheng <famz@redhat.com> | 2016-03-08 12:44:54 +0800 |
---|---|---|
committer | Timothy Pearson <tpearson@raptorengineering.com> | 2019-11-29 19:49:37 -0600 |
commit | 89b9415f1ebe971465155c55eaea909ea3e3bba1 (patch) | |
tree | 69659fd2efe3c7ce680d386ca69315001a475b2b /include/qemu | |
parent | bd25716c5a5deaccc1050876f4432cb4f42dc3dc (diff) | |
download | hqemu-89b9415f1ebe971465155c55eaea909ea3e3bba1.zip hqemu-89b9415f1ebe971465155c55eaea909ea3e3bba1.tar.gz |
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')
-rw-r--r-- | include/qemu/typedefs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/qemu/typedefs.h b/include/qemu/typedefs.h index 9a5ead6..fd039e0 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; |