| Commit message (Expand) | Author | Age | Files | Lines |
* | hw/arm/virt-acpi-build: Set COHACC override flag in IORT SMMUv3 node | Eric Auger | 2019-01-21 | 1 | -0/+1 |
* | hw: acpi: Export and share the ARM RSDP build | Samuel Ortiz | 2018-12-19 | 1 | -65/+0 |
* | hw: arm: Support both legacy and current RSDP build | Samuel Ortiz | 2018-12-19 | 1 | -5/+33 |
* | hw: arm: Convert the RSDP build to the buid_append_foo() API | Samuel Ortiz | 2018-12-19 | 1 | -19/+23 |
* | hw: arm: Carry RSDP specific data through AcpiRsdpData | Samuel Ortiz | 2018-12-19 | 1 | -5/+13 |
* | hw: arm: acpi: Fix incorrect checksums in RSDP | Igor Mammedov | 2018-12-19 | 1 | -1/+6 |
* | hw: acpi: The RSDP build API can return void | Samuel Ortiz | 2018-12-19 | 1 | -3/+1 |
* | hw/arm/virt-acpi-build: Add a check for memory-less NUMA nodes | Shannon Zhao | 2018-09-25 | 1 | -4/+6 |
* | arm/virt: Add support for GICv2 virtualization extensions | Luc Michel | 2018-08-14 | 1 | -2/+4 |
* | hw/arm/virt: Add a new 256MB ECAM region | Eric Auger | 2018-06-22 | 1 | -8/+13 |
* | hw/arm/virt-acpi-build: Advertise one or two GICR structures | Eric Auger | 2018-06-22 | 1 | -0/+9 |
* | ARM: ACPI: Fix use-after-free due to memory realloc | Shannon Zhao | 2018-05-31 | 1 | -5/+15 |
* | hw/arm/virt-acpi-build: Add smmuv3 node in IORT table | Prem Mallappa | 2018-05-04 | 1 | -7/+48 |
* | virt_arm: acpi: reuse common build_fadt() | Igor Mammedov | 2018-03-13 | 1 | -21/+12 |
* | acpi: move build_fadt() from i386 specific to generic ACPI source | Igor Mammedov | 2018-03-13 | 1 | -3/+3 |
* | Virt: ACPI: fix qemu assert due to re-assigned table data address | Zhaoshenglong | 2018-01-11 | 1 | -7/+11 |
* | numa: make sure that all cpus have has_node_id set if numa is enabled | Igor Mammedov | 2017-06-05 | 1 | -3/+1 |
* | hw/arm/virt-acpi-build: build SLIT when needed | Andrew Jones | 2017-06-02 | 1 | -0/+4 |
* | Merge remote-tracking branch 'mst/tags/for_upstream' into staging | Stefan Hajnoczi | 2017-05-18 | 1 | -13/+13 |
|\ |
|
| * | hw/arm/virt: generate 64-bit addressable ACPI objects | Ard Biesheuvel | 2017-05-10 | 1 | -13/+13 |
* | | virt-arm: get numa node mapping from possible_cpus instead of numa_get_node_f... | Igor Mammedov | 2017-05-11 | 1 | -12/+7 |
|/ |
|
* | hw/arm/virt: Declare fwcfg as dma cache coherent in ACPI | Alexander Graf | 2017-02-10 | 1 | -0/+1 |
* | hw/arm/virt: Declare virtio-mmio as dma cache coherent in ACPI | Alexander Graf | 2017-02-10 | 1 | -0/+1 |
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 2017-01-20 | 1 | -1/+1 |
|\ |
|
| * | fw-cfg: support writeable blobs | Michael S. Tsirkin | 2017-01-18 | 1 | -1/+1 |
* | | hw/arm/virt: Add board property to enable EL2 | Peter Maydell | 2017-01-20 | 1 | -0/+3 |
* | | hw/arm/virt-acpi-build: use SMC if booting in EL2 | Andrew Jones | 2017-01-20 | 1 | -6/+20 |
* | | hw/arm/virt-acpi - reserve ECAM space as PNP0C02 device | Ard Biesheuvel | 2017-01-20 | 1 | -0/+7 |
|/ |
|
* | hw/arm/virt-acpi-build: Don't incorrectly claim architectural timer to be edg... | Andrew Jones | 2017-01-09 | 1 | -6/+14 |
* | hw/arm/virt: remove VirtGuestInfo | Andrew Jones | 2017-01-09 | 1 | -4/+3 |
* | hw/arm/virt-acpi-build: don't save VirtGuestInfo on AcpiBuildState | Andrew Jones | 2017-01-09 | 1 | -4/+1 |
* | hw/arm/virt-acpi-build: remove redundant members from VirtGuestInfo | Andrew Jones | 2017-01-09 | 1 | -35/+37 |
* | hw/arm/virt: pass VirtMachineState instead of VirtGuestInfo | Andrew Jones | 2017-01-09 | 1 | -1/+2 |
* | hw/arm/virt: remove include/hw/arm/virt-acpi-build.h | Andrew Jones | 2017-01-09 | 1 | -1/+1 |
* | hw/arm/virt-acpi-build: fadt: improve flag naming | Andrew Jones | 2017-01-09 | 1 | -2/+2 |
* | hw/arm/virt-acpi-build: gtdt: improve flag naming | Andrew Jones | 2017-01-09 | 1 | -5/+5 |
* | hw/arm/virt-acpi-build: name GIC CPU Interface Structure appropriately | Andrew Jones | 2017-01-09 | 1 | -4/+4 |
* | hw/arm/virt-acpi-build: add all missing cpu_to_le's | Andrew Jones | 2017-01-09 | 1 | -13/+14 |
* | Move target-* CPU file into a target/ folder | Thomas Huth | 2016-12-20 | 1 | -1/+1 |
* | loader: fix handling of custom address spaces when adding ROM blobs | Laszlo Ersek | 2016-11-30 | 1 | -1/+1 |
* | arm: Add an option to turn on/off vPMU support | Wei Huang | 2016-10-28 | 1 | -1/+1 |
* | ARM: Virt: ACPI: Build an IORT table with RC and ITS nodes | Prem Mallappa | 2016-10-24 | 1 | -11/+60 |
* | hw/arm/virt: no ITS on older machine types | Andrew Jones | 2016-10-17 | 1 | -1/+1 |
* | hw/arm/virt-acpi-build: fix MADT generation | Andrew Jones | 2016-10-17 | 1 | -8/+6 |
* | numa: reduce code duplication by adding helper numa_get_node_for_cpu() | Igor Mammedov | 2016-10-10 | 1 | -4/+2 |
* | ARM: Virt: ACPI: Add GIC ITS description in ACPI MADT table | Shannon Zhao | 2016-10-04 | 1 | -0/+12 |
* | ARM: ACPI: fix the AML ID format for CPU devices | Wei Huang | 2016-09-06 | 1 | -1/+1 |
* | ACPI: ARM: Present GIC version in MADT table | Shannon Zhao | 2016-06-17 | 1 | -0/+1 |
* | hw/arm/virt-acpi-build: Add PMU IRQ number in ACPI table | Shannon Zhao | 2016-06-14 | 1 | -0/+4 |
* | acpi: make bios_linker_loader_add_checksum() API offset based | Igor Mammedov | 2016-06-07 | 1 | -3/+2 |