aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/acpi-build.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-05hw/i386: Replace global smp variables with machine smp propertiesLike Xu1-4/+7
2019-07-05machine: Refactor smp-related call chains to pass MachineStateLike Xu1-1/+1
2019-06-16q35: fix mmconfig and PCI0._CRSGerd Hoffmann1-0/+14
2019-06-16hw/acpi: extract acpi_add_rom_blob()Wei Yang1-16/+10
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2019-05-29hw/acpi: Consolidate build_mcfg to pci.cWei Yang1-17/+1
2019-05-20hw/arm/virt-acpi-build: pass AcpiMcfgInfo to build_mcfg()Wei Yang1-5/+1
2019-05-20i386, acpi: remove mcfg_ prefix in AcpiMcfgInfo membersWei Yang1-7/+7
2019-05-20q35: acpi: do not create dummy MCFG tableIgor Mammedov1-14/+4
2019-05-17hw/i386/acpi: Assert a pointer is not null BEFORE using itPhilippe Mathieu-Daudé1-1/+1
2019-05-17hw/i386/acpi: Add object_resolve_type_unambiguous to improve modularityPhilippe Mathieu-Daudé1-4/+16
2019-03-11machine: Move nvdimms state into struct MachineStateEric Auger1-3/+3
2019-02-05i386, acpi: cleanup build_facs by removing second unused argumentWei Yang1-2/+2
2019-02-05acpi: Make TPM 2.0 with TIS available as MSFT0101Stefan Berger1-2/+10
2019-01-30typo: apci->acpiDr. David Alan Gilbert1-1/+1
2019-01-17acpi: build TPM Physical Presence interfaceStefan Berger1-3/+9
2019-01-17acpi: expose TPM/PPI configuration parameters to firmware via fw_cfgStefan Berger1-0/+19
2018-12-20x86-iommu: switch intr_supported to OnOffAuto typePeter Xu1-3/+3
2018-12-19hw: acpi: Export and share the ARM RSDP buildSamuel Ortiz1-30/+19
2018-12-19hw: i386: Use correct RSDT length for checksumIgor Mammedov1-1/+6
2018-12-19hw: acpi: The RSDP build API can return voidSamuel Ortiz1-3/+1
2018-11-05x86_iommu/amd: Enable Guest virtual APIC supportSingh, Brijesh1-1/+2
2018-11-05i386: acpi: add IVHD device entry for IOAPICSingh, Brijesh1-1/+27
2018-09-07pc: acpi: revert back to 1 SRAT entry for hotpluggable areaIgor Mammedov1-61/+12
2018-08-03pc: acpi: fix memory hotplug regression by reducing stub SRAT entry sizeIgor Mammedov1-9/+10
2018-08-03hw/acpi-build: Add a check for memory-less NUMA nodesDou Liyang1-3/+6
2018-07-03Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-1/+1
2018-07-02hw/i386: Use the IEC binary prefix definitionsPaolo Bonzini1-2/+2
2018-06-26hw/i386: Fix IVHD entry length for AMD IOMMUJan Kiszka1-1/+1
2018-05-07pc: rename "hotplug memory" terminology to "device memory"David Hildenbrand1-1/+1
2018-05-07machine: make MemoryHotplugState accessible via the machineDavid Hildenbrand1-1/+1
2018-05-07pc-dimm: factor out MemoryDevice interfaceDavid Hildenbrand1-1/+2
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau1-6/+6
2018-03-20Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-137/+115
2018-03-20hw/acpi-build: build SRAT memory affinity structures for DIMM devicesHaozhong Zhang1-4/+52
2018-03-19qapi: Replace qobject_to_X(o) by qobject_to(X, o)Max Reitz1-8/+8
2018-03-13acpi: move build_fadt() from i386 specific to generic ACPI sourceIgor Mammedov1-102/+0
2018-03-13pc: acpi: use build_append_foo() API to construct FADTIgor Mammedov1-62/+84
2018-03-13pc: acpi: isolate FADT specific data into AcpiFadtData structureIgor Mammedov1-88/+102
2018-03-13acpi: move ACPI_PORT_SMI_CMD define to header it belongs toIgor Mammedov1-2/+0
2018-03-13pc: replace pm object initialization with one-liner in acpi_get_pm_info()Igor Mammedov1-3/+1
2018-02-09qdict qlist: Make most helper macros functionsMarkus Armbruster1-0/+1
2018-01-29tpm: add CRB deviceMarc-André Lureau1-8/+26
2018-01-18hw/acpi-build: Make next_base easy to followDou Liyang1-1/+1
2018-01-18intel-iommu: Extend address width to 48 bitsPrasad Singamsetty1-1/+2
2017-12-22acpi: Update TPM2 ACPI table to more recent specsStefan Berger1-5/+14
2017-12-18hw/misc/pvpanic: extract public API from i386/pc to "hw/misc/pvpanic.h"Philippe Mathieu-Daudé1-1/+1
2017-12-14acpi: change TPM TIS data conditionsMarc-André Lureau1-4/+8
2017-12-14tpm: lookup the the TPM interface instead of TIS deviceMarc-André Lureau1-1/+1
2017-10-15fw_cfg: add write callbackMarc-André Lureau1-1/+1