Re: [Qemu-devel] [PATCH] ehci: handle dma errors

2012-11-15 Thread Hans de Goede
Looks good, ack. On 11/15/2012 01:22 PM, Gerd Hoffmann wrote: Starting with commit 1c380f9460522f32c8dd2577b2a53d518ec91c6d dma transfers can actually fail. This patch makes ehci keep track of the busmaster bit in pci config space, by setting/clearing the dma_context pointer. Attempts to dma

[Qemu-devel] [PATCH] ehci: handle dma errors

2012-11-15 Thread Gerd Hoffmann
Starting with commit 1c380f9460522f32c8dd2577b2a53d518ec91c6d dma transfers can actually fail. This patch makes ehci keep track of the busmaster bit in pci config space, by setting/clearing the dma_context pointer. Attempts to dma without context will result in raising HSE (Host System Error) int