qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/7] pending linux-user patches
@ 2011-07-11 14:10 riku.voipio
  2011-07-11 14:10 ` [Qemu-devel] [PATCH 1/7] arm-semi: Provide access to CLI arguments passed through the "-append" option riku.voipio
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: riku.voipio @ 2011-07-11 14:10 UTC (permalink / raw)
  To: qemu-devel; +Cc: Riku Voipio

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

Following linux-user patches have been submitted since the last
round. Last chance to comment before I ask for pull.

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


Cédric VINCENT (4):
  arm-semi: Provide access to CLI arguments passed through the
    "-append" option
  linux-user: Add support for KD...LED ioctls
  linux-user: Add support for more VT ioctls
  linux-user: Add support for even more FB ioctls

Peter Maydell (3):
  linux-user: Add syscall numbers from kernel 2.6.39.2
  linux-user: Implement prlimit64 syscall
  linux-user/syscall.c: Enforce pselect6 sigset size restrictions

 arm-semi.c                         |  113 +++++++++++++++++++++---------------
 linux-user/alpha/syscall_nr.h      |   23 +++++++-
 linux-user/arm/syscall_nr.h        |   13 ++++
 linux-user/cris/syscall_nr.h       |    2 +
 linux-user/i386/syscall_nr.h       |   12 ++++
 linux-user/ioctls.h                |   13 ++++
 linux-user/m68k/syscall_nr.h       |   16 +++++
 linux-user/main.c                  |   27 +++++++++
 linux-user/microblaze/syscall_nr.h |   14 ++++-
 linux-user/mips/syscall_nr.h       |   13 ++++
 linux-user/mips64/syscall_nr.h     |   13 ++++
 linux-user/mipsn32/syscall_nr.h    |   14 +++++
 linux-user/ppc/syscall_nr.h        |   30 ++++++++++
 linux-user/s390x/syscall_nr.h      |   13 ++++-
 linux-user/sh4/syscall_nr.h        |   32 ++++++++++
 linux-user/sparc/syscall_nr.h      |   12 ++++
 linux-user/sparc64/syscall_nr.h    |   12 ++++
 linux-user/syscall.c               |   48 +++++++++++++++
 linux-user/syscall_defs.h          |   17 ++++++
 linux-user/syscall_types.h         |   20 ++++++
 linux-user/x86_64/syscall_nr.h     |   12 ++++
 21 files changed, 418 insertions(+), 51 deletions(-)

-- 
1.7.4.1

^ permalink raw reply	[flat|nested] 10+ messages in thread
* [Qemu-devel] [PATCH 0/7] pending linux-user patches
@ 2011-09-09  9:32 riku.voipio
  0 siblings, 0 replies; 10+ messages in thread
From: riku.voipio @ 2011-09-09  9:32 UTC (permalink / raw)
  To: qemu-devel; +Cc: Riku Voipio

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

The following patches have sent to the list last month and look
ok. If everyone is Ok with these patches, I will send these as 
pull request next week.

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

An-Cheng Huang (3):
  linux-user: Fix MIPS indirect syscall handling
  linux-user: Verify MIPS syscall arguments
  linux-user: Implement setxattr/getxattr/removexattr syscalls

Cédric VINCENT (1):
  linux-user: Fix initialization of the heap contents when allocating
    new pages

Dr. David Alan Gilbert (1):
  linux-user: Implement new ARM 64 bit cmpxchg kernel helper

Johannes Schauer (1):
  introduce environment variables for all qemu-user options

Peter Maydell (1):
  linux-user: Exit with an error if we couldn't set up gdbserver

 linux-user/elfload.c |   56 ++++-
 linux-user/main.c    |  674 ++++++++++++++++++++++++++++++++++----------------
 linux-user/qemu.h    |    6 +
 linux-user/syscall.c |   63 +++++-
 4 files changed, 579 insertions(+), 220 deletions(-)

-- 
1.7.4.1

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

end of thread, other threads:[~2011-09-09  9:32 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-11 14:10 [Qemu-devel] [PATCH 0/7] pending linux-user patches riku.voipio
2011-07-11 14:10 ` [Qemu-devel] [PATCH 1/7] arm-semi: Provide access to CLI arguments passed through the "-append" option riku.voipio
2011-07-11 14:10 ` [Qemu-devel] [PATCH 2/7] linux-user: Add support for KD...LED ioctls riku.voipio
2011-07-11 14:10 ` [Qemu-devel] [PATCH 3/7] linux-user: Add support for more VT ioctls riku.voipio
2011-07-11 14:10 ` [Qemu-devel] [PATCH 4/7] linux-user: Add support for even more FB ioctls riku.voipio
2011-07-11 14:11 ` [Qemu-devel] [PATCH 5/7] linux-user: Add syscall numbers from kernel 2.6.39.2 riku.voipio
2011-07-11 15:12   ` cedric.vincent
2011-07-11 14:11 ` [Qemu-devel] [PATCH 6/7] linux-user: Implement prlimit64 syscall riku.voipio
2011-07-11 14:11 ` [Qemu-devel] [PATCH 7/7] linux-user/syscall.c: Enforce pselect6 sigset size restrictions riku.voipio
  -- strict thread matches above, loose matches on Subject: below --
2011-09-09  9:32 [Qemu-devel] [PATCH 0/7] pending linux-user patches 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).