summaryrefslogtreecommitdiff
path: root/hw/pci-host/q35.c
AgeCommit message (Expand)Author
2016-07-04range: Eliminate direct Range member accessMarkus Armbruster
2016-07-04pc: Eliminate PcPciInfoMarkus Armbruster
2016-07-04machine: remove iommu propertyMarcel Apfelbaum
2016-07-04hw/iommu: enable iommu with -deviceMarcel Apfelbaum
2016-07-04q35: allow dynamic sysbusMarcel Apfelbaum
2016-06-29Q35: implement property interfece to several parametersEfimov Vasily
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-02-08qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake
2016-01-29x86: Clean up includesPeter Maydell
2015-11-17q35: Check propery to determine if iommu is setBandan Das
2015-10-18intel_iommu: Add support for translation for devices behind bridgesKnut Omang
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-03-11machine: replace qemu opts with iommu propertyMarcel Apfelbaum
2015-02-26pci: Trivial device model conversions to realizeMarkus Armbruster
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-15pci-host: update obsolete reference about piix_pci.cGonglei
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela
2014-05-21pcie_host: Turn pcie_host_init() into an instance_initAndreas Färber
2014-03-11q35: Correct typo BRDIGE -> BRIDGEBALATON Zoltan
2013-12-23pci-host: Consistently set cannot_instantiate_with_device_add_yetMarkus Armbruster
2013-12-10pc: map PCI address space as catchall region for not mapped addressesMichael S. Tsirkin
2013-11-10Fix pc migration from qemu <= 1.5Cole Robinson
2013-10-31Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-10-14ich9: APIs for pc guest infoMichael S. Tsirkin
2013-10-14q35: expose mmcfg size as a propertyMichael S. Tsirkin
2013-10-14q35: use macro for MCFG property nameMichael S. Tsirkin
2013-09-30Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-09-20q35: Fix typo in constant DEFUALT -> DEFAULT.Richard W.M. Jones
2013-09-15q35: use 64 bit window programmed by guestMichael S. Tsirkin
2013-09-15q35: make pci window address/size match guest cfgMichael S. Tsirkin
2013-09-03Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-08-30qom: Pass available size to object_initialize()Andreas Färber
2013-08-27pc: fix regression for 64 bit PCI memoryMichael S. Tsirkin
2013-07-29pc: limit 64 bit hole to 2G by defaultIgor Mammedov
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum
2013-07-23q35: Use QOM realize for q35 host bridgeHu Tao
2013-07-23q35: Use type-safe cast instead of direct access of parent devHu Tao
2013-07-08Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-07-07pci: Replace pci_find_domain() with more general pci_root_bus_path()David Gibson
2013-07-04hw/p*: pass owner to memory_region_init* functionsPaolo Bonzini