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

2015-09-23 Thread Kevin Wolf
Am 23.09.2015 um 17:46 hat Max Reitz geschrieben: > On 17.09.2015 15:48, Kevin Wolf wrote: > > It allows changing the BlockDriverState that a BlockBackend points to. > > > > Signed-off-by: Kevin Wolf > > --- > > block/block-backend.c | 16 > > include/block/block_int.h | 2

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

2015-09-23 Thread Max Reitz
On 17.09.2015 15:48, Kevin Wolf wrote: > It allows changing the BlockDriverState that a BlockBackend points to. > > Signed-off-by: Kevin Wolf > --- > block/block-backend.c | 16 > include/block/block_int.h | 2 ++ > 2 files changed, 18 insertions(+) > > diff --git a/block/