summaryrefslogtreecommitdiffstats
path: root/hw/pci-host
Commit message (Expand)AuthorAgeFilesLines
* migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela2015-06-121-6/+4
* q35: implement TSEGGerd Hoffmann2015-06-051-0/+70
* q35: implement SMRAM.D_LCKGerd Hoffmann2015-06-051-1/+7
* q35: add config space wmask for SMRAM and ESMRAMCGerd Hoffmann2015-06-051-0/+2
* q35: fix ESMRAMC defaultGerd Hoffmann2015-06-051-0/+1
* q35: implement high SMRAMPaolo Bonzini2015-06-051-4/+31
* hw/i386: remove smram_updatePaolo Bonzini2015-06-053-8/+4
* target-i386: use memory API to implement SMRAMPaolo Bonzini2015-06-053-52/+16
* hw/i386: add a separate region that tracks the SMRAME bitPaolo Bonzini2015-06-052-3/+31
* Convert (ffs(val) - 1) to ctz32(val)Stefan Hajnoczi2015-04-281-1/+1
* uninorth: convert ffs(3) to ctz32()Stefan Hajnoczi2015-04-281-1/+4
* Switch non-CPU callers from ld/st*_phys to address_space_ld/st*Peter Maydell2015-04-261-1/+2
* exec.c: Make address_space_rw take transaction attributesPeter Maydell2015-04-261-2/+4
* mips: fix broken fulong2e machinePaolo Bonzini2015-04-171-2/+2
* machine: replace qemu opts with iommu propertyMarcel Apfelbaum2015-03-111-1/+1
* pci: Trivial device model conversions to realizeMarkus Armbruster2015-02-269-43/+27
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-02-241-0/+1
|\
| * exec: RCUify AddressSpaceDispatchPaolo Bonzini2015-02-161-0/+1
* | isa: add memory space parameter to isa_bus_newHervé Poussineau2015-02-131-1/+2
* | pci: Add generic PCIe host bridgeAlexander Graf2015-02-132-0/+155
|/
* PPC: e500 pci host: Add support for ATMUsAlexander Graf2015-01-071-6/+107
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2014-09-122-3/+30
|\
| * piix: do not set irq while loading vmstatePavel Dovgalyuk2014-09-111-2/+28
| * memory: add parameter errp to memory_region_init_ramHu Tao2014-09-091-1/+2
* | apb: implement PCI bus error interrupt map registersMark Cave-Ayland2014-09-091-2/+13
|/
* intel-iommu: add context-cache to cache context-entryLe Tan2014-08-281-0/+1
* intel-iommu: fix coding style issues around in q35.c and machine.cLe Tan2014-08-281-5/+6
* intel-iommu: add Intel IOMMU emulation to q35 and add a machine option "iommu...Le Tan2014-08-281-0/+46
* iommu: add is_write as a parameter to the translate function of MemoryRegionI...Le Tan2014-08-281-1/+2
* Merge remote-tracking branch 'remotes/mcayland/qemu-sparc' into stagingPeter Maydell2014-08-181-2/+10
|\
| * apb: add IOMMU flush register implementationMark Cave-Ayland2014-08-171-2/+10
* | pci-host: update uncorresponding descriptionGonglei2014-08-151-1/+1
* | pci-host: update obsolete reference about piix_pci.cGonglei2014-08-152-2/+2
|/
* prep: Remove PCI memory hack related to OpenHack'WareHervé Poussineau2014-07-071-3/+1
* uninorth: Fix PCI hole sizeBALATON Zoltan2014-06-271-1/+1
* apb: Fix out-of-bounds array write accessStefan Weil2014-06-201-2/+2
* hw/pci-host/ppce500: Fix typo in vmstate definitionPeter Maydell2014-06-161-1/+1
* PPC: e500: implement PCI INTx routingBharat Bhushan2014-06-161-2/+23
* PPC: e500: some pci related cleanupBharat Bhushan2014-06-161-7/+7
* savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela2014-06-162-6/+4
* savevm: Remove all the unneeded version_minimum_id_old (ppc)Juan Quintela2014-06-161-6/+3
* apb: Fix compiler warnings (large constants)Stefan Weil2014-06-101-2/+2
* Merge remote-tracking branch 'remotes/mcayland/qemu-sparc' into stagingPeter Maydell2014-06-051-10/+278
|\
| * apb: implement IOMMU translation for PCI host bridgeMark Cave-Ayland2014-06-051-0/+165
| * apb: handle reading/writing of IOMMU control registersMark Cave-Ayland2014-06-051-3/+100
| * apb: fix IOMMU register sizesMark Cave-Ayland2014-06-051-8/+3
| * apb: Move IOMMU registers into a separate IOMMUState structMark Cave-Ayland2014-06-051-3/+14
* | pcie_host: Turn pcie_host_init() into an instance_initAndreas Färber2014-05-211-4/+0
|/
* savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela2014-05-141-2/+1
* hw/pci-host/prep: Don't reverse IO accesses on bigendian hostsPeter Maydell2014-04-081-4/+4
OpenPOWER on IntegriCloud