[Qemu-devel] [PULL 18/19] macio: move unaligned DMA write code into separate pmac_dma_write() function

2015-05-22 Thread John Snow
From: Mark Cave-Ayland Similarly switch the macio IDE routines over to use the new function and tidy-up the remaining code as required. [Maintainer edit: printf format codes adjusted for 32/64bit. --js] Signed-off-by: Mark Cave-Ayland Acked-by: John Snow Message-id: 1425939893-14404-3-git-sen

Re: [Qemu-devel] [PULL 18/19] macio: move unaligned DMA write code into separate pmac_dma_write() function

2015-07-27 Thread Aurelien Jarno
On 2015-05-22 15:59, John Snow wrote: > From: Mark Cave-Ayland > > Similarly switch the macio IDE routines over to use the new function and > tidy-up the remaining code as required. > > [Maintainer edit: printf format codes adjusted for 32/64bit. --js] > > Signed-off-by: Mark Cave-Ayland > Ack

Re: [Qemu-devel] [PULL 18/19] macio: move unaligned DMA write code into separate pmac_dma_write() function

2015-07-28 Thread Mark Cave-Ayland
On 27/07/15 23:00, Aurelien Jarno wrote: > On 2015-05-22 15:59, John Snow wrote: >> From: Mark Cave-Ayland >> >> Similarly switch the macio IDE routines over to use the new function and >> tidy-up the remaining code as required. >> >> [Maintainer edit: printf format codes adjusted for 32/64bit. -

Re: [Qemu-devel] [PULL 18/19] macio: move unaligned DMA write code into separate pmac_dma_write() function

2015-07-28 Thread Aurelien Jarno
On 2015-07-28 09:52, Mark Cave-Ayland wrote: > On 27/07/15 23:00, Aurelien Jarno wrote: > > > On 2015-05-22 15:59, John Snow wrote: > >> From: Mark Cave-Ayland > >> > >> Similarly switch the macio IDE routines over to use the new function and > >> tidy-up the remaining code as required. > >> > >>

Re: [Qemu-devel] [PULL 18/19] macio: move unaligned DMA write code into separate pmac_dma_write() function

2015-07-30 Thread Kevin Wolf
Am 28.07.2015 um 10:52 hat Mark Cave-Ayland geschrieben: > On 27/07/15 23:00, Aurelien Jarno wrote: > > > On 2015-05-22 15:59, John Snow wrote: > >> From: Mark Cave-Ayland > >> > >> Similarly switch the macio IDE routines over to use the new function and > >> tidy-up the remaining code as require

Re: [Qemu-devel] [PULL 18/19] macio: move unaligned DMA write code into separate pmac_dma_write() function

2015-07-31 Thread John Snow
On 07/28/2015 04:52 AM, Mark Cave-Ayland wrote: > On 27/07/15 23:00, Aurelien Jarno wrote: > >> On 2015-05-22 15:59, John Snow wrote: >>> From: Mark Cave-Ayland >>> >>> Similarly switch the macio IDE routines over to use the new function and >>> tidy-up the remaining code as required. >>> >>> [

Re: [Qemu-devel] [PULL 18/19] macio: move unaligned DMA write code into separate pmac_dma_write() function

2015-08-01 Thread Mark Cave-Ayland
On 28/07/15 19:02, Aurelien Jarno wrote: >> Thanks for the heads-up. I have a fairly comprehensive suite of various >> OS test images I use for OpenBIOS testing and evidently not a single one >> of them issues a TRIM command as I don't see any regressions here. Can >> you point me towards the part

Re: [Qemu-devel] [PULL 18/19] macio: move unaligned DMA write code into separate pmac_dma_write() function

2015-08-01 Thread Aurelien Jarno
On 2015-08-01 12:21, Mark Cave-Ayland wrote: > On 28/07/15 19:02, Aurelien Jarno wrote: > > >> Thanks for the heads-up. I have a fairly comprehensive suite of various > >> OS test images I use for OpenBIOS testing and evidently not a single one > >> of them issues a TRIM command as I don't see any

Re: [Qemu-devel] [PULL 18/19] macio: move unaligned DMA write code into separate pmac_dma_write() function

2015-08-01 Thread Mark Cave-Ayland
On 01/08/15 13:37, Aurelien Jarno wrote: > On 2015-08-01 12:21, Mark Cave-Ayland wrote: >> On 28/07/15 19:02, Aurelien Jarno wrote: >> Thanks for the heads-up. I have a fairly comprehensive suite of various OS test images I use for OpenBIOS testing and evidently not a single one of

Re: [Qemu-devel] [PULL 18/19] macio: move unaligned DMA write code into separate pmac_dma_write() function

2015-08-02 Thread Mark Cave-Ayland
On 31/07/15 21:37, John Snow wrote: > On 07/28/2015 04:52 AM, Mark Cave-Ayland wrote: >> On 27/07/15 23:00, Aurelien Jarno wrote: >> >>> On 2015-05-22 15:59, John Snow wrote: From: Mark Cave-Ayland Similarly switch the macio IDE routines over to use the new function and tidy-u