aboutsummaryrefslogtreecommitdiff
path: root/hw/pci/pci.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-07pci: Export the pci_intx() functionFrederic Barrat1-5/+0
2022-01-07trace-events,pci: unify trace events formatLaurent Vivier1-2/+2
2021-11-15pci: implement power stateGerd Hoffmann1-2/+23
2021-11-01pci: Export pci_for_each_device_under_bus*()Peter Xu1-5/+5
2021-11-01pci: Define pci_bus_dev_fn/pci_bus_fn/pci_bus_ret_fnPeter Xu1-14/+6
2021-09-30qbus: Rename qbus_create() to qbus_new()Peter Maydell1-1/+1
2021-09-30qbus: Rename qbus_create_inplace() to qbus_init()Peter Maydell1-1/+1
2021-09-30pci: Rename pci_root_bus_new_inplace() to pci_root_bus_init()Peter Maydell1-13/+13
2021-07-16hw/pci: Add pci_bus_range() to get PCI bus number rangeXingang Wang1-0/+16
2021-07-16hw/pci/pci_host: Allow PCI host to bypass iommuXingang Wang1-1/+17
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth1-1/+0
2021-04-01pci: sprinkle assert in PCI pin numberIsaku Yamahata1-0/+3
2021-03-22pci: introduce acpi-index property for PCI deviceIgor Mammedov1-0/+1
2021-03-02hw/pci: Have safer pcie_bus_realize() by checking error pathPhilippe Mathieu-Daudé1-1/+6
2021-02-23pci: cleanup failover sanity checkLaurent Vivier1-4/+2
2021-02-05pci: add romsize propertyPaolo Bonzini1-2/+17
2021-02-05pci: reject too large ROMsPaolo Bonzini1-2/+8
2021-01-28qapi: More complex uses of QAPI_LIST_APPENDEric Blake1-42/+18
2021-01-01Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...Peter Maydell1-0/+1
2020-12-19migration: Replace migration's JSON writer by the general oneMarkus Armbruster1-2/+2
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost1-0/+1
2020-12-15machine: introduce MachineInitPhasePaolo Bonzini1-1/+1
2020-12-10vl: extract softmmu/datadir.cPaolo Bonzini1-0/+1
2020-10-30pci: Disallow improper BAR registration for type 1Ben Widawsky1-0/+6
2020-10-30pci: Change error_report to assert(3)Ben Widawsky1-5/+1
2020-10-30pci: Assert irqnum is between 0 and bus->nirqs in pci_bus_change_irq_levelMark Cave-Ayland1-0/+2
2020-10-30hw/pci: Extract pci_bus_change_irq_level() from pci_change_irq_level()Philippe Mathieu-Daudé1-2/+7
2020-10-13hw/pci: Fix typo in PCI hot-plug error messageJulia Suvorova1-1/+1
2020-09-29qapi: Extract PCI commands to 'pci.json'Philippe Mathieu-Daudé1-1/+1
2020-09-22qom: simplify object_find_property / object_class_find_propertyDaniel P. Berrangé1-1/+1
2020-07-02pci: Delete useless error_propagate()Markus Armbruster1-3/+0
2020-06-15pci: pci_create(), pci_create_multifunction() are now unused, dropMarkus Armbruster1-16/+0
2020-06-15pci: Convert uses of pci_create() etc. with CoccinelleMarkus Armbruster1-4/+4
2020-06-15pci: New pci_new(), pci_realize_and_unref() etc.Markus Armbruster1-0/+21
2020-06-15qdev: Convert to qbus_realize(), qbus_unrealize()Markus Armbruster1-1/+1
2020-06-12pci: Display PCI IRQ pin in "info pci"Peter Xu1-0/+1
2020-06-12hw/pci: Fix crash when running QEMU with "-nic model=rocker"Thomas Huth1-1/+12
2020-06-09pci: assert configuration access is within boundsPrasad J Pandit1-0/+4
2020-05-15qdev: Unrealize must not failMarkus Armbruster1-7/+7
2020-03-16pci: Honour wmask when resetting PCI_INTERRUPT_LINEBALATON Zoltan1-1/+4
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2020-01-20migration: Define VMSTATE_INSTANCE_ID_ANYPeter Xu1-1/+1
2019-12-18hw/pci: Remove the "command_serr_enable" propertyThomas Huth1-5/+1
2019-11-05pci: Use PCI aliases when determining device IOMMU address spaceAlex Williamson1-3/+40
2019-10-29migration: allow unplug during migration for failover devicesJens Freimann1-0/+1
2019-10-29pci: add option for net failoverJens Freimann1-0/+31
2019-08-16Include sysemu/sysemu.h a lot lessMarkus Armbruster1-0/+1
2019-08-16numa: Move remaining NUMA declarations from sysemu.h to numa.hMarkus Armbruster1-1/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0