OSDN Git Service

acpi: move generic aml building helpers into dedictated file
authorIgor Mammedov <imammedo@redhat.com>
Fri, 30 Jan 2015 13:29:36 +0000 (13:29 +0000)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 26 Feb 2015 11:42:15 +0000 (12:42 +0100)
commit19934e0e3d0f70eefe8d9e51e71c1cb80f4659d0
tree1411a658cc5ccc9410eea4be0320308df1911381
parent12e63900f01ce54702745d83f985e26042adda9b
acpi: move generic aml building helpers into dedictated file

the will be later used for composing AML primitives
and all that could be reused later for ARM machines
as well.

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Acked-by: Marcel Apfelbaum <marcel@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/acpi/Makefile.objs
hw/acpi/aml-build.c [new file with mode: 0644]
hw/i386/acpi-build.c
include/hw/acpi/aml-build.h [new file with mode: 0644]