From patchwork Thu Feb 17 11:57:31 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Riku Voipio X-Patchwork-Id: 83447 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 7A292B7106 for ; Thu, 17 Feb 2011 22:58:47 +1100 (EST) Received: from localhost ([127.0.0.1]:52597 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pq2VQ-00006q-Sb for incoming@patchwork.ozlabs.org; Thu, 17 Feb 2011 06:58:44 -0500 Received: from [140.186.70.92] (port=51649 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pq2UJ-0008Ev-QG for qemu-devel@nongnu.org; Thu, 17 Feb 2011 06:57:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pq2UI-0007CD-0I for qemu-devel@nongnu.org; Thu, 17 Feb 2011 06:57:35 -0500 Received: from afflict.kos.to ([92.243.29.197]:47703) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pq2UH-0007Bx-Ok for qemu-devel@nongnu.org; Thu, 17 Feb 2011 06:57:33 -0500 Received: by afflict.kos.to (Postfix, from userid 1000) id 9DFA526690; Thu, 17 Feb 2011 11:57:31 +0000 (UTC) Date: Thu, 17 Feb 2011 13:57:31 +0200 From: Riku Voipio To: qemu-devel@nongnu.org, anthony@codemonkey.ws Message-ID: <20110217115731.GA20960@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 Cc: Subject: [Qemu-devel] [PULL] linux-user patches for master X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org The following changes since commit 79f2b6fcdb7c06cdce6eccc796f5651f3efb843e: Merge remote branch 'kwolf/for-anthony' into staging (2011-02-16 08:47:13 -0600) are available in the git repository at: git://gitorious.org/qemu-maemo/qemu.git linux-user-for-upstream Laurent Vivier (4): linux-user: add rmdir() strace linux-user: in linux-user/strace.c, tswap() is useless linux-user: Define target alignment size linux-user: correct core dump format Peter Maydell (1): linux-user: Support the epoll syscalls configure | 71 ++++++++++++++++++++++++++++++ cpu-defs.h | 14 ++++-- linux-user/elfload.c | 34 ++++++++------- linux-user/strace.c | 91 +++++++++++++++++++------------------- linux-user/strace.list | 3 + linux-user/syscall.c | 107 +++++++++++++++++++++++++++++++++++++++++++++ linux-user/syscall_defs.h | 13 +++++ 7 files changed, 267 insertions(+), 66 deletions(-)