Re: [Qemu-devel] [PATCH RESEND 37/50] block: Add blk_remove_bs()

2015-01-28 Thread Eric Blake
On 01/27/2015 12:46 PM, Max Reitz wrote: > This function removes the BlockDriverState associated with the given > BlockBackend from that BB and sets the BDS pointer in the BB to NULL. > > Signed-off-by: Max Reitz > --- > block/block-backend.c | 22 +- > include/sysem

[Qemu-devel] [PATCH RESEND 37/50] block: Add blk_remove_bs()

2015-01-27 Thread Max Reitz
This function removes the BlockDriverState associated with the given BlockBackend from that BB and sets the BDS pointer in the BB to NULL. Signed-off-by: Max Reitz --- block/block-backend.c | 22 +- include/sysemu/block-backend.h | 1 + 2 files changed, 22 insertion