Re: [Qemu-devel] [PATCH 1/3] ide: factor dma handling helpers

2011-01-13 Thread Kevin Wolf
Am 20.12.2010 13:45, schrieb Christoph Hellwig: > Factor the DMA I/O path that is duplicated between read and write > commands, into common helpers using the s->is_read flag added for > the macio ATA controller. > > Signed-off-by: Christoph Hellwig Thanks, applied all to the block branch. Kevin

[Qemu-devel] [PATCH 1/3] ide: factor dma handling helpers

2010-12-20 Thread Christoph Hellwig
Factor the DMA I/O path that is duplicated between read and write commands, into common helpers using the s->is_read flag added for the macio ATA controller. Signed-off-by: Christoph Hellwig Index: qemu/hw/ide/core.c === --- qemu.or