summaryrefslogtreecommitdiffstats
path: root/hw/acpi
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-05-114-15/+179
|\
| * qmp-event: add event notification for memory hot unplug errorZhu Guihua2015-04-271-1/+9
| * acpi: add hardware implementation for memory hot unplugZhu Guihua2015-04-271-1/+20
| * acpi: extend aml_field() to support UpdateRuleZhu Guihua2015-04-271-1/+3
| * acpi, mem-hotplug: add unplug cb for memory deviceTang Chen2015-04-273-4/+30
| * acpi, mem-hotplug: add unplug request cb for memory deviceTang Chen2015-04-273-3/+32
| * acpi, mem-hotplug: add acpi_memory_slot_status() to get MemStatusTang Chen2015-04-271-6/+28
| * hw/i386/acpi-build: move generic acpi building helpers into dedictated fileShannon Zhao2015-04-271-0/+58
* | range: remove useless inclusionsPaolo Bonzini2015-04-301-1/+0
* | Convert (ffs(val) - 1) to ctz32(val)Stefan Hajnoczi2015-04-281-1/+1
|/
* acpi: Add missing GCC_FMT_ATTR to local functionStefan Weil2015-03-251-1/+1
* acpi: specify format for build_append_namestringMichael S. Tsirkin2015-03-111-0/+1
* acpi: fix aml_equal term implementationMarcel Apfelbaum2015-03-101-1/+0
* aml-build: append opcodes using build_append_byteMichael S. Tsirkin2015-03-101-3/+3
* aml-build: don't modify childMichael S. Tsirkin2015-03-101-6/+10
* aml-build: fix build for glib < 2.22Michael S. Tsirkin2015-03-031-2/+3
* acpi, mem-hotplug: use PC_DIMM_SLOT_PROP in acpi_memory_plug_cb().Tang Chen2015-03-011-1/+2
* acpi: make build_*() routines static to aml-build.cIgor Mammedov2015-03-011-10/+10
* acpi: add acpi_irq_no_flags() termIgor Mammedov2015-03-011-0/+21
* pc: pcihp: expose MMIO base and len as propertiesIgor Mammedov2015-02-262-7/+13
* acpi: add aml_word_bus_number(), aml_word_io(), aml_dword_memory(), aml_qword...Igor Mammedov2015-02-261-0/+161
* acpi: add aml_reserved_field() termIgor Mammedov2015-02-261-0/+10
* acpi: add aml_eisaid() termIgor Mammedov2015-02-261-0/+29
* acpi: add aml_processor() termIgor Mammedov2015-02-261-0/+15
* acpi: add aml_equal() termIgor Mammedov2015-02-261-0/+10
* acpi: add aml_varpackage() termIgor Mammedov2015-02-261-0/+8
* acpi: add aml_string() termIgor Mammedov2015-02-261-0/+25
* acpi: add aml_local() termIgor Mammedov2015-02-261-0/+11
* acpi: add aml_field() & aml_named_field() termsIgor Mammedov2015-02-261-0/+28
* acpi: add aml_operation_region() termIgor Mammedov2015-02-261-0/+14
* acpi: include PkgLength size only when requestedIgor Mammedov2015-02-261-5/+15
* acpi: add aml_io() helperIgor Mammedov2015-02-261-0/+16
* acpi: add aml_resource_template() helperIgor Mammedov2015-02-261-0/+8
* acpi: add aml_buffer() termIgor Mammedov2015-02-261-0/+7
* acpi: add aml_package() termIgor Mammedov2015-02-261-0/+8
* acpi: add aml_call1(), aml_call2(), aml_call3(), aml_call4() helpersIgor Mammedov2015-02-261-0/+42
* acpi: add aml_notify() termIgor Mammedov2015-02-261-0/+9
* acpi: add aml_and() termIgor Mammedov2015-02-261-0/+10
* acpi: add aml_store() termIgor Mammedov2015-02-261-0/+9
* acpi: add aml_arg() termIgor Mammedov2015-02-261-0/+11
* acpi: add aml_return() termIgor Mammedov2015-02-261-0/+8
* acpi: add aml_int() termIgor Mammedov2015-02-261-21/+22
* acpi: add aml_name() & aml_name_decl() termIgor Mammedov2015-02-261-0/+32
* acpi: add aml_if() termIgor Mammedov2015-02-261-0/+8
* acpi: add aml_method() termIgor Mammedov2015-02-261-0/+9
* acpi: add aml_device() termIgor Mammedov2015-02-261-0/+11
* acpi: add aml_scope() termIgor Mammedov2015-02-261-0/+20
* acpi: introduce AML composer aml_append()Igor Mammedov2015-02-261-0/+78
* acpi, piix4: Add unplug cb for piix4.Tang Chen2015-02-261-0/+8
* acpi, ich9: Add unplug cb for ich9.Tang Chen2015-02-261-0/+7
OpenPOWER on IntegriCloud