| Commit message (Expand) | Author | Age | Files | Lines |
* | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost | 2020-09-18 | 4 | -12/+4 |
* | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 2020-09-09 | 5 | -11/+16 |
* | Move QOM typedefs and add missing includes | Eduardo Habkost | 2020-09-09 | 5 | -11/+21 |
* | meson: convert hw/pci-bridge | Marc-André Lureau | 2020-08-21 | 2 | -10/+14 |
* | sysbus: Convert to sysbus_realize() etc. with Coccinelle | Markus Armbruster | 2020-06-15 | 1 | -1/+1 |
* | pci: Convert uses of pci_create() etc. with Coccinelle | Markus Armbruster | 2020-06-15 | 1 | -3/+3 |
* | qdev: Convert uses of qdev_create() manually | Markus Armbruster | 2020-06-15 | 1 | -2/+2 |
* | qdev: Convert uses of qdev_create() with Coccinelle | Markus Armbruster | 2020-06-15 | 1 | -2/+2 |
* | hw/pci-bridge/dec: Remove dead debug code | Philippe Mathieu-Daudé | 2020-05-27 | 1 | -10/+0 |
* | pcie_root_port: Add hotplug disabling option | Julia Suvorova | 2020-03-08 | 2 | -2/+2 |
* | qdev: set properties with device_class_set_props() | Marc-André Lureau | 2020-01-24 | 6 | -7/+7 |
* | numa: move numa global variable nb_numa_nodes into MachineState | Tao Xu | 2019-09-03 | 1 | -1/+8 |
* | Include hw/qdev-properties.h less | Markus Armbruster | 2019-08-16 | 6 | -0/+6 |
* | Include migration/vmstate.h less | Markus Armbruster | 2019-08-16 | 5 | -0/+5 |
* | pcie_root_port: Allow ACS to be disabled | Dr. David Alan Gilbert | 2019-07-30 | 1 | -1/+2 |
* | xio3130_downstream: typo fix | Michael S. Tsirkin | 2019-07-12 | 1 | -1/+1 |
* | pcie: check that slt ctrl changed before deleting | Michael S. Tsirkin | 2019-07-01 | 2 | -2/+8 |
* | Include qemu-common.h exactly where needed | Markus Armbruster | 2019-06-12 | 1 | -1/+0 |
* | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 2019-06-12 | 11 | -0/+11 |
* | pci: Make is_bridge a bool | David Gibson | 2019-05-30 | 8 | -9/+9 |
* | pci: Simplify pci_bus_is_root() | David Gibson | 2019-05-21 | 1 | -6/+0 |
* | kconfig: add dependencies on CONFIG_MSI_NONBROKEN | Paolo Bonzini | 2019-03-18 | 1 | -3/+3 |
* | gen_pcie_root_port: Add ACS (Access Control Services) capability | Knut Omang | 2019-03-13 | 2 | -0/+8 |
* | i386-softmmu.mak: remove all CONFIG_* except boards definitions | Yang Zhong | 2019-03-07 | 1 | -0/+1 |
* | build: convert pci.mak to Kconfig | Paolo Bonzini | 2019-03-07 | 1 | -0/+8 |
* | kconfig: introduce kconfig files | Paolo Bonzini | 2019-03-07 | 1 | -0/+20 |
* | pci/shpc: perform unplug via the hotplug handler | David Hildenbrand | 2018-12-20 | 2 | -0/+11 |
* | pci: Reuse pci-bridge hotplug handler handlers for pcie-pci-bridge | David Hildenbrand | 2018-12-20 | 2 | -34/+8 |
* | pci/shpc: rename hotplug handler callbacks | David Hildenbrand | 2018-12-20 | 2 | -18/+16 |
* | pcie: Fast PCIe root ports for new machines | Alex Williamson | 2018-12-19 | 1 | -2/+2 |
* | pcie: Allow generic PCIe root port to specify link speed and width | Alex Williamson | 2018-12-19 | 1 | -0/+4 |
* | pcie: Add link speed and width fields to PCIESlot | Alex Williamson | 2018-12-19 | 1 | -0/+14 |
* | pci-bridge/dec: Convert sysbus init function to realize function | Mao Zhongyi | 2018-12-13 | 1 | -6/+6 |
* | hw/pci-bridge/ioh3420: Remove unuseful header | Philippe Mathieu-Daudé | 2018-11-05 | 2 | -7/+1 |
* | hw/pci-bridge/xio3130: Remove unused functions | Philippe Mathieu-Daudé | 2018-11-05 | 4 | -71/+2 |
* | hw/pci: add PCI resource reserve capability to legacy PCI bridge | Jing Liu | 2018-09-07 | 1 | -0/+24 |
* | hw/pci: factor PCI reserve resources to a separate structure | Jing Liu | 2018-09-07 | 1 | -16/+17 |
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 2018-02-13 | 8 | -5/+8 |
|\ |
|
| * | pci: removed the is_express field since a uniform interface was inserted | Yoni Bettan | 2018-02-08 | 4 | -4/+0 |
| * | pci/bus: let it has higher migration priority | Peter Xu | 2018-02-08 | 7 | -1/+7 |
| * | pci-bridge/i82801b11: clear bridge registers on platform reset | Laszlo Ersek | 2018-02-08 | 1 | -0/+1 |
* | | Include qapi/error.h exactly where needed | Markus Armbruster | 2018-02-09 | 3 | -4/+0 |
|/ |
|
* | qdev: use device_class_set_parent_realize/unrealize/reset() | Philippe Mathieu-Daudé | 2018-02-05 | 1 | -2/+1 |
* | simba: rename PBMPCIBridge and QOM types to reflect simba naming | Mark Cave-Ayland | 2018-01-24 | 1 | -11/+11 |
* | apb: split simba PCI bridge into hw/pci-bridge/simba.c | Mark Cave-Ayland | 2018-01-24 | 2 | -0/+103 |
* | hw/pci-bridge: fix QEMU crash because of pcie-root-port | Marcel Apfelbaum | 2018-01-18 | 1 | -1/+6 |
* | Merge remote-tracking branch 'origin/master' into HEAD | Michael S. Tsirkin | 2018-01-11 | 1 | -1/+0 |
|\ |
|
| * | misc: remove old i386 dependency | Philippe Mathieu-Daudé | 2017-12-18 | 1 | -1/+0 |
* | | pci: Eliminate redundant PCIDevice::bus pointer | David Gibson | 2017-12-05 | 1 | -8/+9 |
* | | pci: Rename root bus initialization functions for clarity | David Gibson | 2017-12-05 | 1 | -2/+2 |
|/ |
|