Re: [Qemu-devel] [PATCH target-arm v1 6/7] dma/pl330: Fix buffer depth

2014-02-12 Thread Peter Maydell
On 11 February 2014 06:31, Peter Crosthwaite wrote: > This is the product of the data-width and the depth arguments, I.e the > depth of the FIFO is in terms of data entries and not bytes (which is > what the original implementation was suggesting). Fix. > > Signed-off-by: Peter Crosthwaite > ---

[Qemu-devel] [PATCH target-arm v1 6/7] dma/pl330: Fix buffer depth

2014-02-10 Thread Peter Crosthwaite
This is the product of the data-width and the depth arguments, I.e the depth of the FIFO is in terms of data entries and not bytes (which is what the original implementation was suggesting). Fix. Signed-off-by: Peter Crosthwaite --- hw/dma/pl330.c | 2 +- 1 file changed, 1 insertion(+), 1 delet