qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 00/18] pending linux-user patches
@ 2011-06-20 16:20 riku.voipio
  2011-06-20 16:20 ` [Qemu-devel] [PATCH 01/18] Don't translate pointer when in restore_sigcontext riku.voipio
                   ` (17 more replies)
  0 siblings, 18 replies; 23+ messages in thread
From: riku.voipio @ 2011-06-20 16:20 UTC (permalink / raw)
  To: qemu-devel; +Cc: Riku Voipio

From: Riku Voipio <riku.voipio@iki.fi>

Hi,

All included patches except mine have already been on the list. These patches
should be ready for pull, but giving last minute chance for people to object.

The following changes since commit eb47d7c5d96060040931c42773ee07e61e547af9

  hw/9118.c: Implement active-low interrupt support (2011-06-15 13:23:37 +0200)


are available in the git repository at:
  git://git.linaro.org/people/rikuvoipio/qemu.git linux-user-for-upstream

Cédric VINCENT (2):
  linux-user: Fix the load of ELF files that have no "useful" symbol
  linux-user: Fix the computation of the requested heap size

Juan Quintela (5):
  linuxload: id_change was a write only variable
  syscall: really return ret code
  linux-user: syscall should use sanitized arg1
  flatload: end_code was only used in a debug message
  flatload: memp was a write-only variable

Laurent ALFONSI (1):
  linux-user: Define AT_RANDOM to support target stack protection
    mechanism.

Mike Frysinger (1):
  linux-user: add pselect6 syscall support

Mike McCormack (1):
  Don't translate pointer when in restore_sigcontext

Peter Maydell (7):
  linux-user: Handle images where lowest vaddr is not page aligned
  linux-user: Don't use MAP_FIXED in do_brk()
  arm-semi.c: Use correct check for failure of do_brk()
  m68k-semi.c: Use correct check for failure of do_brk()
  linux-user: Bump do_syscall() up to 8 syscall arguments
  linux-user/signal.c: Remove only-ever-set variable fpu_save_addr
  linux-user/signal.c: Remove unused fenab

Riku Voipio (1):
  linux-user: Fix sync_file_range on 32bit mips

 arm-semi.c             |    5 +-
 linux-user/elfload.c   |  185 +++++++++++++++++++++++++----------------
 linux-user/flatload.c  |    8 +--
 linux-user/linuxload.c |   25 +------
 linux-user/main.c      |   37 ++++++---
 linux-user/qemu.h      |    3 +-
 linux-user/signal.c    |   21 +++--
 linux-user/syscall.c   |  214 ++++++++++++++++++++++++++++++++++++++----------
 m68k-semi.c            |    5 +-
 9 files changed, 331 insertions(+), 172 deletions(-)

-- 
1.7.4.1

^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2011-06-21 17:50 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-20 16:20 [Qemu-devel] [PATCH 00/18] pending linux-user patches riku.voipio
2011-06-20 16:20 ` [Qemu-devel] [PATCH 01/18] Don't translate pointer when in restore_sigcontext riku.voipio
2011-06-20 16:20 ` [Qemu-devel] [PATCH 02/18] linux-user: Fix the load of ELF files that have no "useful" symbol riku.voipio
2011-06-21  7:07   ` cedric.vincent
2011-06-20 16:20 ` [Qemu-devel] [PATCH 03/18] linux-user: Handle images where lowest vaddr is not page aligned riku.voipio
2011-06-20 16:20 ` [Qemu-devel] [PATCH 04/18] linux-user: Don't use MAP_FIXED in do_brk() riku.voipio
2011-06-20 16:20 ` [Qemu-devel] [PATCH 05/18] arm-semi.c: Use correct check for failure of do_brk() riku.voipio
2011-06-20 16:20 ` [Qemu-devel] [PATCH 06/18] m68k-semi.c: " riku.voipio
2011-06-20 16:20 ` [Qemu-devel] [PATCH 07/18] linux-user: Fix the computation of the requested heap size riku.voipio
2011-06-21  7:11   ` cedric.vincent
2011-06-21 17:50     ` Riku Voipio
2011-06-20 16:20 ` [Qemu-devel] [PATCH 08/18] linux-user: add pselect6 syscall support riku.voipio
2011-06-20 16:20 ` [Qemu-devel] [PATCH 09/18] linux-user: Define AT_RANDOM to support target stack protection mechanism riku.voipio
2011-06-21  7:05   ` cedric.vincent
2011-06-20 16:20 ` [Qemu-devel] [PATCH 10/18] linuxload: id_change was a write only variable riku.voipio
2011-06-20 16:20 ` [Qemu-devel] [PATCH 11/18] syscall: really return ret code riku.voipio
2011-06-20 16:20 ` [Qemu-devel] [PATCH 12/18] linux-user: syscall should use sanitized arg1 riku.voipio
2011-06-20 16:20 ` [Qemu-devel] [PATCH 13/18] flatload: end_code was only used in a debug message riku.voipio
2011-06-20 16:20 ` [Qemu-devel] [PATCH 14/18] flatload: memp was a write-only variable riku.voipio
2011-06-20 16:20 ` [Qemu-devel] [PATCH 15/18] linux-user: Bump do_syscall() up to 8 syscall arguments riku.voipio
2011-06-20 16:20 ` [Qemu-devel] [PATCH 16/18] linux-user/signal.c: Remove only-ever-set variable fpu_save_addr riku.voipio
2011-06-20 16:20 ` [Qemu-devel] [PATCH 17/18] linux-user/signal.c: Remove unused fenab riku.voipio
2011-06-20 16:20 ` [Qemu-devel] [PATCH 18/18] linux-user: Fix sync_file_range on 32bit mips riku.voipio

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).