All of lore.kernel.org
 help / color / mirror / Atom feed
From: Riku Voipio <riku.voipio@iki.fi>
To: qemu-devel@nongnu.org
Cc: Riku Voipio <riku.voipio@nokia.com>
Subject: [Qemu-devel] [PATCH 0/7] linux-user fixes for pull
Date: Fri,  7 Jan 2011 22:52:28 +0200	[thread overview]
Message-ID: <cover.1294433287.git.riku.voipio@nokia.com> (raw)

From: Riku Voipio <riku.voipio@nokia.com>

The following changes since commit 2a704b137f1acfbd972aa6e9f031c5015c7e28cb:

  cris: Avoid useless tmp in t_gen_cc_jmp() (2011-01-07 12:50:38 +0100)

are available in the git repository at:
  git://gitorious.org/qemu-maemo/qemu.git linux-user-for-upstream

Peter Maydell (5):
  linux-user: Implement sync_file_range{,2} syscalls
  linux-user: Support ioctls whose parameter size is not constant
  linux-user: Implement FS_IOC_FIEMAP ioctl
  softfloat: Implement floatx80_is_any_nan() and float128_is_any_nan()
  linux-user: Fix incorrect NaN detection in ARM nwfpe emulation

Wolfgang Schildbach (2):
  Fix commandline handling for ARM semihosted executables
  Remove dead code for ARM semihosting commandline handling

 arm-semi.c                        |   79 ++++++++++++++---------
 bsd-user/bsdload.c                |    2 -
 bsd-user/qemu.h                   |    1 -
 configure                         |   18 +++++
 fpu/softfloat.h                   |   11 +++
 linux-user/arm/nwfpe/fpa11_cprt.c |   14 ++--
 linux-user/ioctls.h               |    4 +
 linux-user/linuxload.c            |    2 -
 linux-user/qemu.h                 |    1 -
 linux-user/strace.list            |    6 ++
 linux-user/syscall.c              |  129 ++++++++++++++++++++++++++++++++++++-
 linux-user/syscall_defs.h         |    1 +
 linux-user/syscall_types.h        |   16 +++++
 13 files changed, 238 insertions(+), 46 deletions(-)

             reply	other threads:[~2011-01-07 20:52 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-07 20:52 Riku Voipio [this message]
2011-01-07 20:52 ` [Qemu-devel] [PATCH 1/7] linux-user: Implement sync_file_range{, 2} syscalls Riku Voipio
2011-01-07 20:52 ` [Qemu-devel] [PATCH 2/7] linux-user: Support ioctls whose parameter size is not constant Riku Voipio
2011-01-07 20:52 ` [Qemu-devel] [PATCH 3/7] linux-user: Implement FS_IOC_FIEMAP ioctl Riku Voipio
2011-01-09 14:47   ` Blue Swirl
2011-01-09 17:47     ` riku voipio
2011-01-09 19:08       ` Blue Swirl
2011-01-10  4:01         ` Peter Maydell
2011-01-09 20:06       ` Martin Mohring
2011-01-07 20:52 ` [Qemu-devel] [PATCH 4/7] softfloat: Implement floatx80_is_any_nan() and float128_is_any_nan() Riku Voipio
2011-01-07 20:52 ` [Qemu-devel] [PATCH 5/7] linux-user: Fix incorrect NaN detection in ARM nwfpe emulation Riku Voipio
2011-01-07 20:52 ` [Qemu-devel] [PATCH 6/7] Fix commandline handling for ARM semihosted executables Riku Voipio
2011-01-07 20:52 ` [Qemu-devel] [PATCH 7/7] Remove dead code for ARM semihosting commandline handling Riku Voipio
2011-01-08 15:35 ` [Qemu-devel] [PATCH 0/7] linux-user fixes for pull Aurelien Jarno
2011-01-08 23:25 ` [Qemu-devel] [PATCH] linux-user: fix for loopmount ioctl Martin Mohring
2011-01-10 16:18   ` Martin Mohring
2011-01-10 21:13     ` Riku Voipio

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=cover.1294433287.git.riku.voipio@nokia.com \
    --to=riku.voipio@iki.fi \
    --cc=qemu-devel@nongnu.org \
    --cc=riku.voipio@nokia.com \
    /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.