summaryrefslogtreecommitdiffstats
path: root/hw/arm/virt-acpi-build.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* hw/arm/virt-acpi-build: Add a check for memory-less NUMA nodesShannon Zhao2018-09-251-4/+6
* arm/virt: Add support for GICv2 virtualization extensionsLuc Michel2018-08-141-2/+4
* hw/arm/virt: Add a new 256MB ECAM regionEric Auger2018-06-221-8/+13
* hw/arm/virt-acpi-build: Advertise one or two GICR structuresEric Auger2018-06-221-0/+9
* ARM: ACPI: Fix use-after-free due to memory reallocShannon Zhao2018-05-311-5/+15
* hw/arm/virt-acpi-build: Add smmuv3 node in IORT tablePrem Mallappa2018-05-041-7/+48
* virt_arm: acpi: reuse common build_fadt()Igor Mammedov2018-03-131-21/+12Star
* acpi: move build_fadt() from i386 specific to generic ACPI sourceIgor Mammedov2018-03-131-3/+3
* Virt: ACPI: fix qemu assert due to re-assigned table data addressZhaoshenglong2018-01-111-7/+11
* numa: make sure that all cpus have has_node_id set if numa is enabledIgor Mammedov2017-06-051-3/+1Star