Re: [Qemu-devel] [PATCH target-arm v1 7/7] dma/pl330: implement dmaadnh instruction

2014-02-12 Thread Peter Maydell
On 11 February 2014 06:32, Peter Crosthwaite wrote: > Implement the missing DMAADNH instruction. This is a minor variant > of the DMAADDH instruction, so factor out to a common implementation > for both (dmaadxh). > > Signed-off-by: Peter Crosthwaite > --- > > hw/dma/pl330.c | 19 +++

[Qemu-devel] [PATCH target-arm v1 7/7] dma/pl330: implement dmaadnh instruction

2014-02-10 Thread Peter Crosthwaite
Implement the missing DMAADNH instruction. This is a minor variant of the DMAADDH instruction, so factor out to a common implementation for both (dmaadxh). Signed-off-by: Peter Crosthwaite --- hw/dma/pl330.c | 19 --- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git