From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:49076) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R8BED-0004JW-Vf for qemu-devel@nongnu.org; Mon, 26 Sep 2011 09:28:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R8BEC-0006PC-FW for qemu-devel@nongnu.org; Mon, 26 Sep 2011 09:28:13 -0400 Received: from mail-iy0-f173.google.com ([209.85.210.173]:56131) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R8BEC-0006OB-BR for qemu-devel@nongnu.org; Mon, 26 Sep 2011 09:28:12 -0400 Received: by iagf6 with SMTP id f6so5487535iag.4 for ; Mon, 26 Sep 2011 06:28:10 -0700 (PDT) Message-ID: <4E807DE5.5070000@codemonkey.ws> Date: Mon, 26 Sep 2011 08:28:05 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <20110922162624.GA30618@afflict.kos.to> In-Reply-To: <20110922162624.GA30618@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 Cc: qemu-devel@nongnu.org On 09/22/2011 11:26 AM, Riku Voipio wrote: > The following changes since commit 27cdad67a1bc23b38c765b677ed8064bfb8d3e44: > > Revert "alpha-softmmu: Disable for the 0.15 release branch." (2011-09-21 00:50:32 +0200) > > are available in the git repository at: > git://git.linaro.org/people/rikuvoipio/qemu.git linux-user-for-upstream Pulled. Thanks. Regards, Anthony Liguori > > 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(-) > >