aboutsummaryrefslogtreecommitdiff
path: root/hw/pci-host/q35.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-08Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+9
2018-11-06i386: clarify that the Q35 machine type implements a P35 chipsetDaniel P. Berrangé1-1/+9
2018-11-05hw/pci-host/x86: extend the 64-bit PCI hole relative to the fw-assigned baseLaszlo Ersek1-1/+1
2018-11-05hw/pci-host/x86: extract get_pci_hole64_start_value() helpersLaszlo Ersek1-4/+11
2018-10-26hw/pci-host: Remove useless parenthesis around DIV_ROUND_UP macroPhilippe Mathieu-Daudé1-1/+1
2018-10-19target-i386: add q35 0xcf8 port as coalesced_pioPeng Hao1-0/+4
2018-05-23hw/pci-host/q35: Replace hardcoded value with macroZihan Yang1-6/+11
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