Re: [PATCH v2 0/9] hw/riscv/virt.c: memmap usage cleanup

2025-04-30 Thread Alistair Francis
On Tue, Apr 29, 2025 at 11:00 PM Daniel Henrique Barboza wrote: > > Hi, > > In this new version a small change was made in patch 9 after > discussions with Joel during v1 [1]. The idea is that we want to be > consistent (as close as we can) with the idea that a > memory address is a hwaddr type. >

[PATCH v2 0/9] hw/riscv/virt.c: memmap usage cleanup

2025-04-29 Thread Daniel Henrique Barboza
Hi, In this new version a small change was made in patch 9 after discussions with Joel during v1 [1]. The idea is that we want to be consistent (as close as we can) with the idea that a memory address is a hwaddr type. This new version does not conflict with "hw/riscv/virt: device tree reg cleanu