From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:38627) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6m6W-0001ap-4n for qemu-devel@nongnu.org; Thu, 22 Sep 2011 12:26:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R6m6V-0000VD-2T for qemu-devel@nongnu.org; Thu, 22 Sep 2011 12:26:28 -0400 Received: from afflict.kos.to ([92.243.29.197]:59574) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6m6U-0000UU-TX for qemu-devel@nongnu.org; Thu, 22 Sep 2011 12:26:27 -0400 Date: Thu, 22 Sep 2011 19:26:24 +0300 From: Riku Voipio Message-ID: <20110922162624.GA30618@afflict.kos.to> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL] pending linux-user patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori , qemu-devel@nongnu.org The following changes since commit 27cdad67a1bc23b38c765b677ed8064bfb8d3e= 44: Revert "alpha-softmmu: Disable for the 0.15 release branch." (2011-09-2= 1 00:50:32 +0200) are available in 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=C3=A9dric 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(-)