summaryrefslogtreecommitdiffstats
path: root/hw/pci-host/q35.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+3
* 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/+6
* 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/+2
* 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/+1
* pcie_host: Turn pcie_host_init() into an instance_initAndreas Färber2014-05-211-4/+0
* 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/+5
* 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-09-301-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
* | q35: Fix typo in constant DEFUALT -> DEFAULT.Richard W.M. Jones2013-09-201-1/+1
|/
* Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-09-031-3/+5
|\
| * pc: fix regression for 64 bit PCI memoryMichael S. Tsirkin2013-08-271-3/+5
* | qom: Pass available size to object_initialize()Andreas Färber2013-08-301-1/+1
|/
* pc: limit 64 bit hole to 2G by defaultIgor Mammedov2013-07-291-15/+73
* devices: Associate devices to their logical categoryMarcel Apfelbaum2013-07-291-0/+2
* q35: Use QOM realize for q35 host bridgeHu Tao2013-07-231-14/+15
* q35: Use type-safe cast instead of direct access of parent devHu Tao2013-07-231-21/+22
* Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-07-081-0/+17
|\
| * pci: Replace pci_find_domain() with more general pci_root_bus_path()David Gibson2013-07-071-0/+9
| * pci: store PCI hole ranges in guestinfo structureMichael S. Tsirkin2013-07-041-0/+8
* | hw/p*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-5/+5
* | pam: pass device to init_pam and use it to set ownerPaolo Bonzini2013-07-041-2/+2
* | memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-5/+5
|/
* q35: set fw_nameMichael S. Tsirkin2013-05-301-0/+1
* hw: move PCI bridges to hw/pci-* or hw/ARCHPaolo Bonzini2013-04-081-0/+310
OpenPOWER on IntegriCloud