Re: [Qemu-devel] [PATCH v8 09/16] blockdev: Use blk_remove_bs() in do_drive_del()

2016-01-27 Thread Fam Zheng
On Wed, 01/27 18:59, Max Reitz wrote: > Signed-off-by: Max Reitz > Reviewed-by: Kevin Wolf > --- > blockdev.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/blockdev.c b/blockdev.c > index 1044a6a..09d4621 100644 > --- a/blockdev.c > +++ b/blockdev.c > @@ -2792,7 +2792

[Qemu-devel] [PATCH v8 09/16] blockdev: Use blk_remove_bs() in do_drive_del()

2016-01-27 Thread Max Reitz
Signed-off-by: Max Reitz Reviewed-by: Kevin Wolf --- blockdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blockdev.c b/blockdev.c index 1044a6a..09d4621 100644 --- a/blockdev.c +++ b/blockdev.c @@ -2792,7 +2792,7 @@ void hmp_drive_del(Monitor *mon, const QDict *qdict)