summaryrefslogtreecommitdiffstats
path: root/include/hw/acpi
Commit message (Expand)AuthorAgeFilesLines
...
* hw/acpi: Consolidate build_mcfg to pci.cWei Yang2019-05-301-0/+1
* hw/arm/virt-acpi-build: pass AcpiMcfgInfo to build_mcfg()Wei Yang2019-05-211-0/+33
* hw/i386/acpi: Add object_resolve_type_unambiguous to improve modularityPhilippe Mathieu-Daudé2019-05-171-2/+0Star
* hw/acpi/piix4: Move TYPE_PIIX4_PM to a public headerPhilippe Mathieu-Daudé2019-05-171-0/+2
* i386, acpi: check acpi_memory_hotplug capacity in pre_plugWei Yang2019-03-131-0/+2
* hw/acpi: remove unused function acpi_table_add_builtin()Wei Yang2019-03-061-1/+0Star
* typo: apci->acpiDr. David Alan Gilbert2019-01-301-1/+1
* hw/arm/virt-acpi-build: Set COHACC override flag in IORT SMMUv3 nodeEric Auger2019-01-211-0/+2
* hw/acpi: Use QEMU_NONSTRING for non NUL-terminated arraysPhilippe Mathieu-Daudé2019-01-181-5/+8
* acpi: build TPM Physical Presence interfaceStefan Berger2019-01-181-0/+12
* acpi: expose TPM/PPI configuration parameters to firmware via fw_cfgStefan Berger2019-01-181-0/+3
* tpm: allocate/map buffer for TPM Physical Presence interfaceStefan Berger2019-01-181-0/+6
* avoid TABs in files that only contain a fewPaolo Bonzini2019-01-111-7/+7
* pci/pcihp: perform unplug via the hotplug handlerDavid Hildenbrand2018-12-201-0/+3
* pci/pcihp: perform check for bus capability in pre_plug handlerDavid Hildenbrand2018-12-201-0/+2
* hw: acpi: Remove AcpiRsdpDescriptor and fix testsSamuel Ortiz2018-12-201-13/+0Star
* hw: acpi: Export and share the ARM RSDP buildSamuel Ortiz2018-12-191-0/+2
* hw: arm: Carry RSDP specific data through AcpiRsdpDataSamuel Ortiz2018-12-191-0/+8
* qom: make interface types abstractMarc-André Lureau2018-12-111-5/+1Star
* hw/tpm: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-021-1/+2
* hw/arm/virt-acpi-build: Add smmuv3 node in IORT tablePrem Mallappa2018-05-041-0/+15
* tests: acpi: don't read all fields in test_acpi_fadt_table()Igor Mammedov2018-03-131-81/+0Star
* virt_arm: acpi: reuse common build_fadt()Igor Mammedov2018-03-131-10/+2Star
* acpi: move build_fadt() from i386 specific to generic ACPI sourceIgor Mammedov2018-03-131-0/+3
* pc: acpi: isolate FADT specific data into AcpiFadtData structureIgor Mammedov2018-03-131-0/+28
* acpi: add build_append_gas() helper for Generic Address StructureIgor Mammedov2018-03-131-0/+20
* acpi: reuse AcpiGenericAddress instead of Acpi20GenericAddressIgor Mammedov2018-03-131-14/+3Star
* 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/+0Star
* Drop superfluous includes of qapi-types.h and test-qapi-types.hMarkus Armbruster2018-02-091-1/+0Star
* 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/+0Star
* 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/+0Star
* 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/+12Star
| * 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/+36Star
* 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-241-1/+1
* memhp: don't generate memory hotplug AML if it's not enabled/supportedIgor Mammedov2017-01-102-3/+1Star