summaryrefslogtreecommitdiffstats
path: root/hw/arm/virt-acpi-build.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* hw/arm/virt-acpi-build: build SLIT when neededAndrew Jones2017-06-021-0/+4
* Merge remote-tracking branch 'mst/tags/for_upstream' into stagingStefan Hajnoczi2017-05-181-13/+13
|\
| * hw/arm/virt: generate 64-bit addressable ACPI objectsArd Biesheuvel2017-05-101-13/+13
* | virt-arm: get numa node mapping from possible_cpus instead of numa_get_node_f...Igor Mammedov2017-05-111-12/+7Star
|/
* hw/arm/virt: Declare fwcfg as dma cache coherent in ACPIAlexander Graf2017-02-101-0/+1
* hw/arm/virt: Declare virtio-mmio as dma cache coherent in ACPIAlexander Graf2017-02-101-0/+1
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2017-01-201-1/+1
|\
| * fw-cfg: support writeable blobsMichael S. Tsirkin2017-01-181-1/+1
* | hw/arm/virt: Add board property to enable EL2Peter Maydell2017-01-201-0/+3
* | hw/arm/virt-acpi-build: use SMC if booting in EL2Andrew Jones2017-01-201-6/+20
* | hw/arm/virt-acpi - reserve ECAM space as PNP0C02 deviceArd Biesheuvel2017-01-201-0/+7
|/
* hw/arm/virt-acpi-build: Don't incorrectly claim architectural timer to be edg...Andrew Jones2017-01-091-6/+14
* hw/arm/virt: remove VirtGuestInfoAndrew Jones2017-01-091-4/+3Star
* hw/arm/virt-acpi-build: don't save VirtGuestInfo on AcpiBuildStateAndrew Jones2017-01-091-4/+1Star
* hw/arm/virt-acpi-build: remove redundant members from VirtGuestInfoAndrew Jones2017-01-091-35/+37
* hw/arm/virt: pass VirtMachineState instead of VirtGuestInfoAndrew Jones2017-01-091-1/+2
* hw/arm/virt: remove include/hw/arm/virt-acpi-build.hAndrew Jones2017-01-091-1/+1
* hw/arm/virt-acpi-build: fadt: improve flag namingAndrew Jones2017-01-091-2/+2
* hw/arm/virt-acpi-build: gtdt: improve flag namingAndrew Jones2017-01-091-5/+5
* hw/arm/virt-acpi-build: name GIC CPU Interface Structure appropriatelyAndrew Jones2017-01-091-4/+4
* hw/arm/virt-acpi-build: add all missing cpu_to_le'sAndrew Jones2017-01-091-13/+14
* Move target-* CPU file into a target/ folderThomas Huth2016-12-201-1/+1
* loader: fix handling of custom address spaces when adding ROM blobsLaszlo Ersek2016-11-301-1/+1
* arm: Add an option to turn on/off vPMU supportWei Huang2016-10-281-1/+1
* ARM: Virt: ACPI: Build an IORT table with RC and ITS nodesPrem Mallappa2016-10-241-11/+60
* hw/arm/virt: no ITS on older machine typesAndrew Jones2016-10-171-1/+1
* hw/arm/virt-acpi-build: fix MADT generationAndrew Jones2016-10-171-8/+6Star
* numa: reduce code duplication by adding helper numa_get_node_for_cpu()Igor Mammedov2016-10-101-4/+2Star
* ARM: Virt: ACPI: Add GIC ITS description in ACPI MADT tableShannon Zhao2016-10-041-0/+12
* ARM: ACPI: fix the AML ID format for CPU devicesWei Huang2016-09-061-1/+1
* ACPI: ARM: Present GIC version in MADT tableShannon Zhao2016-06-171-0/+1
* hw/arm/virt-acpi-build: Add PMU IRQ number in ACPI tableShannon Zhao2016-06-141-0/+4
* acpi: make bios_linker_loader_add_checksum() API offset basedIgor Mammedov2016-06-071-3/+2Star