Re: [Qemu-block] [PATCH v2 11/16] block-backend: Add blk_set_bs()

2015-10-05 Thread Alberto Garcia
On Thu 01 Oct 2015 03:13:29 PM CEST, Kevin Wolf wrote: > It allows changing the BlockDriverState that a BlockBackend points to. > > Signed-off-by: Kevin Wolf Reviewed-by: Alberto Garcia Berto

Re: [Qemu-block] [PATCH v2 11/16] block-backend: Add blk_set_bs()

2015-10-02 Thread Max Reitz
On 01.10.2015 15:13, Kevin Wolf wrote: > It allows changing the BlockDriverState that a BlockBackend points to. > > Signed-off-by: Kevin Wolf > --- > block/block-backend.c | 17 + > include/block/block_int.h | 2 ++ > 2 files changed, 19 insertions(+)

[Qemu-block] [PATCH v2 11/16] block-backend: Add blk_set_bs()

2015-10-01 Thread Kevin Wolf
It allows changing the BlockDriverState that a BlockBackend points to. Signed-off-by: Kevin Wolf --- block/block-backend.c | 17 + include/block/block_int.h | 2 ++ 2 files changed, 19 insertions(+) diff --git a/block/block-backend.c