[PATCH v4 0/3] hw/riscv: misc cleanups

Daniel Henrique Barboza posted 3 patches 1 year, 2 months ago
hw/riscv/spike.c |  18 +-
hw/riscv/virt.c  | 462 ++++++++++++++++++++++++-----------------------
2 files changed, 242 insertions(+), 238 deletions(-)
[PATCH v4 0/3] hw/riscv: misc cleanups
Posted by Daniel Henrique Barboza 1 year, 2 months ago
Hi,

These are the last 3 patches from the series

"[PATCH v3 0/7] riscv: fdt related cleanups"

That can be sent in separate from the fdt work. Patches are all acked.

Changes from v3:
- patches 1,2,3:
  - former patches 5, 6 and 7 from "[PATCH v3 0/7] riscv: fdt related cleanups"
- v3 link: https://lists.gnu.org/archive/html/qemu-devel/2023-01/msg04464.html

Daniel Henrique Barboza (3):
  hw/riscv/virt.c: calculate socket count once in create_fdt_imsic()
  hw/riscv/virt.c: rename MachineState 'mc' pointers to 'ms'
  hw/riscv/spike.c: rename MachineState 'mc' pointers to' ms'

 hw/riscv/spike.c |  18 +-
 hw/riscv/virt.c  | 462 ++++++++++++++++++++++++-----------------------
 2 files changed, 242 insertions(+), 238 deletions(-)

-- 
2.39.1
Re: [PATCH v4 0/3] hw/riscv: misc cleanups
Posted by Alistair Francis 1 year, 2 months ago
On Wed, Jan 25, 2023 at 7:23 AM Daniel Henrique Barboza
<dbarboza@ventanamicro.com> wrote:
>
> Hi,
>
> These are the last 3 patches from the series
>
> "[PATCH v3 0/7] riscv: fdt related cleanups"
>
> That can be sent in separate from the fdt work. Patches are all acked.
>
> Changes from v3:
> - patches 1,2,3:
>   - former patches 5, 6 and 7 from "[PATCH v3 0/7] riscv: fdt related cleanups"
> - v3 link: https://lists.gnu.org/archive/html/qemu-devel/2023-01/msg04464.html
>
> Daniel Henrique Barboza (3):
>   hw/riscv/virt.c: calculate socket count once in create_fdt_imsic()
>   hw/riscv/virt.c: rename MachineState 'mc' pointers to 'ms'
>   hw/riscv/spike.c: rename MachineState 'mc' pointers to' ms'

Thanks!

Applied to riscv-to-apply.next

Alistair

>
>  hw/riscv/spike.c |  18 +-
>  hw/riscv/virt.c  | 462 ++++++++++++++++++++++++-----------------------
>  2 files changed, 242 insertions(+), 238 deletions(-)
>
> --
> 2.39.1
>
>