From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Na7Ks-00055M-EK for qemu-devel@nongnu.org; Wed, 27 Jan 2010 07:49:30 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Na7Kq-000545-By for qemu-devel@nongnu.org; Wed, 27 Jan 2010 07:49:29 -0500 Received: from [199.232.76.173] (port=50365 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Na7Kq-000541-6p for qemu-devel@nongnu.org; Wed, 27 Jan 2010 07:49:28 -0500 Received: from afflict.kos.to ([92.243.29.197]:42905) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Na7Kp-0000dK-K3 for qemu-devel@nongnu.org; Wed, 27 Jan 2010 07:49:27 -0500 From: Riku Voipio Date: Wed, 27 Jan 2010 12:49:21 +0000 Message-Id: <1264596565-8907-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/4] linux-user-for-upstream 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 fix cp15.c13 register for linux-user tls register access. Lo=C3=AFc Minier (1): linux-user: adapt uname machine to emulated CPU Riku Voipio (3): fix locking error with current_tb linux-user: remove signal handler before calling abort() target-arm: refactor cp15.c13 register access 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 | 16 ---------- target-arm/translate.c | 55 ++++++++++++++++++++++++++++++++++++ 7 files changed, 142 insertions(+), 20 deletions(-) create mode 100644 linux-user/cpu-uname.c create mode 100644 linux-user/cpu-uname.h