summaryrefslogtreecommitdiffstats
path: root/hw/pci-host/q35.c
Commit message (Expand)AuthorAgeFilesLines
* hw/pci-host/q35: Replace hardcoded value with macroZihan Yang2018-05-231-6/+11
* pci: Rename root bus initialization functions for clarityDavid Gibson2017-12-051-3/+4
* hw/pci-host: Fix x86 Host Bridges 64bit PCI holeMarcel Apfelbaum2017-11-161-3/+39
* pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost2017-10-151-0/+4
* q35: use DIV_ROUND_UPMarc-André Lureau2017-08-311-1/+1
* Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-06-09-v2' in...Peter Maydell2017-06-221-8/+7Star
|\
| * qdev: Use appropriate getter/setters typeMarc-André Lureau2017-06-201-1/+1
| * object: use more specific property type namesMarc-André Lureau2017-06-201-5/+5
| * q35: fix get_mmcfg_size to use uint64 visitorMarc-André Lureau2017-06-201-2/+1Star
* | q35/mch: implement extended TSEG sizesLaszlo Ersek2017-06-161-3/+38
|/
* qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost2017-05-171-2/+2
* range: Eliminate direct Range member accessMarkus Armbruster2016-07-041-14/+27
* pc: Eliminate PcPciInfoMarkus Armbruster2016-07-041-6/+6
* machine: remove iommu propertyMarcel Apfelbaum2016-07-041-12/+0Star
* hw/iommu: enable iommu with -deviceMarcel Apfelbaum2016-07-041-16/+1Star
* q35: allow dynamic sysbusMarcel Apfelbaum2016-07-041-0/+2
* Q35: implement property interfece to several parametersEfimov Vasily2016-06-291-0/+20
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake2016-02-081-7/+6Star
* qapi: Swap visit_* arguments for consistent 'name' placementEric Blake2016-02-081-5/+5
* x86: Clean up includesPeter Maydell2016-01-291-0/+1
* q35: Check propery to determine if iommu is setBandan Das2015-11-171-1/+1
* intel_iommu: Add support for translation for devices behind bridgesKnut Omang2015-10-181-22/+3Star
* q35: implement TSEGGerd Hoffmann2015-06-051-0/+70
* q35: implement SMRAM.D_LCKGerd Hoffmann2015-06-051-1/+7
* q35: add config space wmask for SMRAM and ESMRAMCGerd Hoffmann2015-06-051-0/+2
* q35: fix ESMRAMC defaultGerd Hoffmann2015-06-051-0/+1
* q35: implement high SMRAMPaolo Bonzini2015-06-051-4/+31
* hw/i386: remove smram_updatePaolo Bonzini2015-06-051-1/+2
* target-i386: use memory API to implement SMRAMPaolo Bonzini2015-06-051-16/+6Star
* hw/i386: add a separate region that tracks the SMRAME bitPaolo Bonzini2015-06-051-2/+15
* machine: replace qemu opts with iommu propertyMarcel Apfelbaum2015-03-111-1/+1
* pci: Trivial device model conversions to realizeMarkus Armbruster2015-02-261-3/+2Star
* intel-iommu: add context-cache to cache context-entryLe Tan2014-08-281-0/+1
* intel-iommu: fix coding style issues around in q35.c and machine.cLe Tan2014-08-281-5/+6
* intel-iommu: add Intel IOMMU emulation to q35 and add a machine option "iommu...Le Tan2014-08-281-0/+46
* pci-host: update obsolete reference about piix_pci.cGonglei2014-08-151-1/+1
* savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela2014-06-161-2/+1Star
* pcie_host: Turn pcie_host_init() into an instance_initAndreas Färber2014-05-211-4/+0Star
* q35: Correct typo BRDIGE -> BRIDGEBALATON Zoltan2014-03-111-5/+5
* pci-host: Consistently set cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-231-0/+5
* pc: map PCI address space as catchall region for not mapped addressesMichael S. Tsirkin2013-12-101-22/+5Star
* Fix pc migration from qemu <= 1.5Cole Robinson2013-11-101-2/+8
* Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-10-311-1/+25
|\
| * ich9: APIs for pc guest infoMichael S. Tsirkin2013-10-141-0/+10
| * q35: expose mmcfg size as a propertyMichael S. Tsirkin2013-10-141-0/+14
| * q35: use macro for MCFG property nameMichael S. Tsirkin2013-10-141-1/+1
* | Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-10-011-4/+20
|\|
| * q35: use 64 bit window programmed by guestMichael S. Tsirkin2013-09-151-4/+10
| * q35: make pci window address/size match guest cfgMichael S. Tsirkin2013-09-151-0/+10