summaryrefslogtreecommitdiff
path: root/include/hw/acpi
AgeCommit message (Expand)AuthorFilesLines
2017-01-23machine: Make possible_cpu_arch_ids() return const pointerIgor Mammedov1-1/+1
2017-01-10memhp: don't generate memory hotplug AML if it's not enabled/supportedIgor Mammedov2-3/+1
2017-01-10memhp: move memory hotplug only defines to memory_hotplug.cIgor Mammedov2-25/+0
2017-01-10memhp: move GPE handler_E03 into build_memory_hotplug_aml()Igor Mammedov1-3/+3
2017-01-10memhp: merge build_memory_devices() into build_memory_hotplug_aml()Igor Mammedov1-2/+0
2017-01-10memhp: consolidate scattered MHPD device declarationIgor Mammedov1-1/+1
2017-01-10memhp: move build_memory_devices() into memory_hotplug.cIgor Mammedov1-0/+2
2017-01-10acpi: add ATSR for q35Jason Wang1-0/+12
2017-01-09hw/arm/virt-acpi-build: Don't incorrectly claim architectural timer to be edg...Andrew Jones1-0/+1
2017-01-09hw/arm/virt-acpi-build: fadt: improve flag namingAndrew Jones1-4/+2
2017-01-09hw/arm/virt-acpi-build: gtdt: improve flag namingAndrew Jones1-15/+2
2017-01-09hw/arm/virt-acpi-build: name GIC CPU Interface Structure appropriatelyAndrew Jones1-3/+6
2016-11-15acpi: fix DMAR device scope for IOAPICPeter Xu1-1/+4
2016-11-01pc: memhp: enable nvdimm device hotplugXiao Guangrong1-0/+1
2016-10-25Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell1-0/+29
2016-10-24pc: acpi: x2APIC support for SRAT tableIgor Mammedov1-0/+11
2016-10-24pc: acpi: x2APIC support for MADT table and _MAT methodIgor Mammedov1-0/+18
2016-10-24ACPI: Add IORT Structure definitionPrem Mallappa1-0/+68
2016-10-04ACPI: Add GIC Interrupt Translation Service Structure definitionShannon Zhao1-1/+12
2016-09-24hw/i386: AMD IOMMU IVRS tableDavid Kiarie1-0/+1
2016-07-20acpi: add DMAR scope definition for root IOAPICPeter Xu1-0/+13
2016-07-12Clean up decorations and whitespace around header guardsMarkus Armbruster1-1/+2
2016-07-12Clean up header guards that don't match their file nameMarkus Armbruster2-4/+5
2016-06-24pc: use new CPU hotplug interface since 2.7 machine typeIgor Mammedov2-0/+7
2016-06-24acpi: cpuhp: add cpu._OST handlingIgor Mammedov1-0/+4
2016-06-24acpi: cpuhp: implement hot-remove parts of CPU hotplug interfaceIgor Mammedov1-0/+8
2016-06-24acpi: cpuhp: implement hot-add parts of CPU hotplug interfaceIgor Mammedov1-1/+4
2016-06-24pc: acpi: introduce AcpiDeviceIfClass.madt_cpu hookIgor Mammedov1-0/+7
2016-06-24acpi: cpuhp: add CPU devices AML with _STA methodIgor Mammedov2-0/+53
2016-06-24pc: piix4/ich9: add 'cpu-hotplug-legacy' propertyIgor Mammedov1-0/+1
2016-06-24acpi: add aml_call5Xiao Guangrong1-0/+2
2016-06-24acpi: add aml_object_typeXiao Guangrong1-0/+1
2016-06-24acpi: Add IPMI table entriesCorey Minyard1-0/+22
2016-06-17ACPI: ARM: Present GIC version in MADT tableShannon Zhao1-1/+3
2016-06-07all: Remove unnecessary glib.h includesPeter Maydell2-2/+0
2016-06-07acpi: make bios_linker_loader_add_checksum() API offset basedIgor Mammedov1-2/+2
2016-06-07acpi: make bios_linker_loader_add_pointer() API offset basedIgor Mammedov1-2/+3
2016-06-07acpi: cleanup bios_linker_loader_cleanup()Igor Mammedov1-1/+1
2016-06-07acpi: simplify bios_linker API by removing redundant 'table' argumentIgor Mammedov1-3/+4
2016-06-07acpi: convert linker from GArray to BIOSLinker structureIgor Mammedov2-8/+13
2016-06-07pc: use AcpiDeviceIfClass.send_event to issue GPE eventsIgor Mammedov4-9/+12
2016-06-07acpi: extend ACPI interface to provide send_event hookIgor Mammedov2-8/+13
2016-06-07pc: acpi: simplify build_legacy_cpu_hotplug_aml() signatureIgor Mammedov1-1/+1
2016-06-07pc: acpi: mark current CPU hotplug functions as legacyIgor Mammedov1-6/+6
2016-06-07pc: acpi: cpu-hotplug: make AML CPU_foo defines local to cpu_hotplug_acpi_tab...Igor Mammedov1-7/+0
2016-06-07pc: acpi: consolidate CPU hotplug AMLIgor Mammedov1-1/+2
2016-06-07acpi: add aml_refof()Igor Mammedov1-0/+1
2016-06-07acpi: add aml_debug()Igor Mammedov1-0/+1
2016-05-19qemu-common: stop including qemu/host-utils.h from qemu-common.hPaolo Bonzini1-7/+0
2016-05-12ACPI: move acpi_build_srat_memory to common placeShannon Zhao1-0/+10