From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MynOB-00055e-SO for qemu-devel@nongnu.org; Fri, 16 Oct 2009 10:02:41 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MynOA-00052T-8a for qemu-devel@nongnu.org; Fri, 16 Oct 2009 10:02:38 -0400 Received: from [199.232.76.173] (port=42669 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MynO9-00052F-DR for qemu-devel@nongnu.org; Fri, 16 Oct 2009 10:02:37 -0400 Received: from narury.org ([84.20.150.76]:35725) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MynO8-0002O6-8f for qemu-devel@nongnu.org; Fri, 16 Oct 2009 10:02:36 -0400 From: riku.voipio@iki.fi Date: Fri, 16 Oct 2009 17:02:26 +0300 Message-Id: Subject: [Qemu-devel] [PATCH 0/5] linux-user updates. List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Riku Voipio From: Riku Voipio Long time no update... A set of relatively small patches for comment on the list before sending a pull request. Max Filippov (1): linux-user: fix ppc target_stat64 st_blocks layout Paul Bolle (1): linux-user: don't zero a buffer twice Riku Voipio (1): linux-user: Update ARM hwcaps Ulrich Hecht (2): implementations of dup3 and fallocate that are good enough to fool LTP linux-user: getpriority errno fix configure | 36 ++++++++++++++++++++++++++++++++++++ linux-user/elfload.c | 9 ++++++++- linux-user/linuxload.c | 1 - linux-user/syscall.c | 12 +++++++++++- linux-user/syscall_defs.h | 2 +- 5 files changed, 56 insertions(+), 4 deletions(-)