qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: riku.voipio@linaro.org
To: qemu-devel@nongnu.org
Cc: Riku Voipio <riku.voipio@linaro.org>
Subject: [Qemu-devel] [PULL 0/6] linux-user updates
Date: Wed, 19 Feb 2014 12:35:23 +0200	[thread overview]
Message-ID: <cover.1392805802.git.riku.voipio@linaro.org> (raw)

From: Riku Voipio <riku.voipio@linaro.org>

The following changes since commit 46eef33b89e936ca793e13c4aeea1414e97e8dbb:

  Fix QEMU build on OpenBSD on x86 archs (2014-02-17 11:44:00 +0000)

are available in the git repository at:

  git://git.linaro.org/people/riku.voipio/qemu.git linux-user-for-upstream

for you to fetch changes up to 69d4c703a549f0630793a67b16a8fc6bc14c8654:

  linux-user: Fix error handling in target_to_host_semarray() (2014-02-19 12:29:23 +0200)

Andreas Färber (1):
  linux-user: Implement BLKPG ioctl

Peter Maydell (4):
  linux-user/elfload.c: Avoid calling g_free() on uninitialized data
  linux-user/signal.c: Don't pass sigaction uninitialised sa_flags
  linux-user: Fix error handling in lock_iovec()
  linux-user: Fix error handling in target_to_host_semarray()

Riku Voipio (1):
  linux-user: sync syscall numbers upto 3.13

 linux-user/alpha/syscall_nr.h      |  7 +++++++
 linux-user/arm/syscall_nr.h        |  6 ++++++
 linux-user/cris/syscall_nr.h       |  1 +
 linux-user/elfload.c               | 16 ++++++++++++----
 linux-user/i386/syscall_nr.h       |  6 ++++++
 linux-user/ioctls.h                |  1 +
 linux-user/m68k/syscall_nr.h       |  5 +++++
 linux-user/microblaze/syscall_nr.h |  7 ++++++-
 linux-user/mips/syscall_nr.h       |  6 ++++++
 linux-user/mips64/syscall_nr.h     | 13 +++++++++++++
 linux-user/openrisc/syscall_nr.h   |  6 +++++-
 linux-user/ppc/syscall_nr.h        |  6 ++++++
 linux-user/s390x/syscall_nr.h      |  7 ++++++-
 linux-user/sh4/syscall_nr.h        |  6 ++++++
 linux-user/signal.c                |  1 +
 linux-user/sparc/syscall_nr.h      |  7 +++++++
 linux-user/sparc64/syscall_nr.h    |  7 +++++++
 linux-user/syscall.c               | 20 ++++++++++++++------
 linux-user/syscall_defs.h          |  1 +
 linux-user/syscall_types.h         | 13 +++++++++++++
 linux-user/x86_64/syscall_nr.h     |  7 +++++++
 21 files changed, 136 insertions(+), 13 deletions(-)

-- 
1.8.1.2

             reply	other threads:[~2014-02-19 10:35 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-19 10:35 riku.voipio [this message]
2014-02-19 10:35 ` [Qemu-devel] [PATCH 1/6] linux-user: sync syscall numbers upto 3.13 riku.voipio
2014-02-19 10:35 ` [Qemu-devel] [PATCH 2/6] linux-user/elfload.c: Avoid calling g_free() on uninitialized data riku.voipio
2014-02-19 10:35 ` [Qemu-devel] [PATCH 3/6] linux-user/signal.c: Don't pass sigaction uninitialised sa_flags riku.voipio
2014-02-19 10:35 ` [Qemu-devel] [PATCH 4/6] linux-user: Fix error handling in lock_iovec() riku.voipio
2014-02-19 10:35 ` [Qemu-devel] [PATCH 5/6] linux-user: Implement BLKPG ioctl riku.voipio
2014-02-19 10:35 ` [Qemu-devel] [PATCH 6/6] linux-user: Fix error handling in target_to_host_semarray() riku.voipio
2014-02-21 14:32 ` [Qemu-devel] [PULL 0/6] linux-user updates Peter Maydell

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.1392805802.git.riku.voipio@linaro.org \
    --to=riku.voipio@linaro.org \
    --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 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).