aboutsummaryrefslogtreecommitdiff
path: root/hw/pci-host
AgeCommit message (Expand)Author
2015-10-23uninorth: add to bridge categoryLaurent Vivier
2015-10-23grackle: add to bridge categoryLaurent Vivier
2015-10-22piix: fix resource leak reported by Coverityzhanghailiang
2015-10-18intel_iommu: Add support for translation for devices behind bridgesKnut Omang
2015-10-09qdev: Protect device-list-properties against broken devicesMarkus Armbruster
2015-09-20PPC: e500 pci host: Fix ATMUs register readsRudolf Marek
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster
2015-09-11maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange
2015-09-10piix: create host bridge to passthroughTiejun Chen
2015-09-08i440fx: make types configurable at run-timeMichael S. Tsirkin
2015-08-13Merge remote-tracking branch 'remotes/lalrae/tags/mips-20150813' into stagingPeter Maydell
2015-08-13hw/pci-host/bonito: Avoid buffer overrun for bad LDMA/COP accessesPeter Maydell
2015-08-13piix: Document coreboot-specific RAM size config registerEduardo Habkost
2015-06-23piix: piix3 QOMifyGonglei
2015-06-12migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela
2015-06-05q35: implement TSEGGerd Hoffmann
2015-06-05q35: implement SMRAM.D_LCKGerd Hoffmann
2015-06-05q35: add config space wmask for SMRAM and ESMRAMCGerd Hoffmann
2015-06-05q35: fix ESMRAMC defaultGerd Hoffmann
2015-06-05q35: implement high SMRAMPaolo Bonzini
2015-06-05hw/i386: remove smram_updatePaolo Bonzini
2015-06-05target-i386: use memory API to implement SMRAMPaolo Bonzini
2015-06-05hw/i386: add a separate region that tracks the SMRAME bitPaolo Bonzini
2015-04-28Convert (ffs(val) - 1) to ctz32(val)Stefan Hajnoczi
2015-04-28uninorth: convert ffs(3) to ctz32()Stefan Hajnoczi
2015-04-26Switch non-CPU callers from ld/st*_phys to address_space_ld/st*Peter Maydell
2015-04-26exec.c: Make address_space_rw take transaction attributesPeter Maydell
2015-04-17mips: fix broken fulong2e machinePaolo Bonzini
2015-03-11machine: replace qemu opts with iommu propertyMarcel Apfelbaum
2015-02-26pci: Trivial device model conversions to realizeMarkus Armbruster
2015-02-24Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-02-16exec: RCUify AddressSpaceDispatchPaolo Bonzini
2015-02-13isa: add memory space parameter to isa_bus_newHervé Poussineau
2015-02-13pci: Add generic PCIe host bridgeAlexander Graf
2015-01-07PPC: e500 pci host: Add support for ATMUsAlexander Graf
2014-09-12Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2014-09-11piix: do not set irq while loading vmstatePavel Dovgalyuk
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao
2014-09-09apb: implement PCI bus error interrupt map registersMark Cave-Ayland
2014-08-28intel-iommu: add context-cache to cache context-entryLe Tan
2014-08-28intel-iommu: fix coding style issues around in q35.c and machine.cLe Tan
2014-08-28intel-iommu: add Intel IOMMU emulation to q35 and add a machine option "iommu...Le Tan
2014-08-28iommu: add is_write as a parameter to the translate function of MemoryRegionI...Le Tan
2014-08-18Merge remote-tracking branch 'remotes/mcayland/qemu-sparc' into stagingPeter Maydell
2014-08-17apb: add IOMMU flush register implementationMark Cave-Ayland
2014-08-15pci-host: update uncorresponding descriptionGonglei
2014-08-15pci-host: update obsolete reference about piix_pci.cGonglei
2014-07-07prep: Remove PCI memory hack related to OpenHack'WareHervé Poussineau
2014-06-27uninorth: Fix PCI hole sizeBALATON Zoltan
2014-06-20apb: Fix out-of-bounds array write accessStefan Weil