Re: [Qemu-devel] [PATCH 3/5] ide: move buffered DMA cancel to core

2016-01-19 Thread Paolo Bonzini
On 19/01/2016 05:51, John Snow wrote: > Buffered DMA cancellation was added to ATAPI devices and implemented > for the BMDMA HBA. Move the code over to common IDE code and allow > it to be used for any HBA. > > Signed-off-by: John Snow > --- > hw/ide/core.c | 45 +++

[Qemu-devel] [PATCH 3/5] ide: move buffered DMA cancel to core

2016-01-18 Thread John Snow
Buffered DMA cancellation was added to ATAPI devices and implemented for the BMDMA HBA. Move the code over to common IDE code and allow it to be used for any HBA. Signed-off-by: John Snow --- hw/ide/core.c | 45 + hw/ide/internal.h | 1 + hw/ide/p