Re: [PATCH 0/4] hw/riscv: Post-review cleanups
Alistair Francis <[email protected]>
| Newsgroups | org.nongnu.qemu-riscv,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 2026-08-24 at 15:26 +0930, Joel Stanley wrote: > Phil made a bunch of suggestions during the Atlantis review for > things > to clean up afterwards. Here are those cleanups. The patches are > otherwise unrelated. > > Joel Stanley (4): > hw/riscv/boot: Make RISCVBootInfo const where possible > hw/riscv/virt: Use hwaddr for IMSIC device tree address > tests/functional: Avoid unnecessary removal of scratch files > hw/riscv/atlantis: Document QEMU-only I2C device tree nodes Thanks! Applied to riscv-to-apply.next Alistair > > include/hw/riscv/boot.h | 6 +++--- > hw/riscv/boot.c | 6 +++--- > hw/riscv/tt_atlantis.c | 1 + > hw/riscv/virt.c | 5 +++-- > tests/functional/arm/test_bpim2u.py | 11 ----------- > tests/functional/arm/test_orangepi.py | 9 --------- > tests/functional/riscv64/test_sifive_u.py | 4 ---- > 7 files changed, 10 insertions(+), 32 deletions(-)