]> git.proxmox.com Git - mirror_qemu.git/commit
seabios: stop updating aml files
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 17 Dec 2015 09:51:41 +0000 (10:51 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 5 Jan 2016 12:04:14 +0000 (13:04 +0100)
commitbf864863f63d0f631eb61981826c6ccc8ec2c05b
treeece69fdb7840ccdf6413d7e22efd98b0f0b9baa0
parentcae7e84eb760dd02c1508f0e6fa0fd3c86fa3033
seabios: stop updating aml files

ACPI aml files traditionally have been managed in the seabios repo.
In qemu version 2.0 we've switched over to have qemu generate the
acpi tables and provide them to the firmware via fw_cfg.

The old aml files are still there and used for old machine types.
Well, actually the q35 file only, the piix4 version is compiled into
seabios (unless built with CONFIG_ACPI_DSDT=n) and is there for
reference only.

The aml files havn't been touched for a long time, and given that
new features requiring acpi changes are typically only added to new
machine types this is unlikely to change in the future.  So stop
updating them.

That allows to cleanup things a bit on the seabios side in the future.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
roms/Makefile