summary refs log tree commit diff stats
path: root/hw/pci-host (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell2024-04-253-5/+5
* q35: Introduce smm_ranges property for q35-pci-hostIsaku Yamahata2024-04-231-13/+29
* pci-host/q35: Move PAM initialization above SMRAM initializationIsaku Yamahata2024-04-231-9/+10
* hw/pci-host/ppc440_pcix: Do not expose a bridge device on PCI busBALATON Zoltan2024-04-151-7/+4
* hw/ppc/ppc440_pcix: Move ppc440_pcix.c to hw/pci-host/Philippe Mathieu-Daudé2024-02-224-0/+558
* hw/ppc/ppc4xx_pci: Move ppc4xx_pci.c to hw/pci-host/Philippe Mathieu-Daudé2024-02-225-1/+410
* hw/pci-host/raven.c: Mark raven_io_ops as implementing unaligned accessesPeter Maydell2024-02-151-0/+1
* hw/pci-host/astro: Implement Hard Fail and Soft Fail modeHelge Deller2024-02-111-6/+15
* hw/pci-host/astro: Avoid aborting on access failureHelge Deller2024-02-111-16/+11
* pci-host: designware: Limit value range of iATU viewport registerGuenter Roeck2024-02-021-0/+2
* Merge tag 'hppa-fixes-8.2-pull-request' of https://github.com/hdeller/qemu-hp...Peter Maydell2024-01-161-3/+23
|\
| * hw/pci-host/astro: Add missing astro & elroy registers for NetBSDHelge Deller2024-01-131-3/+23
* | hw/pci-host/gpex: Define properties for MMIO rangesSunil V L2024-01-102-0/+25
* | hw/pci-host/raven: Propagate error in raven_realize()Philippe Mathieu-Daudé2024-01-051-2/+4
* | hw/pci-host: Constify VMStateRichard Henderson2023-12-3011-18/+18
|/
* hw/pci-host/astro: Fix boot for C3700 machineHelge Deller2023-11-132-42/+33
* hw/pci-host: Update PHB5 XSCOM registersSaif Abrar2023-11-072-23/+56
* hw/pci-host: Add emulation of Mai Logic Articia SBALATON Zoltan2023-11-073-0/+300
* Merge tag 'pull-pa-20231106' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi2023-11-071-4/+7
|\
| * hw/pci-host/astro: Trigger CPU irq on CPU HPA in high memoryHelge Deller2023-11-061-1/+1
| * hw/pci-host/astro: Map Astro chip into 64-bit I/O memory regionHelge Deller2023-11-061-3/+6
* | hw/pci: modify pci_setup_iommu() to set PCIIOMMUOpsYi Liu2023-11-038-8/+40
|/
* Merge tag 'C3700-pull-request' of https://github.com/hdeller/qemu-hppa into s...Stefan Hajnoczi2023-10-204-0/+901
|\
| * pci-host: Wire up new Astro/Elroy PCI bridgeHelge Deller2023-10-202-0/+5
| * hw/pci-host: Add Astro system bus adapter found on PA-RISC machinesHelge Deller2023-10-202-0/+896
* | hw/pci-host/bonito: Do not use SysBus API to map local MMIO regionPhilippe Mathieu-Daudé2023-10-191-17/+13
* | hw/pci-host/sh_pcic: Replace magic value by proper definitionPhilippe Mathieu-Daudé2023-10-191-2/+3
* | hw/pci-host/sh_pcic: Correct PCI host / devfn#0 function namesPhilippe Mathieu-Daudé2023-10-191-8/+8
* | hw/pci-host/sh_pcic: Declare CPU QOM types using DEFINE_TYPES() macroPhilippe Mathieu-Daudé2023-10-191-23/+17
|/
* pc: remove short_root_bus propertyPaolo Bonzini2023-09-292-15/+0
* hw/pci: spelling fixesMichael Tokarev2023-09-209-13/+13
* hw/pci-host: Allow extended config space access for Designware PCIe hostJason Chien2023-08-111-0/+1
* hw/pci/pci: Remove multifunction parameter from pci_new_multifunction()Bernhard Beschow2023-07-101-4/+2
* hw/pci-host/i440fx: Resolve i440fx_init()Bernhard Beschow2023-07-101-28/+5
* hw/pci-host/i440fx: Add I440FX_HOST_PROP_PCI_TYPE propertyBernhard Beschow2023-07-101-1/+5
* hw/pci-host/i440fx: Add PCI_HOST_{ABOVE, BELOW}_4G_MEM_SIZE propertiesBernhard Beschow2023-07-101-2/+10
* hw/pci-host/i440fx: Add PCI_HOST_PROP_IO_MEM propertyBernhard Beschow2023-07-101-4/+10
* hw/pci-host/i440fx: Make MemoryRegion pointers accessible as propertiesBernhard Beschow2023-07-101-12/+30
* hw/pci-host/i440fx: Move i440fx_realize() into PCII440FXState sectionBernhard Beschow2023-07-101-9/+9
* hw/pci-host/i440fx: Have common names for some local variablesBernhard Beschow2023-07-101-14/+12
* hw/pci-host/i440fx: Replace magic values by existing constantsBernhard Beschow2023-07-101-4/+4
* hw/pci-host/i440fx: Add "i440fx" child property in board codeBernhard Beschow2023-07-101-1/+0
* hw/pci-host/q35: Make some property name macros reusable by i440fxBernhard Beschow2023-07-101-4/+4
* hw/pci-host/q35: Initialize PCI_HOST_BYPASS_IOMMU property from board codeBernhard Beschow2023-07-101-2/+1
* hw/pci-host/q35: Initialize PCMachineState::bus in board codeBernhard Beschow2023-07-101-1/+0
* hw/pci-host/q35: Fix double, contradicting .endianness assignmentBernhard Beschow2023-07-101-1/+0
* mv64361: Add dummy gigabit ethernet PHY access registersBALATON Zoltan2023-07-072-0/+9
* ppc/pnv/pci: Clean up error messagesJoel Stanley2023-06-251-7/+7
* meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé2023-06-201-1/+1
* bulk: Remove pointless QOM castsPhilippe Mathieu-Daudé2023-06-051-1/+1