From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NZnps-0007vg-GR for qemu-devel@nongnu.org; Tue, 26 Jan 2010 11:00:12 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NZnpq-0007sD-A8 for qemu-devel@nongnu.org; Tue, 26 Jan 2010 11:00:10 -0500 Received: from [199.232.76.173] (port=45569 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NZnpp-0007rp-RL for qemu-devel@nongnu.org; Tue, 26 Jan 2010 11:00:09 -0500 Received: from afflict.kos.to ([92.243.29.197]:36702) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NZnpo-0000VZ-Ic for qemu-devel@nongnu.org; Tue, 26 Jan 2010 11:00:08 -0500 From: Riku Voipio Date: Tue, 26 Jan 2010 15:59:59 +0000 Message-Id: <1264521604-2020-1-git-send-email-riku.voipio@iki.fi> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH 0/5] linux-user for-usptream patches 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 Some fixes to avoid hanging, make arm uname match selected cpu, and fixes to cp15.c13 registers for linux-user tls register access. Lo=C3=AFc Minier (1): linux-user: adapt uname machine to emulated CPU Riku Voipio (4): fix locking error with current_tb linux-user: remove signal handler before calling abort() linux-user: Add access to TLS registers target-arm: Thread ID Registers are ARMv6K + Makefile.target | 2 +- exec.c | 13 +++++++- linux-user/cpu-uname.c | 72 ++++++++++++++++++++++++++++++++++++++++++= ++++++ linux-user/cpu-uname.h | 1 + linux-user/syscall.c | 3 +- target-arm/helper.c | 39 +++++++++++++++++++++++++- 6 files changed, 125 insertions(+), 5 deletions(-) create mode 100644 linux-user/cpu-uname.c create mode 100644 linux-user/cpu-uname.