From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NeWjs-0000AL-Oc for qemu-devel@nongnu.org; Mon, 08 Feb 2010 11:45:32 -0500 Received: from [199.232.76.173] (port=37405 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NeWjr-000093-45 for qemu-devel@nongnu.org; Mon, 08 Feb 2010 11:45:31 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NeWjk-0002yw-TU for qemu-devel@nongnu.org; Mon, 08 Feb 2010 11:45:30 -0500 Received: from mail-iw0-f194.google.com ([209.85.223.194]:60227) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NeWjj-0002yP-FV for qemu-devel@nongnu.org; Mon, 08 Feb 2010 11:45:24 -0500 Received: by iwn34 with SMTP id 34so2298223iwn.21 for ; Mon, 08 Feb 2010 08:45:22 -0800 (PST) Message-ID: <4B703F9E.703@codemonkey.ws> Date: Mon, 08 Feb 2010 10:45:18 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <20100205140559.GA10499@afflict.kos.to> In-Reply-To: <20100205140559.GA10499@afflict.kos.to> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] Re: [PULL] linux-user-for upstream List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Riku Voipio Cc: qemu-devel@nongnu.org On 02/05/2010 08:05 AM, Riku Voipio wrote: > Same patchset as sent last week, with the TLS patched changed to the > "refactor cp15.c13" patch already acked by Laurent. > > The following changes since commit 117f8eb81dfdf51a0418fbf6d260cbb72bcd4a9d: > Markus Armbruster (1): > qdev: Add rudimentary help for property value > > are available in the git repository at: > > http://git.gitorious.org/qemu-maemo/qemu-maemo.git linux-user-for-upstream > > Loïc 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 > Pulled. Thanks. Regards, Anthony Liguori