Re: [Qemu-devel] [PATCH 09/17] i8257: implement the IsaDma interface

2016-01-05 Thread John Snow
Accidental duplicate send of patch #09 with minor differences in the commit message... Assuming this one is the "correct" one and just discarding the other. On 12/29/2015 03:04 AM, Hervé Poussineau wrote: > Rewrite the global DMA_*() functions to use the IsaDma interface. > Note that these functio

[Qemu-devel] [PATCH 09/17] i8257: implement the IsaDma interface

2015-12-29 Thread Hervé Poussineau
Rewrite the global DMA_*() functions to use the IsaDma interface. Note that these functions will be deleted in a few commits. Signed-off-by: Hervé Poussineau --- hw/dma/i8257.c | 148 + 1 file changed, 117 insertions(+), 31 deletions(-) di