[PATCH 0/4] hw/riscv: Clean-ups and map high mmio for PCIe of 'virt' machine

Bin Meng posted 4 patches 3 years, 3 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210122122958.12311-1-bmeng.cn@gmail.com
Maintainers: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>, Alistair Francis <Alistair.Francis@wdc.com>, Sagar Karandikar <sagark@eecs.berkeley.edu>, Bin Meng <bin.meng@windriver.com>, Palmer Dabbelt <palmer@dabbelt.com>
There is a newer version of this series
hw/riscv/microchip_pfsoc.c |  9 ++---
hw/riscv/opentitan.c       |  9 ++---
hw/riscv/sifive_e.c        |  9 ++---
hw/riscv/sifive_u.c        | 11 +++---
hw/riscv/spike.c           |  9 ++---
hw/riscv/virt.c            | 72 ++++++++++++++++++++++++++++++--------
6 files changed, 73 insertions(+), 46 deletions(-)
[PATCH 0/4] hw/riscv: Clean-ups and map high mmio for PCIe of 'virt' machine
Posted by Bin Meng 3 years, 3 months ago
From: Bin Meng <bin.meng@windriver.com>

This series does the following clean-ups:
- Drop 'struct MemmapEntry'
- virt: Drop the 'link_up' parameter of gpex_pcie_init()

It also adds the following small enhancement to 'virt' machine:
- Limit RAM size in a 32-bit system
- Map high mmio for PCIe


Bin Meng (4):
  hw/riscv: Drop 'struct MemmapEntry'
  hw/riscv: virt: Drop the 'link_up' parameter of gpex_pcie_init()
  hw/riscv: virt: Limit RAM size in a 32-bit system
  hw/riscv: virt: Map high mmio for PCIe

 hw/riscv/microchip_pfsoc.c |  9 ++---
 hw/riscv/opentitan.c       |  9 ++---
 hw/riscv/sifive_e.c        |  9 ++---
 hw/riscv/sifive_u.c        | 11 +++---
 hw/riscv/spike.c           |  9 ++---
 hw/riscv/virt.c            | 72 ++++++++++++++++++++++++++++++--------
 6 files changed, 73 insertions(+), 46 deletions(-)

-- 
2.25.1


Re: [PATCH 0/4] hw/riscv: Clean-ups and map high mmio for PCIe of 'virt' machine
Posted by Alistair Francis 3 years, 2 months ago
On Fri, Jan 22, 2021 at 4:32 AM Bin Meng <bmeng.cn@gmail.com> wrote:
>
> From: Bin Meng <bin.meng@windriver.com>
>
> This series does the following clean-ups:
> - Drop 'struct MemmapEntry'
> - virt: Drop the 'link_up' parameter of gpex_pcie_init()
>
> It also adds the following small enhancement to 'virt' machine:
> - Limit RAM size in a 32-bit system
> - Map high mmio for PCIe
>
>
> Bin Meng (4):
>   hw/riscv: Drop 'struct MemmapEntry'
>   hw/riscv: virt: Drop the 'link_up' parameter of gpex_pcie_init()
>   hw/riscv: virt: Limit RAM size in a 32-bit system
>   hw/riscv: virt: Map high mmio for PCIe

Thanks!

Applied to riscv-to-apply.next

Alistair

>
>  hw/riscv/microchip_pfsoc.c |  9 ++---
>  hw/riscv/opentitan.c       |  9 ++---
>  hw/riscv/sifive_e.c        |  9 ++---
>  hw/riscv/sifive_u.c        | 11 +++---
>  hw/riscv/spike.c           |  9 ++---
>  hw/riscv/virt.c            | 72 ++++++++++++++++++++++++++++++--------
>  6 files changed, 73 insertions(+), 46 deletions(-)
>
> --
> 2.25.1
>
>