summaryrefslogtreecommitdiff
path: root/hw/i386/acpi-build.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-10memhp: don't generate memory hotplug AML if it's not enabled/supportedIgor Mammedov1-8/+1
2017-01-10memhp: move GPE handler_E03 into build_memory_hotplug_aml()Igor Mammedov1-5/+2
2017-01-10memhp: merge build_memory_devices() into build_memory_hotplug_aml()Igor Mammedov1-33/+28
2017-01-10memhp: move build_memory_devices() into memory_hotplug.cIgor Mammedov1-124/+0
2017-01-10acpi: add ATSR for q35Jason Wang1-0/+9
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-1/+1
2016-11-30loader: fix handling of custom address spaces when adding ROM blobsLaszlo Ersek1-1/+1
2016-11-18acpi: Use apic_id_limit when calculating legacy ACPI table sizeEduardo Habkost1-1/+1
2016-11-15acpi: fix DMAR device scope for IOAPICPeter Xu1-1/+2
2016-11-04Merge remote-tracking branch 'sstabellini/tags/xen-20161102-tag' into stagingStefan Hajnoczi1-1/+1
2016-11-03Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingStefan Hajnoczi1-1/+8
2016-11-02PCMachineState: introduce acpi_build_enabled fieldWei Liu1-1/+1
2016-11-01pc: memhp: enable nvdimm device hotplugXiao Guangrong1-0/+7
2016-11-01nvdimm acpi: introduce fit bufferXiao Guangrong1-1/+1
2016-11-01nvdimm acpi: prebuild nvdimm devices for available slotsXiao Guangrong1-1/+1
2016-10-28clean-up: removed duplicate #includesAnand J1-1/+0
2016-10-24pc: acpi: x2APIC support for SRAT tableIgor Mammedov1-10/+24
2016-10-24pc: acpi: x2APIC support for MADT table and _MAT methodIgor Mammedov1-24/+54
2016-10-10numa: reduce code duplication by adding helper numa_get_node_for_cpu()Igor Mammedov1-5/+2
2016-09-24hw/i386: AMD IOMMU IVRS tableDavid Kiarie1-9/+67
2016-09-08acpi-build: fix array leakMarc-André Lureau1-2/+2
2016-07-29hw/apci: handle 64-bit MMIO regions correctlyMarcel Apfelbaum1-9/+45
2016-07-29acpi: refactor pxb crs computationMarcel Apfelbaum1-31/+50
2016-07-29hw/acpi: fix a DSDT table issue when a pxb is present.Marcel Apfelbaum1-0/+4
2016-07-20acpi: add DMAR scope definition for root IOAPICPeter Xu1-3/+17
2016-07-20acpi: enable INTR for DMAR report structurePeter Xu1-1/+13
2016-07-20x86-iommu: provide x86_iommu_get_defaultPeter Xu1-7/+2
2016-07-04range: Eliminate direct Range member accessMarkus Armbruster1-16/+19
2016-07-04pc: Eliminate PcPciInfoMarkus Armbruster1-21/+22
2016-06-24pc: acpi: drop intermediate PCMachineState.node_cpuIgor Mammedov1-3/+8
2016-06-24pc: use new CPU hotplug interface since 2.7 machine typeIgor Mammedov1-1/+11
2016-06-24pc: acpi: introduce AcpiDeviceIfClass.madt_cpu hookIgor Mammedov1-18/+27
2016-06-24acpi: Add IPMI table entriesCorey Minyard1-0/+12
2016-06-07all: Remove unnecessary glib.h includesPeter Maydell1-1/+0
2016-06-07acpi: make bios_linker_loader_add_checksum() API offset basedIgor Mammedov1-3/+2
2016-06-07acpi: make bios_linker_loader_add_pointer() API offset basedIgor Mammedov1-22/+23
2016-06-07tpm: apci: cleanup TCPA table initializationIgor Mammedov1-4/+1
2016-06-07acpi: simplify bios_linker API by removing redundant 'table' argumentIgor Mammedov1-9/+11
2016-06-07acpi: convert linker from GArray to BIOSLinker structureIgor Mammedov1-14/+15
2016-06-07pc: acpi: cpuhp-legacy: switch ProcessorID to possible_cpus idxIgor Mammedov1-1/+1
2016-06-07pc: acpi: simplify build_legacy_cpu_hotplug_aml() signatureIgor Mammedov1-4/+1
2016-06-07pc: acpi: mark current CPU hotplug functions as legacyIgor Mammedov1-1/+2
2016-06-07pc: acpi: consolidate \GPE._E02 with the rest of CPU hotplug AMLIgor Mammedov1-4/+0
2016-06-07pc: acpi: consolidate CPU hotplug AMLIgor Mammedov1-111/+1
2016-06-07pc: acpi: remove AML for empty/not used GPE handlersIgor Mammedov1-17/+0
2016-05-12ACPI: move acpi_build_srat_memory to common placeShannon Zhao1-29/+9
2016-05-12ACPI: Fix the definition of proximity in AcpiSratMemoryAffinityShannon Zhao1-2/+1
2016-05-12ACPI: Add GICC Affinity StructureShannon Zhao1-1/+1
2016-04-13tpm: acpi: remove IRQ from TPM's CRS to make Windows not see conflictIgor Mammedov1-1/+6
2016-04-13pc: acpi: tpm: add missing MMIO resource to PCI0._CRSIgor Mammedov1-0/+5