From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:58429) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QYhDJ-0003SC-K8 for qemu-devel@nongnu.org; Mon, 20 Jun 2011 12:20:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QYhDH-0008Kh-Vi for qemu-devel@nongnu.org; Mon, 20 Jun 2011 12:20:37 -0400 Received: from afflict.kos.to ([92.243.29.197]:34610) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QYhDH-0008JP-I3 for qemu-devel@nongnu.org; Mon, 20 Jun 2011 12:20:35 -0400 From: riku.voipio@iki.fi Date: Mon, 20 Jun 2011 19:20:05 +0300 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH 00/18] pending linux-user patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Riku Voipio From: Riku Voipio Hi, All included patches except mine have already been on the list. These pat= ches should be ready for pull, but giving last minute chance for people to obj= ect. The following changes since commit eb47d7c5d96060040931c42773ee07e61e547a= f9 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=C3=A9dric 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(-) --=20 1.7.4.1