Re: [Qemu-devel] [PATCH v2 09/23] block: Merge BlockBackend and BlockDriverState name spaces
> 1.9.3 > Reviewed-by: Benoît Canet
[Qemu-devel] [PATCH v2 09/23] block: Merge BlockBackend and BlockDriverState name spaces
BlockBackend's name space is separate only to keep the initial patches simple. Time to merge the two. Signed-off-by: Markus Armbruster --- block.c | 11 +++ block/block-backend.c | 13 ++--- 2 files changed, 9 insertions(+), 15 deletions(-) diff --git a/block.c b/