]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/openrisc: Add PCI bus support to virt
authorStafford Horne <shorne@gmail.com>
Sun, 12 Jun 2022 12:22:53 +0000 (21:22 +0900)
committerStafford Horne <shorne@gmail.com>
Sun, 4 Sep 2022 06:02:57 +0000 (07:02 +0100)
commit40fef82c4e7ea723b52eb3d2a0c4a46189f1ad44
treed6f4281f4533b52ce991625541836e23cbb82e2a
parentb5fcfe927b7a9cbbc0864e7fc4f34bc94631ee0e
hw/openrisc: Add PCI bus support to virt

This is mostly borrowed from xtensa and riscv as examples.  The
create_pcie_irq_map swizzle function is almost and exact copy
but here we use a single cell interrupt, possibly we can make
this generic.

Signed-off-by: Stafford Horne <shorne@gmail.com>
hw/openrisc/Kconfig
hw/openrisc/virt.c