qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/3] block: Avoid direct AIO callback


From: Kevin Wolf
Subject: [Qemu-devel] [PATCH 0/3] block: Avoid direct AIO callback
Date: Tue, 7 Jun 2011 16:18:30 +0200

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]