Re: [Qemu-devel] [PATCH v2 09/23] block: Merge BlockBackend and BlockDriverState name spaces

2014-09-16 Thread Benoît Canet
> 1.9.3 > Reviewed-by: Benoît Canet

[Qemu-devel] [PATCH v2 09/23] block: Merge BlockBackend and BlockDriverState name spaces

2014-09-13 Thread Markus Armbruster
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/