From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:54794) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TF42r-00009j-BJ for qemu-devel@nongnu.org; Fri, 21 Sep 2012 10:17:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TF42l-0002gp-Bv for qemu-devel@nongnu.org; Fri, 21 Sep 2012 10:17:29 -0400 Received: from mail-pb0-f45.google.com ([209.85.160.45]:57956) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TF42l-0002gX-1y for qemu-devel@nongnu.org; Fri, 21 Sep 2012 10:17:23 -0400 Received: by pbbrp12 with SMTP id rp12so7780255pbb.4 for ; Fri, 21 Sep 2012 07:17:22 -0700 (PDT) Sender: Richard Henderson From: Richard Henderson Date: Fri, 21 Sep 2012 07:17:08 -0700 Message-Id: <1348237034-15851-1-git-send-email-rth@twiddle.net> Subject: [Qemu-devel] [PATCH v2 0/6] linux-user improvements List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Riku Voipio Patch set available at git://repo.or.cz/qemu/rth.git axp-next Changes v1-v2: * Fix cpu_alpha_init patch only stores cpu_model. The inited thing is already done inside alpha_translate_init. r~ Richard Henderson (6): linux-user: Perform more checks on iovec lists linux-user: Implement gethostname alpha-linux-user: Fix sigaltstack structure definition alpha-linux-user: Fix sigaction target-alpha: Fix cpu_alpha_init linux-user: Fix siginfo handling linux-user/alpha/target_signal.h | 7 +- linux-user/qemu.h | 3 + linux-user/signal.c | 81 ++++++++++-------- linux-user/syscall.c | 177 +++++++++++++++++++++++++-------------- linux-user/syscall_defs.h | 2 +- target-alpha/translate.c | 1 + 6 files changed, 173 insertions(+), 98 deletions(-) -- 1.7.11.4