]> git.proxmox.com Git - mirror_qemu.git/commit
pc: acpi-build: drop template patching and create PCI bus tree dynamically
authorIgor Mammedov <imammedo@redhat.com>
Fri, 20 Feb 2015 18:22:18 +0000 (18:22 +0000)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 1 Mar 2015 11:33:23 +0000 (12:33 +0100)
commit62b52c266582d3241a468dc08dbaa81e337cb03f
treec73ac109a6ee438e7a733fc0bb46988a45058fee
parent752bba815ec5b67e2aa6d7c86fd2be80e45c203b
pc: acpi-build: drop template patching and create PCI bus tree dynamically

Replace AML template patching with direct composing
of PCI device entries in C. It allows to simplify
PCI tree generation further and saves us about 400LOC
scattered through different files, confining tree
generation to one C function which is much easier
to deal with.

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-pcihp.dsl [deleted file]