qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v3 05/19] bsd-user: move arch/OS dependent code


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH v3 05/19] bsd-user: move arch/OS dependent code out of syscall.c
Date: Mon, 27 Jan 2014 19:52:10 +0000

On 17 December 2013 11:52, Stacey Son <address@hidden> wrote:
> This change moves the system call handler for sysctl(2) and
> sysarch(2) from syscall.c to the OS and arch dependent directories.
> This eliminates many of the #ifdef's in syscall.c.  These system
> call handlers are now located in the host os and target arch
> directories.
> ---
>  bsd-user/Makefile.objs                  |    2 +-
>  bsd-user/arm/target_arch_sigtramp.h     |   33 ++++
>  bsd-user/bsdload.c                      |  170 +++++++++++++-----
>  bsd-user/elfload.c                      |    9 +-

It also appears to be making a pile of changes to
the executable loading code. Those need to be their
own self-contained patch.

thanks
-- PMM



reply via email to

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