Re: [Qemu-devel] [PATCH RESEND 31/50] block: Add blk_insert_bs()

2015-01-28 Thread Max Reitz
On 2015-01-28 at 11:52, Eric Blake wrote: On 01/27/2015 12:46 PM, Max Reitz wrote: This function associates the given BlockDriverState with the given BlockBackend. Signed-off-by: Max Reitz --- block/block-backend.c | 16 include/sysemu/block-backend.h | 1 + 2 fi

Re: [Qemu-devel] [PATCH RESEND 31/50] block: Add blk_insert_bs()

2015-01-28 Thread Eric Blake
On 01/27/2015 12:46 PM, Max Reitz wrote: > This function associates the given BlockDriverState with the given > BlockBackend. > > Signed-off-by: Max Reitz > --- > block/block-backend.c | 16 > include/sysemu/block-backend.h | 1 + > 2 files changed, 17 insertions(+) >

[Qemu-devel] [PATCH RESEND 31/50] block: Add blk_insert_bs()

2015-01-27 Thread Max Reitz
This function associates the given BlockDriverState with the given BlockBackend. Signed-off-by: Max Reitz --- block/block-backend.c | 16 include/sysemu/block-backend.h | 1 + 2 files changed, 17 insertions(+) diff --git a/block/block-backend.c b/block/block-backend.c