On Wed, Jun 4, 2025 at 12:58 PM Joel Stanley <j...@jms.id.au> wrote: > > v2: > - Rebased on master now that Daniel's changes are merged > - Fixed doubled up patch 1 > - r-b tags from Alistair and Daniel added > > This is a set of cleanups for the riscv virt machine device tree > generation. > > Using dumpdtb the old and new device trees are identical for -M virt and > -M virt,aia=aplic-imsic. > > Joel Stanley (12): > hw/riscv/virt: Fix clint base address type > hw/riscv/virt: Use setprop_sized_cells for clint > hw/riscv/virt: Use setprop_sized_cells for memory > hw/riscv/virt: Use setprop_sized_cells for aplic > hw/riscv/virt: Use setprop_sized_cells for aclint > hw/riscv/virt: Use setprop_sized_cells for plic > hw/riscv/virt: Use setprop_sized_cells for virtio > hw/riscv/virt: Use setprop_sized_cells for reset > hw/riscv/virt: Use setprop_sized_cells for uart > hw/riscv/virt: Use setprop_sized_cells for rtc > hw/riscv/virt: Use setprop_sized_cells for iommu > hw/riscv/virt: Use setprop_sized_cells for pcie
Thanks! Applied to riscv-to-apply.next Alistair > > hw/riscv/virt.c | 66 ++++++++++++++++++++++++------------------------- > 1 file changed, 32 insertions(+), 34 deletions(-) > > -- > 2.47.2 > >