qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Laurent Vivier <laurent@vivier.eu>
To: qemu-devel@nongnu.org
Cc: Laurent Vivier <laurent@vivier.eu>, Riku Voipio <riku.voipio@iki.fi>
Subject: [Qemu-devel] [PULL 0/6] Linux user for 2.13 patches
Date: Thu,  3 May 2018 23:38:57 +0200	[thread overview]
Message-ID: <20180503213903.30335-1-laurent@vivier.eu> (raw)

The following changes since commit 59255887e6cafeff747250d2613003a41d1d9dff:

  Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20180502' into staging (2018-05-03 11:25:14 +0100)

are available in the Git repository at:

  git://github.com/vivier/qemu.git tags/linux-user-for-2.13-pull-request

for you to fetch changes up to 7f254c5cb80bc478794a4c3d7fe5d503b033be13:

  linux-user: remove useless padding in flock64 structure (2018-05-03 18:40:19 +0200)

----------------------------------------------------------------

----------------------------------------------------------------

Christophe Lyon (4):
  Remove CONFIG_USE_FDPIC.
  linux-user: ARM-FDPIC: Identify ARM FDPIC binaries
  linux-user: ARM-FDPIC: Add support of FDPIC for ARM.
  linux-user: ARM-FDPIC: Add support for signals for FDPIC targets

Laurent Vivier (2):
  linux-user: introduce target_sigsp() and target_save_altstack()
  linux-user: remove useless padding in flock64 structure

 include/elf.h                   |   1 +
 include/exec/user/abitypes.h    |   2 +-
 linux-user/aarch64/signal.c     |  13 +----
 linux-user/alpha/signal.c       |  17 ++----
 linux-user/arm/signal.c         | 122 ++++++++++++++++++++++++++++++----------
 linux-user/arm/target_structs.h |   7 +++
 linux-user/elfload.c            |  54 ++++++++++++++----
 linux-user/hppa/signal.c        |  14 ++---
 linux-user/i386/signal.c        |  12 +---
 linux-user/m68k/signal.c        |  15 +----
 linux-user/microblaze/signal.c  |   4 +-
 linux-user/mips/signal.c        |  15 +----
 linux-user/nios2/signal.c       |  21 +------
 linux-user/openrisc/signal.c    |  14 +----
 linux-user/ppc/signal.c         |  15 +----
 linux-user/qemu.h               |  13 ++++-
 linux-user/riscv/signal.c       |  28 +++------
 linux-user/s390x/signal.c       |  12 +---
 linux-user/sh4/signal.c         |  11 +---
 linux-user/signal-common.h      |  15 ++---
 linux-user/signal.c             |  32 +++++++++++
 linux-user/sparc/signal.c       |  28 ++++++---
 linux-user/syscall.c            |  14 ++---
 linux-user/syscall_defs.h       |  25 ++------
 linux-user/tilegx/signal.c      |  13 +----
 linux-user/xtensa/signal.c      |  15 ++---
 26 files changed, 271 insertions(+), 261 deletions(-)

-- 
2.14.3

             reply	other threads:[~2018-05-03 21:39 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-03 21:38 Laurent Vivier [this message]
2018-05-03 21:38 ` [Qemu-devel] [PULL 1/6] Remove CONFIG_USE_FDPIC Laurent Vivier
2018-05-03 21:38 ` [Qemu-devel] [PULL 2/6] linux-user: ARM-FDPIC: Identify ARM FDPIC binaries Laurent Vivier
2018-05-03 21:39 ` [Qemu-devel] [PULL 3/6] linux-user: ARM-FDPIC: Add support of FDPIC for ARM Laurent Vivier
2018-05-03 21:39 ` [Qemu-devel] [PULL 4/6] linux-user: ARM-FDPIC: Add support for signals for FDPIC targets Laurent Vivier
2018-05-03 21:39 ` [Qemu-devel] [PULL 5/6] linux-user: introduce target_sigsp() and target_save_altstack() Laurent Vivier
2018-05-03 21:39 ` [Qemu-devel] [PULL 6/6] linux-user: remove useless padding in flock64 structure Laurent Vivier
2018-05-04  9:13 ` [Qemu-devel] [PULL 0/6] Linux user for 2.13 patches 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=20180503213903.30335-1-laurent@vivier.eu \
    --to=laurent@vivier.eu \
    --cc=qemu-devel@nongnu.org \
    --cc=riku.voipio@iki.fi \
    /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).