Re: [Qemu-devel] [PATCH 2/2] macio: switch over to new byte-aligned DMA helpers

2016-10-11 Thread John Snow
On 10/09/2016 12:43 PM, Mark Cave-Ayland wrote: Now that the DMA helpers are byte-aligned they can be called directly from the macio routines rather than emulating byte-aligned accesses via multiple block-level accesses. _cool_ Signed-off-by: Mark Cave-Ayland --- hw/ide/macio.c | 213 ++

Re: [Qemu-devel] [PATCH 2/2] macio: switch over to new byte-aligned DMA helpers

2016-10-10 Thread Eric Blake
On 10/09/2016 11:43 AM, Mark Cave-Ayland wrote: > Now that the DMA helpers are byte-aligned they can be called directly from > the macio routines rather than emulating byte-aligned accesses via multiple > block-level accesses. > > Signed-off-by: Mark Cave-Ayland > --- > hw/ide/macio.c | 213 >

[Qemu-devel] [PATCH 2/2] macio: switch over to new byte-aligned DMA helpers

2016-10-09 Thread Mark Cave-Ayland
Now that the DMA helpers are byte-aligned they can be called directly from the macio routines rather than emulating byte-aligned accesses via multiple block-level accesses. Signed-off-by: Mark Cave-Ayland --- hw/ide/macio.c | 213 1 file

Re: [Qemu-devel] [PATCH 2/2] macio: switch over to new byte-aligned DMA helpers

2016-05-27 Thread Mark Cave-Ayland
On 27/05/16 16:02, John Snow wrote: > On 05/27/2016 04:48 AM, Mark Cave-Ayland wrote: >> Now that the DMA helpers are byte-aligned they can be called directly from >> the macio routines rather than emulating byte-aligned accesses via multiple >> block-level accesses. >> >> Signed-off-by: Mark Cave

Re: [Qemu-devel] [PATCH 2/2] macio: switch over to new byte-aligned DMA helpers

2016-05-27 Thread John Snow
On 05/27/2016 04:48 AM, Mark Cave-Ayland wrote: > Now that the DMA helpers are byte-aligned they can be called directly from > the macio routines rather than emulating byte-aligned accesses via multiple > block-level accesses. > > Signed-off-by: Mark Cave-Ayland > --- > hw/ide/macio.c | 213

[Qemu-devel] [PATCH 2/2] macio: switch over to new byte-aligned DMA helpers

2016-05-27 Thread Mark Cave-Ayland
Now that the DMA helpers are byte-aligned they can be called directly from the macio routines rather than emulating byte-aligned accesses via multiple block-level accesses. Signed-off-by: Mark Cave-Ayland --- hw/ide/macio.c | 213 1 file