qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 03/23] bsd-user: additional seperation of OS and


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH 03/23] bsd-user: additional seperation of OS and architecture dependent code
Date: Mon, 24 Jun 2013 18:20:07 +0100

On 24 June 2013 03:03, Stacey Son <address@hidden> wrote:
> This change moves more OS dependent code into *bsd directories.  Also moves
> architecture dependent code into the various arch directories. Add to
> 'configure' $TARGET_OS so the path to the target OS can be include file search
> path in the Makefile.
>
>  bsd-user/mips/target_arch_signal.h     |   68 +++++++++++++++++++++
>  bsd-user/mips/target_arch_vmparam.h    |   42 +++++++++++++
>  bsd-user/mips/target_signal.h          |   38 ------------
>  bsd-user/mips64/target_arch_signal.h   |   68 +++++++++++++++++++++
>  bsd-user/mips64/target_arch_vmparam.h  |   42 +++++++++++++
>  bsd-user/mips64/target_signal.h        |   38 ------------

You just added these files in patch 2, right? You need to reorder
things: get the structure right first, then just add the new code for
MIPS in the right place.

thanks
-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]