Re: [Qemu-devel] [PATCH 04/28] ide: stash aiocb for flushes

2014-07-31 Thread Stefan Hajnoczi
On Mon, Jul 07, 2014 at 02:17:45PM -0400, John Snow wrote: > From: Paolo Bonzini > > This ensures that operations are completed after a reset > > Signed-off-by: Paolo Bonzini > Signed-off-by: John Snow > --- > hw/ide/core.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) Reviewed-

[Qemu-devel] [PATCH 04/28] ide: stash aiocb for flushes

2014-07-07 Thread John Snow
From: Paolo Bonzini This ensures that operations are completed after a reset Signed-off-by: Paolo Bonzini Signed-off-by: John Snow --- hw/ide/core.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hw/ide/core.c b/hw/ide/core.c index 3a38f1e..506db88 100644 --- a/hw/ide/