Re: [PATCH v4 35/45] Add mailbox test stub

2024-01-15 Thread Peter Maydell
On Fri, 8 Dec 2023 at 02:36, Sergey Kambalin wrote: > > Signed-off-by: Sergey Kambalin > --- > include/hw/arm/bcm2838_peripherals.h | 2 + > tests/qtest/bcm2838-mailbox.c| 71 > tests/qtest/bcm2838-mailbox.h| 46 ++ > tests/qtest/meso

[PATCH v4 35/45] Add mailbox test stub

2023-12-07 Thread Sergey Kambalin
Signed-off-by: Sergey Kambalin --- include/hw/arm/bcm2838_peripherals.h | 2 + tests/qtest/bcm2838-mailbox.c| 71 tests/qtest/bcm2838-mailbox.h| 46 ++ tests/qtest/meson.build | 1 + 4 files changed, 120 insertions(+) cr