summaryrefslogtreecommitdiff
path: root/hw/i386/bios-linker-loader.h
AgeCommit message (Collapse)AuthorFilesLines
2013-10-14i386: add bios linker/loaderMichael S. Tsirkin1-0/+27
This adds a dynamic bios linker/loader. This will be used by acpi table generation code to: - load each table in the appropriate memory segment - link tables to each other - fix up checksums after said linking Reviewed-by: Gerd Hoffmann <kraxel@redhat.com> Tested-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Igor Mammedov <imammedo@redhat.com> Tested-by: Igor Mammedov <imammedo@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>