From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 7771BC4167D for ; Mon, 6 Nov 2023 15:36:34 +0000 (UTC) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1r01e7-0000Dj-Fh; Mon, 06 Nov 2023 10:36:12 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1r01dv-00084L-92 for qemu-riscv@nongnu.org; Mon, 06 Nov 2023 10:35:59 -0500 Received: from mail-wm1-x329.google.com ([2a00:1450:4864:20::329]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1r01dq-0004vT-1B for qemu-riscv@nongnu.org; Mon, 06 Nov 2023 10:35:58 -0500 Received: by mail-wm1-x329.google.com with SMTP id 5b1f17b1804b1-40806e4106dso28181195e9.1 for ; Mon, 06 Nov 2023 07:35:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1699284951; x=1699889751; darn=nongnu.org; h=content-transfer-encoding:mime-version:message-id:date:user-agent :references:in-reply-to:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=GH8LNuoVZYfXx5IOFVr7wSXy+LzChIBJaYy6Tg1fBeY=; b=p3tLyRvAUuPHoRmOwteUeZScvbbZn7KtkXwdOYTA9EbXJ9VxHi//Kuk3bY4Z2GyIUz tuojbm/nbk1nD67NDNcIxcPuYttV98soxThETmtqcwOoq2gQJu3ushiOG3hQ861W8rP4 7b1Ss0wbEdQiCHY8KkP7/JN0xr30RMnk8Ec6ZfdJh0nPo2bgQhjguA0hi9CqUf8krL83 VoDclp26N//7e9lxS+siYEmGOvwK0/vzkIsQ5ua3exfgGELT9g7E5pk0g4Bn6QJKj4zC xVTvqUAt8VO8CbSit7R17pB48Frz7uwUtMJEUMueayQujbzPZtZx2Qhbi7PGwb13sKT3 Sweg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1699284951; x=1699889751; h=content-transfer-encoding:mime-version:message-id:date:user-agent :references:in-reply-to:subject:cc:to:from:x-gm-message-state:from :to:cc:subject:date:message-id:reply-to; bh=GH8LNuoVZYfXx5IOFVr7wSXy+LzChIBJaYy6Tg1fBeY=; b=sgrT/2dXIyhqzDo4laP9X5Mi/SstUsAHwX819h9wASnoKOxrVWoNxmwX6L6/e72Ar7 1tBTQsDy2bMOHdbR6KldxKbfyuU4GcVtFjP6DGuLX7vpZa7QnKykX3sSMHeBgfoeTx2A N3J89NQwLJQoA6Fu69lp5DlEM/T5LRhAQ7FWZgJxeFHWpTn7n0BhuMCBemPYmS9HOJiu ZIqQVzAZ3BLrmPf5sP47PhwCG4/dz8z3eUveuoFfhETF//L9d3bcf3Zud5g93GUjVbBF xPFC11hObp7RcFQuT+oMp+xhqlUnyWeVhdvEFF7Qqh7goQZJIcrvsJZq5qD7kCr+0cek JY3w== X-Gm-Message-State: AOJu0Yw1eh6jaEJNe1+W6IFk5+ypGvh/Rk+tCieW3oUK5zXQiSLOH0VW edJDsWB2yHwROgXl8+Z1McFaow== X-Google-Smtp-Source: AGHT+IEUoO4lZZWmpNMtbYFKQ3Ltt4+4MxzE+uwalVlkgY5FDSaZ9CVVgv5eyKfBsEmGHS5Z9hFagw== X-Received: by 2002:a05:600c:3ba2:b0:401:c7ec:b930 with SMTP id n34-20020a05600c3ba200b00401c7ecb930mr44039wms.10.1699284951286; Mon, 06 Nov 2023 07:35:51 -0800 (PST) Received: from draig.lan ([85.9.250.243]) by smtp.gmail.com with ESMTPSA id m1-20020a056000180100b0031980783d78sm9737891wrh.54.2023.11.06.07.35.50 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 06 Nov 2023 07:35:50 -0800 (PST) Received: from draig (localhost [IPv6:::1]) by draig.lan (Postfix) with ESMTP id 7EE9A5F79F; Mon, 6 Nov 2023 15:35:50 +0000 (GMT) From: =?utf-8?Q?Alex_Benn=C3=A9e?= To: qemu-devel@nongnu.org Cc: Akihiko Odaki , Peter Maydell , "Edgar E. Iglesias" , Song Gao , qemu-arm@nongnu.org, =?utf-8?Q?Marc-Andr=C3=A9?= Lureau , Wainer dos Santos Moschetta , Weiwei Li , Marcel Apfelbaum , Ilya Leoshkevich , Daniel Henrique Barboza , Yanan Wang , =?utf-8?Q?C=C3=A9dric?= Le Goater , Paolo Bonzini , David Hildenbrand , Brian Cain , qemu-ppc@nongnu.org, Palmer Dabbelt , qemu-riscv@nongnu.org, Eduardo Habkost , Philippe =?utf-8?Q?Mathieu-Daud=C3=A9?= , Alistair Francis , Liu Zhiwei , Cleber Rosa , qemu-s390x@nongnu.org, Laurent Vivier , Yoshinori Sato , Nicholas Piggin , Thomas Huth , John Snow , Alexandre Iooss , Daniel P. =?utf-8?Q?Berrang=C3=A9?= , Mahmoud Mandour , Daniel Henrique Barboza , Bin Meng , Beraldo Leal , Richard Henderson , Michael Rolnik Subject: Re: [PATCH 13/29] target/riscv: Use GDBFeature for dynamic XML In-Reply-To: <87a5rrdy6d.fsf@draig.linaro.org> ("Alex =?utf-8?Q?Benn=C3=A9?= =?utf-8?Q?e=22's?= message of "Mon, 06 Nov 2023 09:32:42 +0000 (6 hours, 1 minute, 47 seconds ago)") References: <20231103195956.1998255-1-alex.bennee@linaro.org> <20231103195956.1998255-14-alex.bennee@linaro.org> <87a5rrdy6d.fsf@draig.linaro.org> User-Agent: mu4e 1.11.24; emacs 29.1 Date: Mon, 06 Nov 2023 15:35:50 +0000 Message-ID: <875y2edhd5.fsf@draig.linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=2a00:1450:4864:20::329; envelope-from=alex.bennee@linaro.org; helo=mail-wm1-x329.google.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=unavailable autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-riscv@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-riscv-bounces+qemu-riscv=archiver.kernel.org@nongnu.org Sender: qemu-riscv-bounces+qemu-riscv=archiver.kernel.org@nongnu.org Alex Benn=C3=A9e writes: > Alex Benn=C3=A9e writes: > >> From: Akihiko Odaki >> >> In preparation for a change to use GDBFeature as a parameter of >> gdb_register_coprocessor(), convert the internal representation of >> dynamic feature from plain XML to GDBFeature. >> >> Signed-off-by: Akihiko Odaki >> Message-Id: <20231025093128.33116-7-akihiko.odaki@daynix.com> >> Signed-off-by: Alex Benn=C3=A9e > > I bisected the following failure: > > ./qemu-riscv64 -g 1234 ./tests/tcg/riscv64-linux-user/sha512 > > and: > > gdb-multiarch ./tests/tcg/riscv64-linux-user/sha512 -ex "target remote l= ocalhost:1234" -x ../../tests/tcg/multiarch/gdbstub/registers.py > > gives: > > warning: Architecture rejected target-supplied description > Ignoring packet error, continuing... > Ignoring packet error, continuing... > Ignoring packet error, continuing... > Ignoring packet error, continuing... I don't know if the discontinuous register numbering could be the problem: ? --=20 Alex Benn=C3=A9e Virtualisation Tech Lead @ Linaro