[PATCH 0/4] hw/riscv: Post-review cleanups

Joel Stanley posted 4 patches 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260824055642.41098-1-joel@jms.id.au
Maintainers: Palmer Dabbelt <palmer@dabbelt.com>, Alistair Francis <alistair.francis@wdc.com>, Weiwei Li <liwei1518@gmail.com>, Daniel Henrique Barboza <daniel.barboza@oss.qualcomm.com>, Liu Zhiwei <zhiwei_liu@linux.alibaba.com>, Chao Liu <chao.liu@processmission.com>, Joel Stanley <joel@jms.id.au>, Nicholas Piggin <npiggin@gmail.com>, Anirudh Srinivasan <asrinivasan@oss.tenstorrent.com>, Michael Ellerman <mpe@kernel.org>, Portia Stephens <portias@oss.tenstorrent.com>, Peter Maydell <peter.maydell@linaro.org>, Niek Linnenbank <nieklinnenbank@gmail.com>
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(-)
[PATCH 0/4] hw/riscv: Post-review cleanups
Posted by Joel Stanley 1 month ago
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

 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(-)

-- 
2.47.3
Re: [PATCH 0/4] hw/riscv: Post-review cleanups
Posted by Alistair Francis 1 month ago
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(-)
Re: [PATCH 0/4] hw/riscv: Post-review cleanups
Posted by Joel Stanley 1 month ago
On Mon, 24 Aug 2026 at 15:27, Joel Stanley <joel@jms.id.au> 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.

Doh, sorry, patches went to Phil's old address. Adding him to cc here.

Cheers,

Joel