From: Alistair Francis <alistair23@gmail.com>
To: Joel Stanley <joel@jms.id.au>
Cc: Daniel Henrique Barboza <dbarboza@ventanamicro.com>,
qemu-riscv@nongnu.org, qemu-devel@nongnu.org
Subject: Re: [PATCH 00/13] hw/riscv/virt: device tree reg cleanups
Date: Wed, 30 Apr 2025 09:45:28 +1000 [thread overview]
Message-ID: <CAKmqyKPro6xM3UW+CwyEy1xr+CBW_CffJ7J-i7_BCTF0ECAWww@mail.gmail.com> (raw)
In-Reply-To: <20250429061223.1457166-1-joel@jms.id.au>
On Tue, Apr 29, 2025 at 4:20 PM Joel Stanley <joel@jms.id.au> wrote:
>
> This is a set of cleanups for the riscv virt machine device tree
> generation that apply on top of Daniel's recent series.
>
> Using dumpdtb the old and new device trees are identical for -M virt and
> -M virt,aia=aplic-imsic.
>
> The final patch is not meant for merging, but demonstrates bugs in the
> existing code when the reg property describes an address > 4GB.
>
> Based-on: 20250423110630.2249904-1-dbarboza@ventanamicro.com
>
> Joel Stanley (13):
> 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
> NOMERGE: virt: Adjust devices so everything is > 4G
Thanks, for the series
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Can you send a v2 without patch 13 and not with two patch 1's?
Alistair
>
> hw/riscv/virt.c | 108 ++++++++++++++++++++++++------------------------
> 1 file changed, 53 insertions(+), 55 deletions(-)
>
> --
> 2.47.2
>
>
prev parent reply other threads:[~2025-04-29 23:47 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-29 6:12 [PATCH 00/13] hw/riscv/virt: device tree reg cleanups Joel Stanley
2025-04-29 6:12 ` [PATCH 01/13] hw/riscv/virt: Fix clint base address type Joel Stanley
2025-04-29 12:59 ` Daniel Henrique Barboza
2025-04-29 6:12 ` [PATCH 01/13] riscv/virt: Fix address type in create_fdt_socket_clint Joel Stanley
2025-04-29 12:26 ` Daniel Henrique Barboza
2025-04-30 11:36 ` Joel Stanley
2025-04-29 6:12 ` [PATCH 02/13] hw/riscv/virt: Use setprop_sized_cells for clint Joel Stanley
2025-04-29 17:22 ` Daniel Henrique Barboza
2025-04-29 6:12 ` [PATCH 03/13] hw/riscv/virt: Use setprop_sized_cells for memory Joel Stanley
2025-04-29 17:22 ` Daniel Henrique Barboza
2025-04-29 6:12 ` [PATCH 04/13] hw/riscv/virt: Use setprop_sized_cells for aplic Joel Stanley
2025-04-29 17:22 ` Daniel Henrique Barboza
2025-04-29 6:12 ` [PATCH 05/13] hw/riscv/virt: Use setprop_sized_cells for aclint Joel Stanley
2025-04-29 17:23 ` Daniel Henrique Barboza
2025-04-29 6:12 ` [PATCH 06/13] hw/riscv/virt: Use setprop_sized_cells for plic Joel Stanley
2025-04-29 17:23 ` Daniel Henrique Barboza
2025-04-29 6:12 ` [PATCH 07/13] hw/riscv/virt: Use setprop_sized_cells for virtio Joel Stanley
2025-04-29 17:23 ` Daniel Henrique Barboza
2025-04-29 6:12 ` [PATCH 08/13] hw/riscv/virt: Use setprop_sized_cells for reset Joel Stanley
2025-04-29 17:23 ` Daniel Henrique Barboza
2025-04-29 6:12 ` [PATCH 09/13] hw/riscv/virt: Use setprop_sized_cells for uart Joel Stanley
2025-04-29 17:24 ` Daniel Henrique Barboza
2025-04-29 6:12 ` [PATCH 10/13] hw/riscv/virt: Use setprop_sized_cells for rtc Joel Stanley
2025-04-29 17:24 ` Daniel Henrique Barboza
2025-04-29 6:12 ` [PATCH 11/13] hw/riscv/virt: Use setprop_sized_cells for iommu Joel Stanley
2025-04-29 17:24 ` Daniel Henrique Barboza
2025-04-29 6:12 ` [PATCH 12/13] hw/riscv/virt: Use setprop_sized_cells for pcie Joel Stanley
2025-04-29 17:24 ` Daniel Henrique Barboza
2025-04-29 6:12 ` [PATCH 13/13] NOMERGE: virt: Adjust devices so everything is > 4G Joel Stanley
2025-04-29 23:45 ` Alistair Francis [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CAKmqyKPro6xM3UW+CwyEy1xr+CBW_CffJ7J-i7_BCTF0ECAWww@mail.gmail.com \
--to=alistair23@gmail.com \
--cc=dbarboza@ventanamicro.com \
--cc=joel@jms.id.au \
--cc=qemu-devel@nongnu.org \
--cc=qemu-riscv@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).