Hi, This series include trivial fixes, and add a new 'Renesas peripherals' section in MAINTAINERS.
Since v3: - Rebased on Aleksandar's "Resolution of sh4 maintainership" https://lists.gnu.org/archive/html/qemu-devel/2020-06/msg03183.html Since v2: - Keep Magnus as maintainer: https://www.mail-archive.com/qemu-devel@nongnu.org/msg710320.html Addressed Aleksandar review comments: - Split the MAINTAINER patch in various atomic units https://www.mail-archive.com/qemu-devel@nongnu.org/msg710947.html - Add Yoshinori Sato as maintainer of SH4/RX peripherals https://www.mail-archive.com/qemu-devel@nongnu.org/msg711008.html Maybe patches 6 & 7 can go via acceptance-next queue, and the rest via qemu-trivial@? Regards, Phil. CI report: https://travis-ci.org/github/philmd/qemu/builds/692828388 Supersedes: <20200610220853.8558-1-f4...@amsat.org> Based-on: <20200611095316.10133-1-aleksandar.qemu.de...@gmail.com> Philippe Mathieu-Daudé (5): MAINTAINERS: Cover 'hw/sh4/sh_intc.h' with the R2D machine MAINTAINERS: Add an entry for common Renesas peripherals hw/sh4: Use MemoryRegion typedef hw/sh4: Extract timer definitions to 'hw/timer/tmu012.h' hw/timer/sh_timer: Remove unused 'qemu/timer.h' include Thomas Huth (2): tests/acceptance: Add boot tests for sh4 QEMU advent calendar image .travis.yml: Test SH4 QEMU advent calendar image include/hw/sh4/sh.h | 12 +----------- include/hw/timer/tmu012.h | 23 +++++++++++++++++++++++ hw/sh4/sh7750.c | 1 + hw/timer/sh_timer.c | 3 ++- .travis.yml | 2 +- MAINTAINERS | 10 +++++++++- tests/acceptance/boot_linux_console.py | 13 +++++++++++-- 7 files changed, 48 insertions(+), 16 deletions(-) create mode 100644 include/hw/timer/tmu012.h -- 2.21.3