aboutsummaryrefslogtreecommitdiff
path: root/hw/pci-host/q35.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-16hw/i386: Add a default_bus_bypass_iommu pc machine optionXingang Wang1-0/+2
2021-07-03hw/pci-host/q35: Ignore write of reserved PCIEXBAR LENGTH fieldPhilippe Mathieu-Daudé1-0/+3
2020-12-13hw/pci-host/pam: Replace magic number by PAM_REGIONS_COUNT definitionPhilippe Mathieu-Daudé1-1/+1
2020-06-15qom: Less verbose object_initialize_child()Markus Armbruster1-2/+1
2020-06-15qdev: Convert uses of qdev_set_parent_bus() with CoccinelleMarkus Armbruster1-2/+1
2020-06-09hw/pci-host: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-1/+1
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster1-10/+10
2020-03-16qom/object: Use common get/set uint helpersFelipe Franciosi1-11/+3
2020-03-09hw/pci-host/q35: Remove unused includesPhilippe Mathieu-Daudé1-0/+1
2020-01-27Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-2/+2
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-2/+2
2020-01-22q35: implement 128K SMRAM at default SMBASE addressIgor Mammedov1-7/+77
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-06-16q35: fix mmconfig and PCI0._CRSGerd Hoffmann1-23/+8
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+2
2019-05-02hw/pci-host: Use object_initialize_child for correct reference countingThomas Huth1-2/+2
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