diff options
author | Kevin Wolf | 2016-03-22 18:38:44 +0100 |
---|---|---|
committer | Kevin Wolf | 2016-05-19 16:45:31 +0200 |
commit | 1f0c461b82d5ec2664ca0cfc9548f80da87a8f8a (patch) | |
tree | caa8f8dc2ec1f34ad7ffecf3f6926005f2720e8b /target-openrisc/gdbstub.c | |
parent | block: Don't return throttling info in query-named-block-nodes (diff) | |
download | qemu-1f0c461b82d5ec2664ca0cfc9548f80da87a8f8a.tar.gz qemu-1f0c461b82d5ec2664ca0cfc9548f80da87a8f8a.tar.xz qemu-1f0c461b82d5ec2664ca0cfc9548f80da87a8f8a.zip |
block: Remove BlockDriverState.blk
This patch removes the remaining users of bs->blk, which will allow us
to have multiple BBs on top of a single BDS. In the meantime, all checks
that are currently in place to prevent the user from creating such
setups can be switched to bdrv_has_blk() instead of accessing BDS.blk.
Future patches can allow them and e.g. enable users to mirror to a block
device that already has a BlockBackend on it.
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'target-openrisc/gdbstub.c')
0 files changed, 0 insertions, 0 deletions