From mboxrd@z Thu Jan 1 00:00:00 1970 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 Date: Thu, 17 Feb 2011 13:57:31 +0200 From: Riku Voipio Message-ID: <20110217115731.GA20960@afflict.kos.to> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PULL] linux-user patches for master List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, anthony@codemonkey.ws 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(-)