summary refs log tree commit diff stats
path: root/include/hw/acpi (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* hw/arm/virt-acpi-build: Generate MADT tableShannon Zhao2015-05-291-1/+37
* hw/arm/virt-acpi-build: Generate FADT table and update ACPI headersShannon Zhao2015-05-291-37/+98
* hw/acpi/aml-build: Add aml_interrupt() termShannon Zhao2015-05-291-0/+42
* hw/acpi/aml-build: Add aml_memory32_fixed() termShannon Zhao2015-05-291-0/+2
* hw/acpi/aml-build: Make enum values to be upper case to match coding styleShannon Zhao2015-05-291-34/+34
* acpi: add a missing backslash to the \_SB scope.Gal Hammer2015-04-281-1/+1
* acpi: add hardware implementation for memory hot unplugZhu Guihua2015-04-271-0/+3
* acpi: extend aml_field() to support UpdateRuleZhu Guihua2015-04-271-2/+8
* acpi, mem-hotplug: add unplug cb for memory deviceTang Chen2015-04-271-0/+2
* acpi, mem-hotplug: add unplug request cb for memory deviceTang Chen2015-04-271-0/+10
* hw/i386/acpi-build: move generic acpi building helpers into dedictated fileShannon Zhao2015-04-271-0/+29
* hw/i386: Move ACPI header definitions in an arch-independent locationShannon Zhao2015-04-271-0/+368
* aml-build: comment fixMichael S. Tsirkin2015-03-081-1/+1
* acpi: make build_*() routines static to aml-build.cIgor Mammedov2015-03-011-16/+0
* acpi: add acpi_irq_no_flags() termIgor Mammedov2015-03-011-0/+1
* pc: pcihp: expose MMIO base and len as propertiesIgor Mammedov2015-02-261-1/+6
* acpi: add aml_word_bus_number(), aml_word_io(), aml_dword_memory(), aml_qword...Igor Mammedov2015-02-261-0/+72
* acpi: add aml_reserved_field() termIgor Mammedov2015-02-261-0/+6
* pc: acpi-build: create CPU hotplug IO region dynamicallyIgor Mammedov2015-02-261-0/+1
* acpi: add aml_eisaid() termIgor Mammedov2015-02-261-0/+1
* acpi: add aml_processor() termIgor Mammedov2015-02-261-0/+2
* acpi: add aml_equal() termIgor Mammedov2015-02-261-0/+1
* acpi: add aml_varpackage() termIgor Mammedov2015-02-261-0/+1
* acpi: add aml_string() termIgor Mammedov2015-02-261-0/+1
* acpi: add aml_local() termIgor Mammedov2015-02-261-0/+1
* acpi: add aml_field() & aml_named_field() termsIgor Mammedov2015-02-261-0/+6
* acpi: add aml_operation_region() termIgor Mammedov2015-02-261-0/+7
* acpi: include PkgLength size only when requestedIgor Mammedov2015-02-261-1/+2
* acpi: add aml_io() helperIgor Mammedov2015-02-261-0/+7
* acpi: add aml_resource_template() helperIgor Mammedov2015-02-261-0/+1
* acpi: add aml_buffer() termIgor Mammedov2015-02-261-0/+1
* acpi: add aml_package() termIgor Mammedov2015-02-261-0/+1
* acpi: add aml_call1(), aml_call2(), aml_call3(), aml_call4() helpersIgor Mammedov2015-02-261-0/+4
* acpi: add aml_notify() termIgor Mammedov2015-02-261-0/+1
* acpi: add aml_and() termIgor Mammedov2015-02-261-0/+1
* acpi: add aml_store() termIgor Mammedov2015-02-261-0/+1
* acpi: add aml_arg() termIgor Mammedov2015-02-261-0/+1
* acpi: add aml_return() termIgor Mammedov2015-02-261-0/+1
* acpi: add aml_int() termIgor Mammedov2015-02-261-2/+2
* acpi: add aml_name() & aml_name_decl() termIgor Mammedov2015-02-261-0/+4
* acpi: add aml_if() termIgor Mammedov2015-02-261-0/+1
* acpi: add aml_method() termIgor Mammedov2015-02-261-0/+1
* acpi: add aml_device() termIgor Mammedov2015-02-261-0/+1
* acpi: add aml_scope() termIgor Mammedov2015-02-261-0/+3
* acpi: introduce AML composer aml_append()Igor Mammedov2015-02-261-0/+55
* acpi, ich9: Add unplug cb for ich9.Tang Chen2015-02-261-0/+2
* acpi, ich9: Add hotunplug request cb for ich9.Tang Chen2015-02-261-0/+2
* acpi: drop min-bytes in build_package()Igor Mammedov2015-02-261-2/+2
* acpi: add build_append_namestring() helperIgor Mammedov2015-02-261-1/+1
* acpi: move generic aml building helpers into dedictated fileIgor Mammedov2015-02-261-0/+23