Age | Commit message (Expand) | Author |
2020-06-09 | hw/pci/pci_bridge: Use the IEC binary prefix definitions | Philippe Mathieu-Daudé |
2020-06-09 | hw/pci/pci_bridge: Correct pci_bridge_io memory region size | Philippe Mathieu-Daudé |
2019-10-24 | pci_bridge: fix a typo in comment | Mao Zhongyi |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster |
2019-06-06 | hw/pci-bridge: Use the QOM BUS() macro to access BusState.qbus | Philippe Mathieu-Daudé |
2019-01-11 | avoid TABs in files that only contain a few | Paolo Bonzini |
2018-12-19 | hw/pci-bridge: Fix invalid free() | Matthias Weckbecker |
2018-11-05 | pci_bridge: fix typo in comment | Mao Zhongyi |
2018-09-07 | hw/pci: factor PCI reserve resources to a separate structure | Jing Liu |
2018-02-13 | hw/pci-bridge: fix pcie root port's IO hints capability | Marcel Apfelbaum |
2017-12-05 | pci: Eliminate redundant PCIDevice::bus pointer | David Gibson |
2017-10-15 | pci: allow 32-bit PCI IO accesses to pass through the PCI bridge | Mark Cave-Ayland |
2017-09-08 | hw/pci: introduce bridge-only vendor-specific capability to provide some hint... | Aleksandr Bezzubikov |
2017-07-03 | pci: Convert to realize | Mao Zhongyi |
2017-07-03 | pci: Make errp the last parameter of pci_add_capability() | Mao Zhongyi |
2016-05-18 | Fix some typos found by codespell | Stefan Weil |
2016-02-16 | change type of pci_bridge_initfn() to void | Cao jin |
2016-01-29 | pci: Clean up includes | Peter Maydell |
2014-08-25 | pci_bridge: manually destroy memory regions within PCIBridgeWindows | Paolo Bonzini |
2014-08-18 | memory: remove memory_region_destroy | Paolo Bonzini |
2014-01-10 | Merge remote-tracking branch 'mst/tags/for_anthony' into staging | Anthony Liguori |
2013-12-24 | qdev: Drop misleading qbus_free() function | Stefan Hajnoczi |
2013-12-23 | pci: do not export pci_bus_reset | Paolo Bonzini |
2013-12-10 | pci: fix address space size for bridge | Michael S. Tsirkin |
2013-11-05 | qdev: Drop misleading qdev_free() function | Stefan Hajnoczi |
2013-08-30 | qdev: Pass size to qbus_create_inplace() | Andreas Färber |
2013-07-29 | pci-bridge: Turn PCIBridge into abstract QOM type | Andreas Färber |
2013-07-18 | Merge remote-tracking branch 'mst/tags/for_anthony' into staging | Anthony Liguori |
2013-07-10 | pci-bridge: update mappings for migration/restore | Don Koch |
2013-07-04 | hw/p*: pass owner to memory_region_init* functions | Paolo Bonzini |
2013-07-04 | memory: add owner argument to initialization functions | Paolo Bonzini |
2013-03-26 | pci: Allow PCI bus creation interfaces to specify the type of bus | Alex Williamson |
2013-03-26 | pci_bridge: Use a default map_irq function | Alex Williamson |
2013-03-26 | pci: Teach PCI Bridges about VGA routing | Alex Williamson |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini |
2012-12-17 | pci: rename pci_internals.h pci_bus.h | Michael S. Tsirkin |
2012-12-17 | pci: fix path for local includes | Michael S. Tsirkin |
2012-12-17 | pci: move pci core code to hw/pci | Michael S. Tsirkin |