diff options
author | Max Reitz <mreitz@redhat.com> | 2015-10-19 17:53:24 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2015-10-23 18:18:23 +0200 |
commit | 281d22d86ca26bf356284719e44c4bc66b716415 (patch) | |
tree | 804c3d13614ca3e46180c440e872024c1fc9f437 /include/qemu | |
parent | 973f2ddf7b48c27aa8642047796cca3bec0b48d8 (diff) | |
download | qemu-281d22d86ca26bf356284719e44c4bc66b716415.zip qemu-281d22d86ca26bf356284719e44c4bc66b716415.tar.gz qemu-281d22d86ca26bf356284719e44c4bc66b716415.tar.bz2 |
block: Add BlockBackendRootState
This structure will store some of the state of the root BDS if the BDS
tree is removed, so that state can be restored once a new BDS tree is
inserted.
Signed-off-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@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 d4a8f7a..d961362d 100644 --- a/include/qemu/typedefs.h +++ b/include/qemu/typedefs.h @@ -11,6 +11,7 @@ typedef struct AddressSpace AddressSpace; typedef struct AioContext AioContext; typedef struct AudioState AudioState; typedef struct BlockBackend BlockBackend; +typedef struct BlockBackendRootState BlockBackendRootState; typedef struct BlockDriverState BlockDriverState; typedef struct BusClass BusClass; typedef struct BusState BusState; |