]> git.proxmox.com Git - mirror_qemu.git/commit
pc: acpi-build: drop remaining ssdt_misc template
authorIgor Mammedov <imammedo@redhat.com>
Fri, 20 Feb 2015 18:22:09 +0000 (18:22 +0000)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 1 Mar 2015 11:33:22 +0000 (12:33 +0100)
commit4ec8d2b3f54dd1dcd9e2a80e529feff4e2603288
tree24faf90045af2a49c0c3c321f1d1624f5432a31e
parentd31c909e57a131dec7a1e620f36573f2f5fca9e5
pc: acpi-build: drop remaining ssdt_misc template

It drops empty ssdt_misc templete. It also hides
from user almost all pointer arithmetic when building
SSDT which makes resulting code a bit cleaner
and concentrating only on composing ASL construct
/i.e. a task build_ssdt() should be doing/.

Also it makes one binary blob less stored in QEMU
source tree by removing need to keep and update
hw/i386/ssdt-misc.hex.generated file here in total
saving us ~430LOC.

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/Makefile.objs
hw/i386/acpi-build.c
hw/i386/ssdt-misc.dsl [deleted file]