[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v2] linux-user/FLAT: allow targets to override F
From: |
Mike Frysinger |
Subject: |
Re: [Qemu-devel] [PATCH v2] linux-user/FLAT: allow targets to override FLAT processing |
Date: |
Wed, 26 Jan 2011 19:20:51 -0500 |
On Tue, Jan 25, 2011 at 01:15, Mike Frysinger wrote:
> 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 <address@hidden>
> ---
> v2
> - also add flat_argvp_envp_on_stack() just like Linux
i forgot to send this update to you ... but you'll want this version
rather than the one you just replied to ...
-mike