From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:43513) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SdcYM-00082z-DL for qemu-devel@nongnu.org; Sun, 10 Jun 2012 03:27:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SdcYJ-0000uv-26 for qemu-devel@nongnu.org; Sun, 10 Jun 2012 03:27:13 -0400 Received: from mail-lpp01m010-f45.google.com ([209.85.215.45]:33347) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SdcYI-0000uS-O9 for qemu-devel@nongnu.org; Sun, 10 Jun 2012 03:27:10 -0400 Received: by lahc1 with SMTP id c1so2392676lah.4 for ; Sun, 10 Jun 2012 00:27:07 -0700 (PDT) From: Max Filippov Date: Sun, 10 Jun 2012 11:26:49 +0400 Message-Id: <1339313212-19653-1-git-send-email-jcmvbkbc@gmail.com> Subject: [Qemu-devel] [PATCH v2 0/3] target-xtensa: AREG0 conversion List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Blue Swirl , Max Filippov Changes in v2: - add Peter's patch to this series - rebase to the current master - remove HELPER_CFLAGS from target-xtensa/Makefile.objs Max Filippov (2): target-xtensa: add attributes to helper functions target-xtensa: switch to AREG0-free mode Peter Portante (1): target-xtensa: remove unnecessary include of dyngen-exec.h configure | 2 +- target-xtensa/helper.h | 58 +++++++------- target-xtensa/op_helper.c | 185 +++++++++++++++++++++---------------------- target-xtensa/translate.c | 64 ++++++++------- target-xtensa/xtensa-semi.c | 1 - 5 files changed, 154 insertions(+), 156 deletions(-) -- 1.7.7.6