aboutsummaryrefslogtreecommitdiff
path: root/include/hw/acpi
AgeCommit message (Expand)Author
2015-06-01TPM2 ACPI table supportStefan Berger
2015-05-29hw/acpi/aml-build: Add Unicode macroShannon Zhao
2015-05-29hw/acpi/aml-build: Add aml_dword_io() termShannon Zhao
2015-05-29hw/acpi/aml-build: Add aml_create_dword_field() termShannon Zhao
2015-05-29hw/acpi/aml-build: Add aml_else() termShannon Zhao
2015-05-29hw/acpi/aml-build: Add aml_lnot() termShannon Zhao
2015-05-29hw/acpi/aml-build: Add aml_or() termShannon Zhao
2015-05-29hw/acpi/aml-build: Add ToUUID macroShannon Zhao
2015-05-29hw/acpi/aml-build: Make aml_buffer() definition consistent with the specShannon Zhao
2015-05-29hw/arm/virt-acpi-build: Generate RSDT tableShannon Zhao
2015-05-29hw/arm/virt-acpi-build: Generate GTDT tableShannon Zhao
2015-05-29hw/arm/virt-acpi-build: Generate MADT tableShannon Zhao
2015-05-29hw/arm/virt-acpi-build: Generate FADT table and update ACPI headersShannon Zhao
2015-05-29hw/acpi/aml-build: Add aml_interrupt() termShannon Zhao
2015-05-29hw/acpi/aml-build: Add aml_memory32_fixed() termShannon Zhao
2015-05-29hw/acpi/aml-build: Make enum values to be upper case to match coding styleShannon Zhao
2015-04-28acpi: add a missing backslash to the \_SB scope.Gal Hammer
2015-04-27acpi: add hardware implementation for memory hot unplugZhu Guihua
2015-04-27acpi: extend aml_field() to support UpdateRuleZhu Guihua
2015-04-27acpi, mem-hotplug: add unplug cb for memory deviceTang Chen
2015-04-27acpi, mem-hotplug: add unplug request cb for memory deviceTang Chen
2015-04-27hw/i386/acpi-build: move generic acpi building helpers into dedictated fileShannon Zhao
2015-04-27hw/i386: Move ACPI header definitions in an arch-independent locationShannon Zhao
2015-03-08aml-build: comment fixMichael S. Tsirkin
2015-03-01acpi: make build_*() routines static to aml-build.cIgor Mammedov
2015-03-01acpi: add acpi_irq_no_flags() termIgor Mammedov
2015-02-26pc: pcihp: expose MMIO base and len as propertiesIgor Mammedov
2015-02-26acpi: add aml_word_bus_number(), aml_word_io(), aml_dword_memory(), aml_qword...Igor Mammedov
2015-02-26acpi: add aml_reserved_field() termIgor Mammedov
2015-02-26pc: acpi-build: create CPU hotplug IO region dynamicallyIgor Mammedov
2015-02-26acpi: add aml_eisaid() termIgor Mammedov
2015-02-26acpi: add aml_processor() termIgor Mammedov
2015-02-26acpi: add aml_equal() termIgor Mammedov
2015-02-26acpi: add aml_varpackage() termIgor Mammedov
2015-02-26acpi: add aml_string() termIgor Mammedov
2015-02-26acpi: add aml_local() termIgor Mammedov
2015-02-26acpi: add aml_field() & aml_named_field() termsIgor Mammedov
2015-02-26acpi: add aml_operation_region() termIgor Mammedov
2015-02-26acpi: include PkgLength size only when requestedIgor Mammedov
2015-02-26acpi: add aml_io() helperIgor Mammedov
2015-02-26acpi: add aml_resource_template() helperIgor Mammedov
2015-02-26acpi: add aml_buffer() termIgor Mammedov
2015-02-26acpi: add aml_package() termIgor Mammedov
2015-02-26acpi: add aml_call1(), aml_call2(), aml_call3(), aml_call4() helpersIgor Mammedov
2015-02-26acpi: add aml_notify() termIgor Mammedov
2015-02-26acpi: add aml_and() termIgor Mammedov
2015-02-26acpi: add aml_store() termIgor Mammedov
2015-02-26acpi: add aml_arg() termIgor Mammedov
2015-02-26acpi: add aml_return() termIgor Mammedov
2015-02-26acpi: add aml_int() termIgor Mammedov