]> git.proxmox.com Git - mirror_qemu.git/commit
pc: acpi: merge SSDT into DSDT
authorIgor Mammedov <imammedo@redhat.com>
Fri, 22 Jan 2016 14:36:06 +0000 (15:36 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 4 Feb 2016 17:53:02 +0000 (19:53 +0200)
commit41fa5c0410a13d804eabf6ca7cc5c8e21b718a03
treec571d557cb63d911dff0399a56926b7b901639e6
parent3e996cc58334be1c3f1be524b4f048566eccbb1d
pc: acpi: merge SSDT into DSDT

Since both tables are built dynamically now,
there is no point in keeping ASL in them in separate
tables.
So do the same as we do for ARM where we have only
DSDT table, i.e. move SSDT ASL into DSDT and
drop SSDT altogether.
This patch doesn't change moved SSDT ASL in any way,
but it opens a way to relatively independently simplify
generated ASL on per device/subsystem basis in
followup series.
It also simplifies bios-tables-test where expected
SSDT blobs could be dropped and only DSDT ones
have to be maintained.

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/i386/acpi-build.c