summaryrefslogtreecommitdiffstats
path: root/hw/arm/virt-acpi-build.c
Commit message (Expand)AuthorAgeFilesLines
* acpi: Permit OEM ID and OEM table ID fields to be changedMarian Postevca2021-02-051-14/+26
* hw/arm/virt: Remove virt machine state 'smp_cpus'Andrew Jones2021-01-081-4/+5
* acpi: Align the size to 128kYubo Miao2020-12-081-0/+25
* acpi/gpex: Build tables for pxbYubo Miao2020-12-081-2/+4
* arm: use acpi_dsdt_add_gpexGerd Hoffmann2020-09-301-166/+9Star
* acpi: move acpi_dsdt_add_power_button() to gedGerd Hoffmann2020-09-171-8/+0Star
* hw/arm/virt-acpi-build:Remove dead assignment in build_madt()Chen Qun2020-09-011-2/+1Star
* arm/acpi: fix an out of spec _UID for PCI rootMichael S. Tsirkin2020-08-271-1/+1
* hw/arm/virt-acpi-build: Only expose flash on older machine typesAndrew Jones2020-07-031-1/+4
* arm/acpi: Add the TPM2.0 device under the DSDTEric Auger2020-06-241-0/+34
* arm/acpi: TPM2 ACPI table supportEric Auger2020-06-091-0/+7
* hw/acpi/nvdimm: add a helper to augment SRAT generationVishal Verma2020-06-091-0/+4
* ACPI: Record the Generic Error Status Block addressDongjiu Geng2020-05-141-0/+8
* ACPI: Build Hardware Error Source TableDongjiu Geng2020-05-141-0/+2
* ACPI: Build related register address fields via hardware error fw_cfg blobDongjiu Geng2020-05-141-0/+5
* hw/arm/virt: Add nvdimm hot-plug infrastructureKwangwoo Lee2020-05-041-0/+6
* acpi: Use macro for table-loader file nameShameer Kolothum2020-04-131-1/+1
* acpi: add acpi=OnOffAuto machine property to x86 and arm virtGerd Hoffmann2020-03-291-1/+1
* arm/acpi: simplify the description of PCI _CRSHeyi Guo2020-02-131-1/+0Star
* arm/acpi: fix duplicated _UID of PCI interrupt link devicesHeyi Guo2020-02-131-1/+1
* arm/acpi: fix PCI _PRT definitionHeyi Guo2020-02-131-5/+5
* arm/virt/acpi: remove _ADR from devices identified by _HIDHeyi Guo2020-02-131-8/+0Star
* arm/virt/acpi: remove meaningless sub device "RP0" from PCI0Heyi Guo2020-02-131-4/+0Star
* hw/arm/acpi: enable SHPC native hot plugHeyi Guo2019-12-161-1/+6
* hw/arm/acpi: simplify AML bit and/or statementHeyi Guo2019-12-161-8/+8
* hw/arm: Use GED for system_powerdown eventShameer Kolothum2019-10-051-3/+3
* hw/arm/virt-acpi-build: Add PC-DIMM in SRATShameer Kolothum2019-10-051-0/+8
* hw/arm/virt: Enable device memory cold/hot plug with ACPI bootShameer Kolothum2019-10-051-0/+21
* numa: move numa global variable numa_info into MachineStateTao Xu2019-09-031-3/+4
* numa: move numa global variable have_numa_distance into MachineStateTao Xu2019-09-031-1/+1
* numa: move numa global variable nb_numa_nodes into MachineStateTao Xu2019-09-031-4/+6
* hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster2019-08-211-1/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include sysemu/reset.h a lot lessMarkus Armbruster2019-08-161-0/+1
* hw/acpi: extract acpi_add_rom_blob()Wei Yang2019-06-161-16/+10Star
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star
* hw/acpi: Consolidate build_mcfg to pci.cWei Yang2019-05-301-17/+0Star
* hw/arm/virt-acpi-build: pass AcpiMcfgInfo to build_mcfg()Wei Yang2019-05-211-7/+11
* hw/arm/virt-acpi-build: remove unnecessary variable mcfg_startWei Yang2019-05-211-3/+1Star
* hw/arm/virt-acpi-build: use PCIE_MMCFG_BUS to retrieve end_bus_numberWei Yang2019-03-151-2/+2
* hw/arm/virt-acpi-build: Fix SMMUv3 GSIV valuesEric Auger2019-03-151-1/+1
* hw/arm/virt: Rename highmem IO regionsEric Auger2019-03-051-4/+6
* hw/arm/virt-acpi-build: Set COHACC override flag in IORT SMMUv3 nodeEric Auger2019-01-211-0/+1
* hw: acpi: Export and share the ARM RSDP buildSamuel Ortiz2018-12-191-65/+0Star
* hw: arm: Support both legacy and current RSDP buildSamuel Ortiz2018-12-191-5/+33
* hw: arm: Convert the RSDP build to the buid_append_foo() APISamuel Ortiz2018-12-191-19/+23
* hw: arm: Carry RSDP specific data through AcpiRsdpDataSamuel Ortiz2018-12-191-5/+13
* hw: arm: acpi: Fix incorrect checksums in RSDPIgor Mammedov2018-12-191-1/+6
* hw: acpi: The RSDP build API can return voidSamuel Ortiz2018-12-191-3/+1Star