Age | Commit message (Expand) | Author | Files | Lines |
2023-03-08 | hw/ppc/pegasos2: Fix PCI interrupt routing | BALATON Zoltan | 1 | -4/+0 |
2023-03-03 | pnv_phb4_pec: Simplify/align code to parent user-created PHBs | Frederic Barrat | 2 | -2/+12 |
2023-03-03 | pnv_phb4_pec: Move pnv_phb4_get_pec() to rightful file | Frederic Barrat | 1 | -0/+40 |
2023-03-03 | pnv_phb4_pec: Only export existing PHBs to the device tree | Frederic Barrat | 1 | -2/+6 |
2023-03-03 | pnv_phb4_pec: Keep track of instantiated PHBs | Frederic Barrat | 1 | -5/+7 |
2023-02-27 | Merge tag 'pull-target-arm-20230227' of https://git.linaro.org/people/pmaydel... | Peter Maydell | 1 | -1/+1 |
2023-02-27 | hw: Replace qemu_or_irq typedef by OrIRQState | Philippe Mathieu-Daudé | 1 | -1/+1 |
2023-02-27 | Do not include hw/hw.h if it is not necessary | Thomas Huth | 1 | -1/+0 |
2023-02-05 | ppc/pnv/pci: Fix PHB xscom registers memory region name | Frederic Barrat | 1 | -1/+1 |
2023-02-05 | hw/pci-host/mv64361: Reuse pci_swizzle_map_irq_fn | Bernhard Beschow | 1 | -6/+1 |
2023-01-27 | hw/pci-host: Use register definitions from PCI standard | Philippe Mathieu-Daudé | 3 | -26/+15 |
2023-01-20 | Merge tag 'pull-include-2023-01-20' of https://repo.or.cz/qemu/armbru into st... | Peter Maydell | 3 | -1/+3 |
2023-01-20 | include/hw/ppc include/hw/pci-host: Drop extra typedefs | Markus Armbruster | 1 | -1/+1 |
2023-01-20 | include/hw/ppc: Split pnv_chip.h off pnv.h | Markus Armbruster | 2 | -0/+2 |
2023-01-19 | Merge tag 'trivial-branch-for-8.0-pull-request' of https://gitlab.com/laurent... | Peter Maydell | 2 | -4/+2 |
2023-01-18 | bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx | Philippe Mathieu-Daudé | 2 | -9/+9 |
2023-01-16 | hw/i386/pc: Remove unused 'owner' argument from pc_pci_as_mapping_init | Philippe Mathieu-Daudé | 2 | -4/+2 |
2023-01-13 | hw/pci-host/bonito: Declare TYPE_BONITO_PCI_HOST_BRIDGE in header | Philippe Mathieu-Daudé | 1 | -3/+1 |
2023-01-13 | hw/pci-host/bonito: Use 'bonito_pci' for PCI function #0 code | Philippe Mathieu-Daudé | 1 | -6/+6 |
2023-01-13 | hw/pci-host/bonito: Use 'bonito_host' for PCI host bridge code | Philippe Mathieu-Daudé | 1 | -6/+6 |
2023-01-13 | hw/pci-host/bonito: Convert to 3-phase reset | Philippe Mathieu-Daudé | 1 | -5/+4 |
2023-01-13 | hw/pci/pci: Factor out pci_bus_map_irqs() from pci_bus_irqs() | Bernhard Beschow | 2 | -2/+4 |
2023-01-13 | hw/mips/gt64xxx_pci: Move it to hw/pci-host/ | Philippe Mathieu-Daudé | 4 | -0/+1308 |
2023-01-08 | include/hw/pci: Split pci_device.h off pci.h | Markus Armbruster | 9 | -9/+9 |
2022-12-21 | pci: drop redundant PCIDeviceClass::is_bridge field | Igor Mammedov | 2 | -2/+0 |
2022-12-21 | remove DEC 21154 PCI bridge | Igor Mammedov | 1 | -5/+4 |
2022-12-16 | hw/pci-host/pnv_phb3_msi: Convert TYPE_PHB3_MSI to 3-phase reset | Peter Maydell | 1 | -6/+9 |
2022-12-16 | hw/intc/xics: Reset TYPE_ICS objects with device_cold_reset() | Peter Maydell | 1 | -7/+0 |
2022-12-16 | pci: Convert child classes of TYPE_PCIE_ROOT_PORT to 3-phase reset | Peter Maydell | 1 | -8/+10 |
2022-11-10 | hw/pci-host/pnv_phb: Avoid quitting QEMU if hotplug of pnv-phb-root-port fails | Thomas Huth | 1 | -2/+10 |
2022-10-31 | hw/ppc/mac.h: Rename to include/hw/nvram/mac_nvram.h | BALATON Zoltan | 2 | -2/+0 |
2022-10-31 | hw/ppc/mac.h: Move grackle-pcihost type declaration out to a header | BALATON Zoltan | 1 | -13/+1 |
2022-09-20 | hw/pci-host: pnv_phb{3, 4}: Fix heap out-of-bound access failure | Xuzhou Cheng | 2 | -0/+2 |
2022-08-31 | ppc/pnv: fix QOM parenting of user creatable root ports | Daniel Henrique Barboza | 1 | -27/+20 |
2022-08-31 | ppc/pnv: consolidate pnv_parent_*_fixup() helpers | Daniel Henrique Barboza | 1 | -15/+28 |
2022-08-31 | ppc/pnv: enable user created pnv-phb for powernv9 | Daniel Henrique Barboza | 2 | -3/+5 |
2022-08-31 | ppc/pnv: enable user created pnv-phb for powernv8 | Daniel Henrique Barboza | 1 | -2/+7 |
2022-08-31 | ppc/pnv: add helpers for pnv-phb user devices | Daniel Henrique Barboza | 1 | -0/+75 |
2022-08-31 | ppc/pnv: set root port chassis and slot using Bus properties | Daniel Henrique Barboza | 1 | -9/+16 |
2022-08-31 | ppc/pnv: add phb-id/chip-id PnvPHB4RootBus properties | Daniel Henrique Barboza | 1 | -0/+51 |
2022-08-31 | ppc/pnv: add phb-id/chip-id PnvPHB3RootBus properties | Daniel Henrique Barboza | 1 | -0/+50 |
2022-08-31 | ppc/pnv: move attach_root_port helper to pnv-phb.c | Daniel Henrique Barboza | 1 | -0/+24 |
2022-08-31 | ppc/pnv: remove pecc->rp_model | Daniel Henrique Barboza | 1 | -2/+0 |
2022-08-31 | ppc/pnv: remove root port name from pnv_phb_attach_root_port() | Daniel Henrique Barboza | 1 | -6/+1 |
2022-08-31 | ppc/pnv: remove pnv-phb4-root-port | Daniel Henrique Barboza | 3 | -89/+4 |
2022-08-31 | ppc/pnv: remove pnv-phb3-root-port | Daniel Henrique Barboza | 2 | -43/+1 |
2022-08-31 | ppc/pnv: add pnv-phb-root-port device | Daniel Henrique Barboza | 2 | -8/+123 |
2022-08-31 | ppc/pnv: turn PnvPHB4 into a PnvPHB backend | Daniel Henrique Barboza | 2 | -27/+6 |
2022-08-31 | ppc/pnv: add PHB4 bus init helper | Daniel Henrique Barboza | 2 | -16/+25 |
2022-08-31 | ppc/pnv: turn PnvPHB3 into a PnvPHB backend | Daniel Henrique Barboza | 1 | -22/+5 |