mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 06:43:53 -06:00
block: Drop child_backing
Signed-off-by: Max Reitz <mreitz@redhat.com> Message-Id: <20200513110544.176672-25-mreitz@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
parent
25191e5ff0
commit
ff3541c4e2
2 changed files with 3 additions and 58 deletions
|
@ -742,7 +742,6 @@ struct BdrvChildClass {
|
|||
|
||||
extern const BdrvChildClass child_of_bds;
|
||||
extern const BdrvChildClass child_file;
|
||||
extern const BdrvChildClass child_backing;
|
||||
|
||||
struct BdrvChild {
|
||||
BlockDriverState *bs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue