From: Riku Voipio <riku.voipio@iki.fi>
To: Anthony Liguori <anthony@codemonkey.ws>, qemu-devel@nongnu.org
Cc: peter.maydell@linaro.org, vapier@gentoo.org
Subject: [Qemu-devel] [PULL] linux-user changes
Date: Wed, 9 Feb 2011 10:59:40 +0200 [thread overview]
Message-ID: <20110209085940.GA28084@afflict.kos.to> (raw)
The following changes since commit c0c1dc992584b8ccbae0e8f8b09124b76662633b:
cris, microblaze: use cpu_has_work (2011-02-08 20:37:39 +0100)
are available in the git repository at:
git://gitorious.org/qemu-maemo/qemu.git linux-user-for-upstream
Martin Mohring (1):
linux-user: fix for loopmount ioctl
Mike Frysinger (9):
linux-user: fix sizeof handling for getsockopt
linux-user/elfload: add FDPIC support
linux-user: add ppoll syscall support
linux-user: decode MAP_{UNINITIALIZED,EXECUTABLE} in strace
linux-user/FLAT: fix auto-stack sizing
linux-user/FLAT: allow targets to override FLAT processing
linux-user: implement sched_{g,s}etaffinity
user: speed up init_paths a bit
linux-user: fix build errors for mmap2-only ports
Peter Maydell (1):
linux-user: Add support for -version option
Stefan Weil (1):
linux-user: Fix possible realloc memory leak
Makefile.target | 2 +-
elf.h | 19 +++++++
linux-user/elfload.c | 79 ++++++++++++++++++++++++++-
linux-user/flatload.c | 38 +++++++------
linux-user/ioctls.h | 2 -
linux-user/main.c | 17 +++++--
linux-user/qemu.h | 7 +++
linux-user/strace.c | 6 ++-
linux-user/syscall.c | 128 +++++++++++++++++++++++++++++++++++++++++++--
linux-user/syscall_defs.h | 1 +
linux-user/target_flat.h | 10 ++++
path.c | 28 ++++++++--
12 files changed, 298 insertions(+), 39 deletions(-)
create mode 100644 linux-user/target_flat.h
next reply other threads:[~2011-02-09 8:59 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-09 8:59 Riku Voipio [this message]
2011-02-09 19:40 ` [Qemu-devel] [PULL] linux-user changes Aurelien Jarno
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=20110209085940.GA28084@afflict.kos.to \
--to=riku.voipio@iki.fi \
--cc=anthony@codemonkey.ws \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=vapier@gentoo.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).