qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] block: Avoid direct AIO callback
@ 2011-06-07 14:18 Kevin Wolf
  2011-06-07 14:18 ` [Qemu-devel] [PATCH 1/3] qcow2: " Kevin Wolf
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Kevin Wolf @ 2011-06-07 14:18 UTC (permalink / raw)
  To: qemu-devel; +Cc: kwolf, lcapitulino

This series fixes some cases of block drivers calling AIO callbacks too early.
It fixes the IDE assertion failure reported by Luiz (in error cases, the DMA
status, including acb, could first be reset in the callback and only then be
set by the caller, resulting in a dangling acb and wrong status register value).

Kevin Wolf (3):
  qcow2: Avoid direct AIO callback
  qcow: Avoid direct AIO callback
  vdi: Avoid direct AIO callback

 block/qcow.c  |   58 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 block/qcow2.c |   39 +++++++++++++++++++++++++++++--------
 block/vdi.c   |   40 +++++++++++++++++++++++++++++++++++---
 3 files changed, 122 insertions(+), 15 deletions(-)

-- 
1.7.5.2

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-06-15 12:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-07 14:18 [Qemu-devel] [PATCH 0/3] block: Avoid direct AIO callback Kevin Wolf
2011-06-07 14:18 ` [Qemu-devel] [PATCH 1/3] qcow2: " Kevin Wolf
2011-06-07 14:18 ` [Qemu-devel] [PATCH 2/3] qcow: " Kevin Wolf
2011-06-07 14:18 ` [Qemu-devel] [PATCH 3/3] vdi: " Kevin Wolf
2011-06-15 12:39   ` [Qemu-devel] [PATCH v2 " Kevin Wolf
2011-06-10 15:32 ` [Qemu-devel] [PATCH 0/3] block: " Luiz Capitulino
2011-06-10 15:57   ` Kevin Wolf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).