Re: [Qemu-devel] [PATCH] macio: Use blk_drain instead of blk_drain_all

2016-06-14 Thread John Snow
On 06/13/2016 09:21 PM, Fam Zheng wrote: > On Mon, 06/13 17:33, John Snow wrote: >> >> >> On 06/12/2016 02:56 AM, Fam Zheng wrote: >>> We only care about the associated backend, so blk_drain is more >>> appropriate here. >>> >>> Signed-off-by: Fam Zheng >>> --- >>> hw/ide/macio.c | 2 +- >>> 1

Re: [Qemu-devel] [PATCH] macio: Use blk_drain instead of blk_drain_all

2016-06-13 Thread Fam Zheng
On Mon, 06/13 17:33, John Snow wrote: > > > On 06/12/2016 02:56 AM, Fam Zheng wrote: > > We only care about the associated backend, so blk_drain is more > > appropriate here. > > > > Signed-off-by: Fam Zheng > > --- > > hw/ide/macio.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) >

Re: [Qemu-devel] [PATCH] macio: Use blk_drain instead of blk_drain_all

2016-06-13 Thread John Snow
On 06/12/2016 02:56 AM, Fam Zheng wrote: > We only care about the associated backend, so blk_drain is more > appropriate here. > > Signed-off-by: Fam Zheng > --- > hw/ide/macio.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/hw/ide/macio.c b/hw/ide/macio.c > index 7

[Qemu-devel] [PATCH] macio: Use blk_drain instead of blk_drain_all

2016-06-11 Thread Fam Zheng
We only care about the associated backend, so blk_drain is more appropriate here. Signed-off-by: Fam Zheng --- hw/ide/macio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/ide/macio.c b/hw/ide/macio.c index 78c10a0..a8c7321 100644 --- a/hw/ide/macio.c +++ b/hw/ide/macio.