Re: [Qemu-devel] [PATCH] ide: Remove wrong assertion

2013-01-16 Thread Stefan Hajnoczi
On Wed, Jan 16, 2013 at 10:54:34AM +0100, Kevin Wolf wrote: > The Bus Master IDE Active bit (BM_STATUS_DMAING) is not only set when > the request is still in flight, but also when it has completed and the > size of the physical memory regions in the PRDT was larger than the > transfer size. > > Si

[Qemu-devel] [PATCH] ide: Remove wrong assertion

2013-01-16 Thread Kevin Wolf
The Bus Master IDE Active bit (BM_STATUS_DMAING) is not only set when the request is still in flight, but also when it has completed and the size of the physical memory regions in the PRDT was larger than the transfer size. Signed-off-by: Kevin Wolf --- hw/ide/pci.c |1 - 1 files changed, 0