Age | Commit message (Expand) | Author |
2018-01-24 | sabre: convert from SABRE_DPRINTF macro to trace-events | Mark Cave-Ayland |
2018-01-24 | apb: rename apb.c to sabre.c | Mark Cave-Ayland |
2018-01-24 | apb: rename QOM type from TYPE_APB to TYPE_SABRE | Mark Cave-Ayland |
2018-01-24 | apb: QOMify sabre PCI host bridge | Mark Cave-Ayland |
2018-01-24 | apb: change pbm_pci_host prefix functions to use sabre_pci prefix | Mark Cave-Ayland |
2018-01-24 | apb: rename APB functions to use sabre prefix | Mark Cave-Ayland |
2018-01-24 | simba: rename PBMPCIBridge and QOM types to reflect simba naming | Mark Cave-Ayland |
2018-01-24 | apb: split simba PCI bridge into hw/pci-bridge/simba.c | Mark Cave-Ayland |
2018-01-22 | Replace all occurances of __FUNCTION__ with __func__ | Alistair Francis |
2018-01-11 | Merge remote-tracking branch 'origin/master' into HEAD | Michael S. Tsirkin |
2018-01-09 | sun4u: split IOMMU device out from apb.c to sun4u_iommu.c | Mark Cave-Ayland |
2018-01-09 | apb: QOMify IOMMU | Mark Cave-Ayland |
2018-01-09 | apb: replace OBIO interrupt numbers in pci_pbmA_map_irq() with constants | Mark Cave-Ayland |
2018-01-09 | ebus: wire up OBIO interrupts to APB pbm via qdev GPIOs | Mark Cave-Ayland |
2018-01-09 | apb: remove busA property from PBMPCIBridge state | Mark Cave-Ayland |
2018-01-09 | apb: split pci_pbm_map_irq() into separate functions for bus A and bus B | Mark Cave-Ayland |
2018-01-09 | apb: remove pci_apb_init() and instantiate APB device using qdev | Mark Cave-Ayland |
2018-01-09 | apb: move the two secondary PCI bridges objects into APBState | Mark Cave-Ayland |
2018-01-09 | apb: use gpios to wire up the apb device to the SPARC CPU IRQs | Mark Cave-Ayland |
2018-01-09 | apb: return APBState from pci_apb_init() rather than PCIBus | Mark Cave-Ayland |
2018-01-09 | apb: APB QOMify tidy-up | Mark Cave-Ayland |
2018-01-09 | sun4u: remove pci_ebus_init() function | Mark Cave-Ayland |
2018-01-09 | apb: move QOM macros and typedefs from apb.c to apb.h | Mark Cave-Ayland |
2017-12-21 | hw/pci-host/xilinx: QOM'ify the AXI-PCIe host bridge | Philippe Mathieu-Daudé |
2017-12-21 | hw/pci-host/piix: QOM'ify the IGD Passthrough host bridge | Philippe Mathieu-Daudé |
2017-12-15 | e500: fix pci host bridge class/type | Michael Davidsaver |
2017-12-05 | pci: Eliminate redundant PCIDevice::bus pointer | David Gibson |
2017-12-05 | pci: Rename root bus initialization functions for clarity | David Gibson |
2017-11-16 | hw/pci-host: Fix x86 Host Bridges 64bit PCI hole | Marcel Apfelbaum |
2017-10-31 | hw/pci-host/gpex: Improve INTX to gsi routing error checking | Eric Auger |
2017-10-19 | sun4u: update PCI topology to include simba PCI bridges | Mark Cave-Ayland |
2017-10-15 | pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices | Eduardo Habkost |
2017-10-15 | pci: Add INTERFACE_PCIE_DEVICE to all PCIe devices | Eduardo Habkost |
2017-09-27 | migration: pre_save return int | Dr. David Alan Gilbert |
2017-09-14 | hw/pci-host/gpex: Implement PCI INTx routing | Pranavkumar Sawargaonkar |
2017-09-14 | hw/pci-host/gpex: Set INTx index/gsi mapping | Pranavkumar Sawargaonkar |
2017-09-04 | apb: add busA qdev property to PBM PCI bridge | Mark Cave-Ayland |
2017-09-04 | apb: fix endianness for APB and PCI config accesses | Mark Cave-Ayland |
2017-09-04 | apb: fix up PCI bus nomenclature | Mark Cave-Ayland |
2017-08-31 | q35: use DIV_ROUND_UP | Marc-André Lureau |
2017-08-31 | piix: use DIV_ROUND_UP | Marc-André Lureau |
2017-07-14 | memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate() | Peter Maydell |
2017-07-14 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2017-07-14 | memory/iommu: introduce IOMMUMemoryRegionClass | Alexey Kardashevskiy |
2017-07-14 | memory/iommu: QOM'fy IOMMU MemoryRegion | Alexey Kardashevskiy |
2017-07-13 | Convert error_report() to warn_report() | Alistair Francis |
2017-06-22 | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-06-09-v2' in... | Peter Maydell |
2017-06-20 | qdev: Use appropriate getter/setters type | Marc-André Lureau |
2017-06-20 | object: use more specific property type names | Marc-André Lureau |
2017-06-20 | q35: fix get_mmcfg_size to use uint64 visitor | Marc-André Lureau |