aboutsummaryrefslogtreecommitdiff
path: root/hw/pci-host/q35.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-05pci: Rename root bus initialization functions for clarityDavid Gibson1-3/+4
2017-11-16hw/pci-host: Fix x86 Host Bridges 64bit PCI holeMarcel Apfelbaum1-3/+39
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost1-0/+4
2017-08-31q35: use DIV_ROUND_UPMarc-André Lureau1-1/+1
2017-06-22Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-06-09-v2' in...Peter Maydell1-8/+7
2017-06-20qdev: Use appropriate getter/setters typeMarc-André Lureau1-1/+1
2017-06-20object: use more specific property type namesMarc-André Lureau1-5/+5
2017-06-20q35: fix get_mmcfg_size to use uint64 visitorMarc-André Lureau1-2/+1
2017-06-16q35/mch: implement extended TSEG sizesLaszlo Ersek1-3/+38
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost1-2/+2
2016-07-04range: Eliminate direct Range member accessMarkus Armbruster1-14/+27
2016-07-04pc: Eliminate PcPciInfoMarkus Armbruster1-6/+6
2016-07-04machine: remove iommu propertyMarcel Apfelbaum1-12/+0
2016-07-04hw/iommu: enable iommu with -deviceMarcel Apfelbaum1-16/+1
2016-07-04q35: allow dynamic sysbusMarcel Apfelbaum1-0/+2
2016-06-29Q35: implement property interfece to several parametersEfimov Vasily1-0/+20
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-02-08qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake1-7/+6
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake1-5/+5
2016-01-29x86: Clean up includesPeter Maydell1-0/+1
2015-11-17q35: Check propery to determine if iommu is setBandan Das1-1/+1
2015-10-18intel_iommu: Add support for translation for devices behind bridgesKnut Omang1-22/+3
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 Bonzini1-1/+2
2015-06-05target-i386: use memory API to implement SMRAMPaolo Bonzini1-16/+6
2015-06-05hw/i386: add a separate region that tracks the SMRAME bitPaolo Bonzini1-2/+15
2015-03-11machine: replace qemu opts with iommu propertyMarcel Apfelbaum1-1/+1
2015-02-26pci: Trivial device model conversions to realizeMarkus Armbruster1-3/+2
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-15pci-host: update obsolete reference about piix_pci.cGonglei1-1/+1
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela1-2/+1
2014-05-21pcie_host: Turn pcie_host_init() into an instance_initAndreas Färber1-4/+0
2014-03-11q35: Correct typo BRDIGE -> BRIDGEBALATON Zoltan1-5/+5
2013-12-23pci-host: Consistently set cannot_instantiate_with_device_add_yetMarkus Armbruster1-0/+5
2013-12-10pc: map PCI address space as catchall region for not mapped addressesMichael S. Tsirkin1-22/+5
2013-11-10Fix pc migration from qemu <= 1.5Cole Robinson1-2/+8
2013-10-31Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-1/+25
2013-10-14ich9: APIs for pc guest infoMichael S. Tsirkin1-0/+10
2013-10-14q35: expose mmcfg size as a propertyMichael S. Tsirkin1-0/+14
2013-10-14q35: use macro for MCFG property nameMichael S. Tsirkin1-1/+1
2013-09-30Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-4/+20
2013-09-20q35: Fix typo in constant DEFUALT -> DEFAULT.Richard W.M. Jones1-1/+1
2013-09-15q35: use 64 bit window programmed by guestMichael S. Tsirkin1-4/+10
2013-09-15q35: make pci window address/size match guest cfgMichael S. Tsirkin1-0/+10