aboutsummaryrefslogtreecommitdiff
path: root/hw/pci-host/q35.c
AgeCommit message (Expand)Author
2020-12-13hw/pci-host/pam: Replace magic number by PAM_REGIONS_COUNT definitionPhilippe Mathieu-Daudé
2020-06-15qom: Less verbose object_initialize_child()Markus Armbruster
2020-06-15qdev: Convert uses of qdev_set_parent_bus() with CoccinelleMarkus Armbruster
2020-06-09hw/pci-host: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster
2020-03-16qom/object: Use common get/set uint helpersFelipe Franciosi
2020-03-09hw/pci-host/q35: Remove unused includesPhilippe Mathieu-Daudé
2020-01-27Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2020-01-22q35: implement 128K SMRAM at default SMBASE addressIgor Mammedov
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-06-16q35: fix mmconfig and PCI0._CRSGerd Hoffmann
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-05-02hw/pci-host: Use object_initialize_child for correct reference countingThomas Huth
2018-11-08Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-11-06i386: clarify that the Q35 machine type implements a P35 chipsetDaniel P. Berrangé
2018-11-05hw/pci-host/x86: extend the 64-bit PCI hole relative to the fw-assigned baseLaszlo Ersek
2018-11-05hw/pci-host/x86: extract get_pci_hole64_start_value() helpersLaszlo Ersek
2018-10-26hw/pci-host: Remove useless parenthesis around DIV_ROUND_UP macroPhilippe Mathieu-Daudé
2018-10-19target-i386: add q35 0xcf8 port as coalesced_pioPeng Hao
2018-05-23hw/pci-host/q35: Replace hardcoded value with macroZihan Yang
2017-12-05pci: Rename root bus initialization functions for clarityDavid Gibson
2017-11-16hw/pci-host: Fix x86 Host Bridges 64bit PCI holeMarcel Apfelbaum
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost
2017-08-31q35: use DIV_ROUND_UPMarc-André Lureau
2017-06-22Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-06-09-v2' in...Peter Maydell
2017-06-20qdev: Use appropriate getter/setters typeMarc-André Lureau
2017-06-20object: use more specific property type namesMarc-André Lureau
2017-06-20q35: fix get_mmcfg_size to use uint64 visitorMarc-André Lureau
2017-06-16q35/mch: implement extended TSEG sizesLaszlo Ersek
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost
2016-07-04range: Eliminate direct Range member accessMarkus Armbruster
2016-07-04pc: Eliminate PcPciInfoMarkus Armbruster
2016-07-04machine: remove iommu propertyMarcel Apfelbaum
2016-07-04hw/iommu: enable iommu with -deviceMarcel Apfelbaum
2016-07-04q35: allow dynamic sysbusMarcel Apfelbaum
2016-06-29Q35: implement property interfece to several parametersEfimov Vasily
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-02-08qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake
2016-01-29x86: Clean up includesPeter Maydell
2015-11-17q35: Check propery to determine if iommu is setBandan Das
2015-10-18intel_iommu: Add support for translation for devices behind bridgesKnut Omang
2015-06-05q35: implement TSEGGerd Hoffmann
2015-06-05q35: implement SMRAM.D_LCKGerd Hoffmann
2015-06-05q35: add config space wmask for SMRAM and ESMRAMCGerd Hoffmann
2015-06-05q35: fix ESMRAMC defaultGerd Hoffmann
2015-06-05q35: implement high SMRAMPaolo Bonzini