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 pbonz...@redhat.com This ensures that operations are completed after a reset Signed-off-by: Paolo Bonzini pbonz...@redhat.com Signed-off-by: John Snow js...@redhat.com --- hw/ide/core.c | 4 +++- 1 file

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

2014-07-07 Thread John Snow
From: Paolo Bonzini pbonz...@redhat.com This ensures that operations are completed after a reset Signed-off-by: Paolo Bonzini pbonz...@redhat.com Signed-off-by: John Snow js...@redhat.com --- hw/ide/core.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hw/ide/core.c