]> git.proxmox.com Git - qemu.git/commit - Makefile.target
linux-user/FLAT: allow targets to override FLAT processing
authorMike Frysinger <vapier@gentoo.org>
Mon, 7 Feb 2011 06:05:54 +0000 (01:05 -0500)
committerRiku Voipio <riku.voipio@nokia.com>
Wed, 9 Feb 2011 08:33:54 +0000 (10:33 +0200)
commitc3109ba1b109f84929abbfe0462d910d5aa8617c
tree4db0c8aca79cdc61feac4d4953644f216fdfce0c
parent82a39595f7c70aecfb4649ae5a125147b62131f8
linux-user/FLAT: allow targets to override FLAT processing

This brings flatload.c more in line with the current Linux FLAT loader
which allows targets to handle various FLAT aspects in their own way.
For the common behavior, the new functions get stubbed out.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Riku Voipio <riku.voipio@nokia.com>
Makefile.target
linux-user/flatload.c
linux-user/target_flat.h [new file with mode: 0644]