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

2011-06-10 Thread Kevin Wolf
Am 10.06.2011 17:32, schrieb Luiz Capitulino: > On Tue, 7 Jun 2011 16:18:30 +0200 > Kevin Wolf wrote: > >> 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,

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

2011-06-10 Thread Luiz Capitulino
On Tue, 7 Jun 2011 16:18:30 +0200 Kevin Wolf wrote: > 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

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

2011-06-07 Thread Kevin Wolf
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 re