More random crap I ran into while iterating on BlockBackends. Markus Armbruster (4): blockdev: Disentangle BlockDriverState and DriveInfo creation block: Keep DriveInfo alive until BlockDriverState dies qemu-nbd: Destroy the BlockDriverState properly block: Improve message for device name clashing with node name
block.c | 5 ++++- blockdev.c | 56 +++++++++++++++++++++++++--------------------- include/sysemu/blockdev.h | 1 + qemu-nbd.c | 2 +- stubs/Makefile.objs | 1 + stubs/blockdev.c | 12 ++++++++++ tests/qemu-iotests/087.out | 2 +- 7 files changed, 51 insertions(+), 28 deletions(-) create mode 100644 stubs/blockdev.c -- 1.9.3