From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:59390) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbHt8-0001AF-UF for qemu-devel@nongnu.org; Mon, 27 Jun 2011 15:54:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QbHt7-0003CL-4k for qemu-devel@nongnu.org; Mon, 27 Jun 2011 15:54:30 -0400 Received: from mail-gw0-f45.google.com ([74.125.83.45]:63697) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbHt6-0003C8-QG for qemu-devel@nongnu.org; Mon, 27 Jun 2011 15:54:28 -0400 Received: by gwb19 with SMTP id 19so2546963gwb.4 for ; Mon, 27 Jun 2011 12:54:27 -0700 (PDT) Message-ID: <4E08DFEF.9040509@codemonkey.ws> Date: Mon, 27 Jun 2011 14:54:23 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <20110625161812.GA7612@afflict.kos.to> In-Reply-To: <20110625161812.GA7612@afflict.kos.to> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PULL] pending linux-user patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: riku.voipio@iki.fi Cc: qemu-devel@nongnu.org On 06/25/2011 11:18 AM, riku.voipio@iki.fi wrote: > Hi, > > The following changes since commit 744d3644181ddb16ef5944a0f9217e46961c8c84: > > coreaudio: Fix OSStatus format specifier (2011-06-23 18:56:58 +0400) Pulled. Thanks. Regards, Anthony Liguori > > are available in the git repository at: > git://git.linaro.org/people/rikuvoipio/qemu.git linux-user-for-upstream > > Cédric VINCENT (1): > 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 | 240 +++++++++++++++++++++++++++++++++++++++--------- > m68k-semi.c | 5 +- > 9 files changed, 354 insertions(+), 175 deletions(-) > § > >