Re: [Qemu-devel] [PATCH 06/23] block: Eliminate bdrv_states, use block_next() instead

2014-09-11 Thread Benoît Canet
The Wednesday 10 Sep 2014 à 10:13:35 (+0200), Markus Armbruster wrote : > Signed-off-by: Markus Armbruster > --- > block.c | 43 +++ > block/block-backend.c | 4 > include/block/block_int.h | 2 -- > 3 files changed, 23 insertio

[Qemu-devel] [PATCH 06/23] block: Eliminate bdrv_states, use block_next() instead

2014-09-10 Thread Markus Armbruster
Signed-off-by: Markus Armbruster --- block.c | 43 +++ block/block-backend.c | 4 include/block/block_int.h | 2 -- 3 files changed, 23 insertions(+), 26 deletions(-) diff --git a/block.c b/block.c index a6c03da..89f9cf0 100644