From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MSYXg-0007u4-Tt for qemu-devel@nongnu.org; Sun, 19 Jul 2009 11:43:12 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MSYXc-0007sW-F9 for qemu-devel@nongnu.org; Sun, 19 Jul 2009 11:43:12 -0400 Received: from [199.232.76.173] (port=47391 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MSYXc-0007sQ-Aj for qemu-devel@nongnu.org; Sun, 19 Jul 2009 11:43:08 -0400 Received: from mail-ew0-f217.google.com ([209.85.219.217]:65159) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MSYXb-0006df-HG for qemu-devel@nongnu.org; Sun, 19 Jul 2009 11:43:08 -0400 Received: by ewy17 with SMTP id 17so1523835ewy.34 for ; Sun, 19 Jul 2009 08:43:03 -0700 (PDT) MIME-Version: 1.0 Date: Sun, 19 Jul 2009 17:43:03 +0200 Message-ID: <5b31733c0907190843k11ead885tc6b4c81b79f7257b@mail.gmail.com> From: Filip Navara Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PATCH 00/18] target-arm cleanup List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel Cc: Laurent Desnogues , Paul Brook Hi, the set of patches I just sent are intended to improve the TCG register allocation in target-arm code. The goals are: - Use TCG memory-backed variables for the CPU registers - Get rid of cpu_T variables - Remove unused code Several emulation correctness bugs are also fixed by the patches, but I couldn't verify if the fixes actually work (VUZP and RFE instructions). Best regards, Filip Navara