]> git.proxmox.com Git - qemu.git/commit
i386: add bios linker/loader
authorMichael S. Tsirkin <mst@redhat.com>
Wed, 24 Jul 2013 15:56:06 +0000 (18:56 +0300)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 14 Oct 2013 14:48:52 +0000 (17:48 +0300)
commitbc70232918ad3fb45c2b5423455a5de6bc7efdef
tree40b774db175c50342bd91080e482c08174836e05
parent35c12e60c840bc4840cbbe3f6ca514a53b2e36bc
i386: add bios linker/loader

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>
hw/i386/Makefile.objs
hw/i386/bios-linker-loader.c [new file with mode: 0644]
hw/i386/bios-linker-loader.h [new file with mode: 0644]