Re: [Qemu-block] [PATCH v5 21/38] block: Add blk_insert_bs()

2015-09-22 Thread Kevin Wolf
Am 18.09.2015 um 17:22 hat Max Reitz geschrieben: > This function associates the given BlockDriverState with the given > BlockBackend. > > Signed-off-by: Max Reitz > Reviewed-by: Eric Blake > Reviewed-by: Alberto Garcia > --- >

Re: [Qemu-block] [PATCH v5 21/38] block: Add blk_insert_bs()

2015-09-22 Thread Max Reitz
On 22.09.2015 16:42, Kevin Wolf wrote: > Am 18.09.2015 um 17:22 hat Max Reitz geschrieben: >> This function associates the given BlockDriverState with the given >> BlockBackend. >> >> Signed-off-by: Max Reitz >> Reviewed-by: Eric Blake >> Reviewed-by:

[Qemu-block] [PATCH v5 21/38] block: Add blk_insert_bs()

2015-09-18 Thread Max Reitz
This function associates the given BlockDriverState with the given BlockBackend. Signed-off-by: Max Reitz Reviewed-by: Eric Blake Reviewed-by: Alberto Garcia --- block/block-backend.c | 16