From: Thiemo Seufer <ths@networkno.de>
To: Stuart Anderson <anderson@netsweng.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] mips-linux-user errno mapping
Date: Thu, 31 May 2007 12:22:41 +0100 [thread overview]
Message-ID: <20070531112241.GE28232@networkno.de> (raw)
In-Reply-To: <Pine.LNX.4.64.0705302050260.6270@trantor.stuart.netsweng.com>
Stuart Anderson wrote:
>
> The linux user code was completely missing the ability to map errnos
> from the host to the target. This patch adds this ability, with the
> mapping needed for MIPS. With this patch, an appreciable number of the
> tests in LTP now PASS (remaining failures are due to other bugs not yet
> fixed).
>
>
> Stuart
>
> Stuart R. Anderson anderson@netsweng.com
> Network & Software Engineering http://www.netsweng.com/
> 1024D/37A79149: 0791 D3B8 9A4C 2CDC A31F
> BD03 0A62 E534 37A7 9149
Content-Description: errno mapping patch
> Index: qemu/linux-user/errno_defs.h
> ===================================================================
> --- /dev/null 1970-01-01 00:00:00.000000000 +0000
> +++ qemu/linux-user/errno_defs.h 2007-05-30 13:29:13.000000000 -0400
> @@ -0,0 +1,143 @@
> +#warning "errno_defs"
Please clean up the compiler warnings. This one ist just the most obvious,
I also see many more of the form:
In file included from /home/ths/qemu/qemu-work/linux-user/qemu.h:11,
from /home/ths/qemu/qemu-work/exec.c:38:
/home/ths/qemu/qemu-work/linux-user/mips/syscall.h:92:1: warning: "TARGET_ECONNABORTED" redefined
In file included from /home/ths/qemu/qemu-work/linux-user/syscall_defs.h:1620,
from /home/ths/qemu/qemu-work/linux-user/qemu.h:8,
from /home/ths/qemu/qemu-work/exec.c:38:
/home/ths/qemu/qemu-work/linux-user/errno_defs.h:110:1: warning: this is the location of the previous definition
Thiemo
next prev parent reply other threads:[~2007-05-31 11:22 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-05-31 1:15 [Qemu-devel] [PATCH] mips-linux-user errno mapping Stuart Anderson
2007-05-31 11:22 ` Thiemo Seufer [this message]
2007-05-31 12:26 ` Stuart Anderson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070531112241.GE28232@networkno.de \
--to=ths@networkno.de \
--cc=anderson@netsweng.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.