aboutsummaryrefslogtreecommitdiff
path: root/hw/pci-host/gpex.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-30hw/pci-host/gpex: Don't fault for unmapped parts of MMIO and PIO windowsPeter Maydell1-3/+53
2020-06-15qom: Less verbose object_initialize_child()Markus Armbruster1-2/+1
2020-06-15qdev: Convert uses of qdev_set_parent_bus() with CoccinelleMarkus Armbruster1-2/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+2
2019-05-02hw/pci-host: Use object_initialize_child for correct reference countingThomas Huth1-2/+3
2017-12-05pci: Rename root bus initialization functions for clarityDavid Gibson1-3/+3
2017-10-31hw/pci-host/gpex: Improve INTX to gsi routing error checkingEric Auger1-2/+8
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost1-0/+4
2017-09-14hw/pci-host/gpex: Implement PCI INTx routingPranavkumar Sawargaonkar1-0/+12
2017-09-14hw/pci-host/gpex: Set INTx index/gsi mappingPranavkumar Sawargaonkar1-0/+10
2017-06-20qdev: Use appropriate getter/setters typeMarc-André Lureau1-1/+1
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost1-1/+1
2016-01-29pci: Clean up includesPeter Maydell1-0/+1
2015-02-13pci: Add generic PCIe host bridgeAlexander Graf1-0/+154