From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39255) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WEj5X-0002HB-So for qemu-devel@nongnu.org; Sat, 15 Feb 2014 12:31:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WEj5P-0004E0-G6 for qemu-devel@nongnu.org; Sat, 15 Feb 2014 12:31:39 -0500 Received: from mail-lb0-x22e.google.com ([2a00:1450:4010:c04::22e]:57683) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WEj5P-0004Dm-8w for qemu-devel@nongnu.org; Sat, 15 Feb 2014 12:31:31 -0500 Received: by mail-lb0-f174.google.com with SMTP id l4so10105786lbv.19 for ; Sat, 15 Feb 2014 09:31:29 -0800 (PST) From: Max Filippov Date: Sat, 15 Feb 2014 21:30:55 +0400 Message-Id: <1392485457-3356-1-git-send-email-jcmvbkbc@gmail.com> Subject: [Qemu-devel] [PATCH 0/2] target-xtensa: refactor core configuration, add HW config ID List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Max Filippov Hello, this series collapses standard core configuration statements into a single macro and adds support for two new special registers. Max Filippov (2): target-xtensa: refactor standard core configuration target-xtensa: provide HW confg ID registers target-xtensa/core-dc232b.c | 8 +------- target-xtensa/core-dc233c.c | 8 +------- target-xtensa/core-fsf.c | 8 +------- target-xtensa/cpu.c | 2 ++ target-xtensa/cpu.h | 4 ++++ target-xtensa/overlay_tool.h | 17 +++++++++++++++++ target-xtensa/translate.c | 9 +++++++-- 7 files changed, 33 insertions(+), 23 deletions(-) -- 1.8.1.4