summaryrefslogtreecommitdiff
path: root/hw/acpi
AgeCommit message (Expand)AuthorFilesLines
2015-05-29hw/acpi/aml-build: Add aml_dword_io() termShannon Zhao1-0/+18
2015-05-29hw/acpi/aml-build: Add aml_create_dword_field() termShannon Zhao1-0/+11
2015-05-29hw/acpi/aml-build: Add aml_else() termShannon Zhao1-0/+7
2015-05-29hw/acpi/aml-build: Add aml_lnot() termShannon Zhao1-0/+8
2015-05-29hw/acpi/aml-build: Add aml_or() termShannon Zhao1-0/+10
2015-05-29hw/acpi/aml-build: Add ToUUID macroShannon Zhao1-0/+53
2015-05-29hw/acpi/aml-build: Make aml_buffer() definition consistent with the specShannon Zhao1-2/+14
2015-05-29hw/arm/virt-acpi-build: Generate RSDT tableShannon Zhao1-0/+24
2015-05-29hw/acpi/aml-build: Add aml_interrupt() termShannon Zhao1-0/+27
2015-05-29hw/acpi/aml-build: Add aml_memory32_fixed() termShannon Zhao1-0/+28
2015-05-29hw/acpi/aml-build: Make enum values to be upper case to match coding styleShannon Zhao1-6/+6
2015-05-11Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell4-15/+179
2015-04-30range: remove useless inclusionsPaolo Bonzini1-1/+0
2015-04-28Convert (ffs(val) - 1) to ctz32(val)Stefan Hajnoczi1-1/+1
2015-04-27qmp-event: add event notification for memory hot unplug errorZhu Guihua1-1/+9
2015-04-27acpi: add hardware implementation for memory hot unplugZhu Guihua1-1/+20
2015-04-27acpi: extend aml_field() to support UpdateRuleZhu Guihua1-1/+3
2015-04-27acpi, mem-hotplug: add unplug cb for memory deviceTang Chen3-4/+30
2015-04-27acpi, mem-hotplug: add unplug request cb for memory deviceTang Chen3-3/+32
2015-04-27acpi, mem-hotplug: add acpi_memory_slot_status() to get MemStatusTang Chen1-6/+28
2015-04-27hw/i386/acpi-build: move generic acpi building helpers into dedictated fileShannon Zhao1-0/+58
2015-03-25acpi: Add missing GCC_FMT_ATTR to local functionStefan Weil1-1/+1
2015-03-11acpi: specify format for build_append_namestringMichael S. Tsirkin1-0/+1
2015-03-10acpi: fix aml_equal term implementationMarcel Apfelbaum1-1/+0
2015-03-10aml-build: append opcodes using build_append_byteMichael S. Tsirkin1-3/+3
2015-03-10aml-build: don't modify childMichael S. Tsirkin1-6/+10
2015-03-03aml-build: fix build for glib < 2.22Michael S. Tsirkin1-2/+3
2015-03-01acpi, mem-hotplug: use PC_DIMM_SLOT_PROP in acpi_memory_plug_cb().Tang Chen1-1/+2
2015-03-01acpi: make build_*() routines static to aml-build.cIgor Mammedov1-10/+10
2015-03-01acpi: add acpi_irq_no_flags() termIgor Mammedov1-0/+21
2015-02-26pc: pcihp: expose MMIO base and len as propertiesIgor Mammedov2-7/+13
2015-02-26acpi: add aml_word_bus_number(), aml_word_io(), aml_dword_memory(), aml_qword...Igor Mammedov1-0/+161
2015-02-26acpi: add aml_reserved_field() termIgor Mammedov1-0/+10
2015-02-26acpi: add aml_eisaid() termIgor Mammedov1-0/+29
2015-02-26acpi: add aml_processor() termIgor Mammedov1-0/+15
2015-02-26acpi: add aml_equal() termIgor Mammedov1-0/+10
2015-02-26acpi: add aml_varpackage() termIgor Mammedov1-0/+8
2015-02-26acpi: add aml_string() termIgor Mammedov1-0/+25
2015-02-26acpi: add aml_local() termIgor Mammedov1-0/+11
2015-02-26acpi: add aml_field() & aml_named_field() termsIgor Mammedov1-0/+28
2015-02-26acpi: add aml_operation_region() termIgor Mammedov1-0/+14
2015-02-26acpi: include PkgLength size only when requestedIgor Mammedov1-5/+15
2015-02-26acpi: add aml_io() helperIgor Mammedov1-0/+16
2015-02-26acpi: add aml_resource_template() helperIgor Mammedov1-0/+8
2015-02-26acpi: add aml_buffer() termIgor Mammedov1-0/+7
2015-02-26acpi: add aml_package() termIgor Mammedov1-0/+8
2015-02-26acpi: add aml_call1(), aml_call2(), aml_call3(), aml_call4() helpersIgor Mammedov1-0/+42
2015-02-26acpi: add aml_notify() termIgor Mammedov1-0/+9
2015-02-26acpi: add aml_and() termIgor Mammedov1-0/+10
2015-02-26acpi: add aml_store() termIgor Mammedov1-0/+9