summary refs log tree commit diff stats
path: root/include/hw/acpi (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* acpi: reuse AcpiGenericAddress instead of Acpi20GenericAddressIgor Mammedov2018-03-131-14/+3
* tests: add test for TPM TIS deviceStefan Berger2018-02-211-0/+105
* Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster2018-02-091-1/+0
* Drop superfluous includes of qapi-types.h and test-qapi-types.hMarkus Armbruster2018-02-091-1/+0
* tpm: add CRB deviceMarc-André Lureau2018-01-291-0/+51
* acpi: Update TPM2 ACPI table to more recent specsStefan Berger2017-12-221-2/+5
* hw/acpi/ich9: extract ACPI_PM_PROP_TCO_ENABLED from i386/pcPhilippe Mathieu-Daudé2017-12-181-0/+2
* hw/acpi: ACPI_PM_* defines are not restricted to i386 archPhilippe Mathieu-Daudé2017-12-181-0/+11
* hw: remove "qemu/osdep.h" from header filesPhilippe Mathieu-Daudé2017-12-181-1/+0
* vmgenid: replace x-write-pointer-available hackMarc-André Lureau2017-09-082-1/+2
* migration: Remove unneeded includes of migration/vmstate.hJuan Quintela2017-06-012-2/+0
* Merge remote-tracking branch 'mst/tags/for_upstream' into stagingStefan Hajnoczi2017-05-182-22/+26
|\
| * acpi-defs: clean up open brace usageMichael S. Tsirkin2017-05-101-22/+12
| * hw/arm/virt: generate 64-bit addressable ACPI objectsArd Biesheuvel2017-05-102-0/+14
| * hw/acpi-defs: replace leading X with x_ in FADT field namesArd Biesheuvel2017-05-101-2/+2
* | numa: Allow setting NUMA distance for different NUMA nodesHe Chen2017-05-111-0/+1
|/
* hw/i386: Use Rev3 FADT (ACPI 2.0) instead of Rev1 to improve guest OS support.Phil Dennis-Jordan2017-05-031-41/+36
* hw/acpi/vmgenid: prevent more than one vmgenid deviceLaszlo Ersek2017-03-221-0/+1
* hw/acpi/vmgenid: prevent device realization on pre-2.5 machine typesLaszlo Ersek2017-03-221-0/+1
* ACPI: Add Virtual Machine Generation ID supportBen Warren2017-03-022-0/+36
* ACPI: Add vmgenid blob storage to the build tablesBen Warren2017-03-021-0/+1
* linker-loader: Add new 'write pointer' commandBen Warren2017-03-021-0/+7
* machine: Make possible_cpu_arch_ids() return const pointerIgor Mammedov2017-01-231-1/+1
* memhp: don't generate memory hotplug AML if it's not enabled/supportedIgor Mammedov2017-01-102-3/+1
* memhp: move memory hotplug only defines to memory_hotplug.cIgor Mammedov2017-01-102-25/+0
* memhp: move GPE handler_E03 into build_memory_hotplug_aml()Igor Mammedov2017-01-101-3/+3
* memhp: merge build_memory_devices() into build_memory_hotplug_aml()Igor Mammedov2017-01-101-2/+0
* memhp: consolidate scattered MHPD device declarationIgor Mammedov2017-01-101-1/+1
* memhp: move build_memory_devices() into memory_hotplug.cIgor Mammedov2017-01-101-0/+2
* acpi: add ATSR for q35Jason Wang2017-01-101-0/+12
* hw/arm/virt-acpi-build: Don't incorrectly claim architectural timer to be edg...Andrew Jones2017-01-091-0/+1
* hw/arm/virt-acpi-build: fadt: improve flag namingAndrew Jones2017-01-091-4/+2
* hw/arm/virt-acpi-build: gtdt: improve flag namingAndrew Jones2017-01-091-15/+2
* hw/arm/virt-acpi-build: name GIC CPU Interface Structure appropriatelyAndrew Jones2017-01-091-3/+6
* acpi: fix DMAR device scope for IOAPICPeter Xu2016-11-151-1/+4
* pc: memhp: enable nvdimm device hotplugXiao Guangrong2016-11-011-0/+1
* Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell2016-10-251-0/+29
|\
| * pc: acpi: x2APIC support for SRAT tableIgor Mammedov2016-10-241-0/+11
| * pc: acpi: x2APIC support for MADT table and _MAT methodIgor Mammedov2016-10-241-0/+18
* | ACPI: Add IORT Structure definitionPrem Mallappa2016-10-241-0/+68
|/
* ACPI: Add GIC Interrupt Translation Service Structure definitionShannon Zhao2016-10-041-1/+12
* hw/i386: AMD IOMMU IVRS tableDavid Kiarie2016-09-241-0/+1
* acpi: add DMAR scope definition for root IOAPICPeter Xu2016-07-201-0/+13
* Clean up decorations and whitespace around header guardsMarkus Armbruster2016-07-121-1/+2
* Clean up header guards that don't match their file nameMarkus Armbruster2016-07-122-4/+5
* pc: use new CPU hotplug interface since 2.7 machine typeIgor Mammedov2016-06-242-0/+7
* acpi: cpuhp: add cpu._OST handlingIgor Mammedov2016-06-241-0/+4
* acpi: cpuhp: implement hot-remove parts of CPU hotplug interfaceIgor Mammedov2016-06-241-0/+8
* acpi: cpuhp: implement hot-add parts of CPU hotplug interfaceIgor Mammedov2016-06-241-1/+4
* pc: acpi: introduce AcpiDeviceIfClass.madt_cpu hookIgor Mammedov2016-06-241-0/+7