summary refs log tree commit diff stats
path: root/hw/i386/acpi-build.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* machine: Make possible_cpu_arch_ids() return const pointerIgor Mammedov2017-01-231-5/+3
* fw-cfg: support writeable blobsMichael S. Tsirkin2017-01-181-2/+2
* memhp: don't generate memory hotplug AML if it's not enabled/supportedIgor Mammedov2017-01-101-8/+1
* memhp: move GPE handler_E03 into build_memory_hotplug_aml()Igor Mammedov2017-01-101-5/+2
* memhp: merge build_memory_devices() into build_memory_hotplug_aml()Igor Mammedov2017-01-101-33/+28
* memhp: move build_memory_devices() into memory_hotplug.cIgor Mammedov2017-01-101-124/+0
* acpi: add ATSR for q35Jason Wang2017-01-101-0/+9
* 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
* acpi: Use apic_id_limit when calculating legacy ACPI table sizeEduardo Habkost2016-11-181-1/+1
* acpi: fix DMAR device scope for IOAPICPeter Xu2016-11-151-1/+2
* Merge remote-tracking branch 'sstabellini/tags/xen-20161102-tag' into stagingStefan Hajnoczi2016-11-041-1/+1
|\
| * PCMachineState: introduce acpi_build_enabled fieldWei Liu2016-11-021-1/+1
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingStefan Hajnoczi2016-11-031-1/+8
|\ \ | |/ |/|
| * pc: memhp: enable nvdimm device hotplugXiao Guangrong2016-11-011-0/+7
| * nvdimm acpi: introduce fit bufferXiao Guangrong2016-11-011-1/+1
| * nvdimm acpi: prebuild nvdimm devices for available slotsXiao Guangrong2016-11-011-1/+1
* | clean-up: removed duplicate #includesAnand J2016-10-281-1/+0
|/
* pc: acpi: x2APIC support for SRAT tableIgor Mammedov2016-10-241-10/+24
* pc: acpi: x2APIC support for MADT table and _MAT methodIgor Mammedov2016-10-241-24/+54
* numa: reduce code duplication by adding helper numa_get_node_for_cpu()Igor Mammedov2016-10-101-5/+2
* hw/i386: AMD IOMMU IVRS tableDavid Kiarie2016-09-241-9/+67
* acpi-build: fix array leakMarc-André Lureau2016-09-081-2/+2
* hw/apci: handle 64-bit MMIO regions correctlyMarcel Apfelbaum2016-07-291-9/+45
* acpi: refactor pxb crs computationMarcel Apfelbaum2016-07-291-31/+50
* hw/acpi: fix a DSDT table issue when a pxb is present.Marcel Apfelbaum2016-07-291-0/+4
* acpi: add DMAR scope definition for root IOAPICPeter Xu2016-07-201-3/+17
* acpi: enable INTR for DMAR report structurePeter Xu2016-07-201-1/+13
* x86-iommu: provide x86_iommu_get_defaultPeter Xu2016-07-201-7/+2
* range: Eliminate direct Range member accessMarkus Armbruster2016-07-041-16/+19
* pc: Eliminate PcPciInfoMarkus Armbruster2016-07-041-21/+22
* pc: acpi: drop intermediate PCMachineState.node_cpuIgor Mammedov2016-06-241-3/+8
* pc: use new CPU hotplug interface since 2.7 machine typeIgor Mammedov2016-06-241-1/+11
* pc: acpi: introduce AcpiDeviceIfClass.madt_cpu hookIgor Mammedov2016-06-241-18/+27
* acpi: Add IPMI table entriesCorey Minyard2016-06-241-0/+12
* all: Remove unnecessary glib.h includesPeter Maydell2016-06-071-1/+0
* acpi: make bios_linker_loader_add_checksum() API offset basedIgor Mammedov2016-06-071-3/+2
* acpi: make bios_linker_loader_add_pointer() API offset basedIgor Mammedov2016-06-071-22/+23
* tpm: apci: cleanup TCPA table initializationIgor Mammedov2016-06-071-4/+1
* acpi: simplify bios_linker API by removing redundant 'table' argumentIgor Mammedov2016-06-071-9/+11
* acpi: convert linker from GArray to BIOSLinker structureIgor Mammedov2016-06-071-14/+15
* pc: acpi: cpuhp-legacy: switch ProcessorID to possible_cpus idxIgor Mammedov2016-06-071-1/+1
* pc: acpi: simplify build_legacy_cpu_hotplug_aml() signatureIgor Mammedov2016-06-071-4/+1
* pc: acpi: mark current CPU hotplug functions as legacyIgor Mammedov2016-06-071-1/+2
* pc: acpi: consolidate \GPE._E02 with the rest of CPU hotplug AMLIgor Mammedov2016-06-071-4/+0
* pc: acpi: consolidate CPU hotplug AMLIgor Mammedov2016-06-071-111/+1
* pc: acpi: remove AML for empty/not used GPE handlersIgor Mammedov2016-06-071-17/+0
* ACPI: move acpi_build_srat_memory to common placeShannon Zhao2016-05-121-29/+9
* ACPI: Fix the definition of proximity in AcpiSratMemoryAffinityShannon Zhao2016-05-121-2/+1
* ACPI: Add GICC Affinity StructureShannon Zhao2016-05-121-1/+1