summaryrefslogtreecommitdiffstats
path: root/hw/pci-host
Commit message (Expand)AuthorAgeFilesLines
* qdev: Protect device-list-properties against broken devicesMarkus Armbruster2015-10-091-0/+11
* PPC: e500 pci host: Fix ATMUs register readsRudolf Marek2015-09-201-2/+2
* Fix bad error handling after memory_region_init_ram()Markus Armbruster2015-09-181-1/+1
* maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange2015-09-111-3/+1
* piix: create host bridge to passthroughTiejun Chen2015-09-101-0/+85
* i440fx: make types configurable at run-timeMichael S. Tsirkin2015-09-081-5/+4
* Merge remote-tracking branch 'remotes/lalrae/tags/mips-20150813' into stagingPeter Maydell2015-08-131-0/+16
|\
| * hw/pci-host/bonito: Avoid buffer overrun for bad LDMA/COP accessesPeter Maydell2015-08-131-0/+16
* | piix: Document coreboot-specific RAM size config registerEduardo Habkost2015-08-131-1/+6
|/
* piix: piix3 QOMifyGonglei2015-06-231-26/+31
* 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
OpenPOWER on IntegriCloud