summaryrefslogtreecommitdiff
path: root/hw/pci-host
AgeCommit message (Expand)AuthorFilesLines
2015-06-23piix: piix3 QOMifyGonglei1-26/+31
2015-06-12migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela1-6/+4
2015-06-05q35: implement TSEGGerd Hoffmann1-0/+70
2015-06-05q35: implement SMRAM.D_LCKGerd Hoffmann1-1/+7
2015-06-05q35: add config space wmask for SMRAM and ESMRAMCGerd Hoffmann1-0/+2
2015-06-05q35: fix ESMRAMC defaultGerd Hoffmann1-0/+1
2015-06-05q35: implement high SMRAMPaolo Bonzini1-4/+31
2015-06-05hw/i386: remove smram_updatePaolo Bonzini3-8/+4
2015-06-05target-i386: use memory API to implement SMRAMPaolo Bonzini3-52/+16
2015-06-05hw/i386: add a separate region that tracks the SMRAME bitPaolo Bonzini2-3/+31
2015-04-28Convert (ffs(val) - 1) to ctz32(val)Stefan Hajnoczi1-1/+1
2015-04-28uninorth: convert ffs(3) to ctz32()Stefan Hajnoczi1-1/+4
2015-04-26Switch non-CPU callers from ld/st*_phys to address_space_ld/st*Peter Maydell1-1/+2
2015-04-26exec.c: Make address_space_rw take transaction attributesPeter Maydell1-2/+4
2015-04-17mips: fix broken fulong2e machinePaolo Bonzini1-2/+2
2015-03-11machine: replace qemu opts with iommu propertyMarcel Apfelbaum1-1/+1
2015-02-26pci: Trivial device model conversions to realizeMarkus Armbruster9-43/+27
2015-02-24Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-0/+1
2015-02-16exec: RCUify AddressSpaceDispatchPaolo Bonzini1-0/+1
2015-02-13isa: add memory space parameter to isa_bus_newHervé Poussineau1-1/+2
2015-02-13pci: Add generic PCIe host bridgeAlexander Graf2-0/+155
2015-01-07PPC: e500 pci host: Add support for ATMUsAlexander Graf1-6/+107
2014-09-12Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-3/+30
2014-09-11piix: do not set irq while loading vmstatePavel Dovgalyuk1-2/+28
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao1-1/+2
2014-09-09apb: implement PCI bus error interrupt map registersMark Cave-Ayland1-2/+13
2014-08-28intel-iommu: add context-cache to cache context-entryLe Tan1-0/+1
2014-08-28intel-iommu: fix coding style issues around in q35.c and machine.cLe Tan1-5/+6
2014-08-28intel-iommu: add Intel IOMMU emulation to q35 and add a machine option "iommu...Le Tan1-0/+46
2014-08-28iommu: add is_write as a parameter to the translate function of MemoryRegionI...Le Tan1-1/+2
2014-08-18Merge remote-tracking branch 'remotes/mcayland/qemu-sparc' into stagingPeter Maydell1-2/+10
2014-08-17apb: add IOMMU flush register implementationMark Cave-Ayland1-2/+10
2014-08-15pci-host: update uncorresponding descriptionGonglei1-1/+1
2014-08-15pci-host: update obsolete reference about piix_pci.cGonglei2-2/+2
2014-07-07prep: Remove PCI memory hack related to OpenHack'WareHervé Poussineau1-3/+1
2014-06-27uninorth: Fix PCI hole sizeBALATON Zoltan1-1/+1
2014-06-20apb: Fix out-of-bounds array write accessStefan Weil1-2/+2
2014-06-16hw/pci-host/ppce500: Fix typo in vmstate definitionPeter Maydell1-1/+1
2014-06-16PPC: e500: implement PCI INTx routingBharat Bhushan1-2/+23
2014-06-16PPC: e500: some pci related cleanupBharat Bhushan1-7/+7
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela2-6/+4
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (ppc)Juan Quintela1-6/+3
2014-06-10apb: Fix compiler warnings (large constants)Stefan Weil1-2/+2
2014-06-05Merge remote-tracking branch 'remotes/mcayland/qemu-sparc' into stagingPeter Maydell1-10/+278
2014-06-05apb: implement IOMMU translation for PCI host bridgeMark Cave-Ayland1-0/+165
2014-06-05apb: handle reading/writing of IOMMU control registersMark Cave-Ayland1-3/+100
2014-06-05apb: fix IOMMU register sizesMark Cave-Ayland1-8/+3
2014-06-05apb: Move IOMMU registers into a separate IOMMUState structMark Cave-Ayland1-3/+14
2014-05-21pcie_host: Turn pcie_host_init() into an instance_initAndreas Färber1-4/+0
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela1-2/+1