From patchwork Thu Sep 22 16:26:24 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Riku Voipio X-Patchwork-Id: 115966 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [140.186.70.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 4795BB6F80 for ; Fri, 23 Sep 2011 02:26:40 +1000 (EST) Received: from localhost ([::1]:51275 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6m6d-0001eK-Qu for incoming@patchwork.ozlabs.org; Thu, 22 Sep 2011 12:26:35 -0400 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 Received: by afflict.kos.to (Postfix, from userid 1000) id B27F6266C8; Thu, 22 Sep 2011 16:26:24 +0000 (UTC) Date: Thu, 22 Sep 2011 19:26:24 +0300 From: Riku Voipio To: Anthony Liguori , qemu-devel@nongnu.org Message-ID: <20110922162624.GA30618@afflict.kos.to> MIME-Version: 1.0 Content-Disposition: inline X-message-flag: Warning: message not sent with a DRM-Certified client User-Agent: Mutt/1.5.18 (2008-05-17) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 92.243.29.197 Subject: [Qemu-devel] [PULL] pending linux-user patches X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org 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 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(-)