aboutsummaryrefslogtreecommitdiff
path: root/hw/pci-host/q35.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-23q35: Introduce smm_ranges property for q35-pci-hostIsaku Yamahata1-13/+29
2024-04-23pci-host/q35: Move PAM initialization above SMRAM initializationIsaku Yamahata1-9/+10
2023-12-30hw/pci-host: Constify VMStateRichard Henderson1-1/+1
2023-09-29pc: remove short_root_bus propertyPaolo Bonzini1-7/+0
2023-07-10hw/pci-host/q35: Make some property name macros reusable by i440fxBernhard Beschow1-4/+4
2023-07-10hw/pci-host/q35: Initialize PCI_HOST_BYPASS_IOMMU property from board codeBernhard Beschow1-2/+1
2023-07-10hw/pci-host/q35: Initialize PCMachineState::bus in board codeBernhard Beschow1-1/+0
2023-07-10hw/pci-host/q35: Fix double, contradicting .endianness assignmentBernhard Beschow1-1/+0
2023-05-19hw/pci-host/pam: Make init_pam() usage more readableBernhard Beschow1-4/+4
2023-05-19hw/pci-host/q35: Inline sysbus_add_io()Bernhard Beschow1-2/+4
2023-01-16hw/i386/pc: Remove unused 'owner' argument from pc_pci_as_mapping_initPhilippe Mathieu-Daudé1-2/+1
2022-06-15q35:Enable TSEG only when G_SMRAME and TSEG_EN both enabledZhenzhong Duan1-1/+2
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