Re: [PATCH v3] Align Raspberry Pi DMA interrupts with Linux DTS

2022-07-15 Thread Peter Maydell
On Thu, 14 Jul 2022 at 10:44, Andrey Makarov wrote: > > In v3: > > - changed naming of orgate & removed hard-coded constants > > > Signed-off-by: Andrey Makarov > diff --git a/tests/qtest/bcm2835-dma-test.c b/tests/qtest/bcm2835-dma-test.c > new file mode 100644 > index 00..111adfe7f2 >

[PATCH v3] Align Raspberry Pi DMA interrupts with Linux DTS

2022-07-14 Thread Andrey Makarov
In v3: - changed naming of orgate & removed hard-coded constants Signed-off-by: Andrey Makarov --- hw/arm/bcm2835_peripherals.c | 25 ++- include/hw/arm/bcm2835_peripherals.h | 2 + tests/qtest/bcm2835-dma-test.c | 106 +++ tests/qtest/meson.build