From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39821) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gOvxB-00008H-0H for qemu-devel@nongnu.org; Mon, 19 Nov 2018 21:39:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gOvxA-00060R-Bh for qemu-devel@nongnu.org; Mon, 19 Nov 2018 21:39:52 -0500 Received: from mail-lf1-x141.google.com ([2a00:1450:4864:20::141]:38363) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gOvxA-0005xI-4Z for qemu-devel@nongnu.org; Mon, 19 Nov 2018 21:39:52 -0500 Received: by mail-lf1-x141.google.com with SMTP id p86so253036lfg.5 for ; Mon, 19 Nov 2018 18:39:51 -0800 (PST) From: Max Filippov Date: Mon, 19 Nov 2018 18:39:32 -0800 Message-Id: <20181120023934.8552-1-jcmvbkbc@gmail.com> Subject: [Qemu-devel] [PATCH 0/2] target/xtensa fixes for 3.1 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Max Filippov Hello, the following two patches fix gdbserver register counting for xtensa-softmmu and xtensa-linux and drops explicit register counters from DC232B and DC233C core configurations. Max Filippov (2): target/xtensa: gdbstub fix register counting target/xtensa: drop num_[core_]regs from dc232b/dc233c configs target/xtensa/core-dc232b.c | 2 -- target/xtensa/core-dc232b/gdb-config.inc.c | 1 + target/xtensa/core-dc233c.c | 2 -- target/xtensa/core-dc233c/gdb-config.inc.c | 1 + target/xtensa/gdbstub.c | 11 ++++++++--- 5 files changed, 10 insertions(+), 7 deletions(-) -- 2.11.0