[Qemu-devel] [PATCH v4 0/7] Connect a PCIe host and graphics support to RISC-V

Alistair Francis posted 7 patches 7 years, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/cover.1535565338.git.alistair.francis@wdc.com
Test docker-clang@ubuntu failed
Test checkpatch passed
There is a newer version of this series
default-configs/riscv32-softmmu.mak |  8 ++++
default-configs/riscv64-softmmu.mak |  8 ++++
hw/riscv/sifive_u.c                 | 64 +++++++++++++++++++++++++
hw/riscv/spike.c                    |  2 +-
hw/riscv/virt.c                     | 74 ++++++++++++++++++++++++++++-
include/hw/riscv/sifive_u.h         |  4 +-
include/hw/riscv/virt.h             |  6 ++-
7 files changed, 161 insertions(+), 5 deletions(-)
[Qemu-devel] [PATCH v4 0/7] Connect a PCIe host and graphics support to RISC-V
Posted by Alistair Francis 7 years, 2 months ago
V4:
 - Fix the spike device tree
 - Don't use stdvga device
V3:
 - Remove Makefile config changes
 - Connect a network adapter to the virt device
V2:
 - Use the gpex PCIe host for virt
 - Add support for SiFive U PCIe


Alistair Francis (7):
  hw/riscv/virtio: Set the soc device tree node as a simple-bus
  hw/riscv/spike: Set the soc device tree node as a simple-bus
  hw/riscv/virt: Increase the number of interrupts
  hw/riscv/virt: Connect the gpex PCIe
  riscv: Enable VGA and PCIE_VGA
  hw/riscv/sifive_u: Connect the Xilinx PCIe
  hw/riscv/virt: Connect a VirtIO net PCIe device

 default-configs/riscv32-softmmu.mak |  8 ++++
 default-configs/riscv64-softmmu.mak |  8 ++++
 hw/riscv/sifive_u.c                 | 64 +++++++++++++++++++++++++
 hw/riscv/spike.c                    |  2 +-
 hw/riscv/virt.c                     | 74 ++++++++++++++++++++++++++++-
 include/hw/riscv/sifive_u.h         |  4 +-
 include/hw/riscv/virt.h             |  6 ++-
 7 files changed, 161 insertions(+), 5 deletions(-)

-- 
2.17.1