blockdev: Add list of all BlockBackends
authorMax Reitz <mreitz@redhat.com>
Wed, 16 Mar 2016 18:54:36 +0000 (19:54 +0100)
committerKevin Wolf <kwolf@redhat.com>
Thu, 17 Mar 2016 14:47:56 +0000 (15:47 +0100)
commit2cf22d6a1a542b7775ba6945a0423b41325db45f
tree9a59d6353d7ab81cde4b22a0c898dc7c1364aa6d
parent9492b0b928ca23e9537c1c601a0dc9a00f65c330
blockdev: Add list of all BlockBackends

While monitor_block_backends contains nearly all BBs, we sometimes
really need all BBs. To this end, this patch adds the block_backend
list.

Signed-off-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/block-backend.c