From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43161) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZC3i4-0003Ju-81 for qemu-devel@nongnu.org; Mon, 06 Jul 2015 06:33:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZC3hz-00008M-Sx for qemu-devel@nongnu.org; Mon, 06 Jul 2015 06:33:11 -0400 Received: from mail-la0-x230.google.com ([2a00:1450:4010:c03::230]:33581) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZC3hz-00007b-Kg for qemu-devel@nongnu.org; Mon, 06 Jul 2015 06:33:07 -0400 Received: by laar3 with SMTP id r3so149343327laa.0 for ; Mon, 06 Jul 2015 03:33:06 -0700 (PDT) From: Max Filippov Date: Mon, 6 Jul 2015 13:32:56 +0300 Message-Id: <1436178776-2008-1-git-send-email-jcmvbkbc@gmail.com> Subject: [Qemu-devel] [PULL for-2.4 0/2] xtensa queue 2015-07-06 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , Max Filippov Hi Peter, please pull my current queue for xtensa. The following changes since commit f50a1640fb82708a5d528dee1ace42a224b95b15: Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging (2015-07-05 20:35:47 +0100) are available in the git repository at: git://github.com/OSLL/qemu-xtensa.git tags/20150706-xtensa for you to fetch changes up to 1479073b7e849fa03e5892eea0e0b5dadde1a98a: target-xtensa: fix gdb register map construction (2015-07-06 13:25:12 +0300) ---------------------------------------------------------------- Xtensa fixes: - add 64-bit floating point registers; - fix gdb register map construction. ---------------------------------------------------------------- Max Filippov (2): target-xtensa: add 64-bit floating point registers target-xtensa: fix gdb register map construction target-xtensa/core-dc232b.c | 2 +- target-xtensa/core-dc233c.c | 2 +- target-xtensa/core-fsf.c | 7 ++++++- target-xtensa/cpu.h | 19 ++++++++++++++++++- target-xtensa/gdbstub.c | 25 +++++++++++++++++++++---- target-xtensa/helper.c | 14 ++++++++++++++ target-xtensa/import_core.sh | 6 ++---- target-xtensa/overlay_tool.h | 4 +++- target-xtensa/translate.c | 7 ++++--- 9 files changed, 70 insertions(+), 16 deletions(-)