qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Philippe Mathieu-Daudé" <philmd@linaro.org>
To: Peter Maydell <peter.maydell@linaro.org>,
	qemu-arm@nongnu.org, qemu-devel@nongnu.org
Subject: Re: [PATCH for-10.1 4/9] target/arm: Handle gdb_core_xml_file in TYPE_ARM_CPU
Date: Fri, 25 Apr 2025 12:40:32 +0200	[thread overview]
Message-ID: <6f16193c-8acf-4857-b08f-e8a5d8ca3945@linaro.org> (raw)
In-Reply-To: <20250317142819.900029-5-peter.maydell@linaro.org>

On 17/3/25 15:28, Peter Maydell wrote:
> Instead of having the TYPE_AARCH64_CPU subclass set
> CPUClass:gdb_core_xml_file to a different value from that that
> TYPE_ARM_CPU uses, implement the gdb_get_core_xml_file method in the
> TYPE_ARM_CPU class to return either the AArch64 or AArch32 XML file
> name.
> 
> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
> ---
>   target/arm/cpu.c         | 16 +++++++++++++++-
>   target/arm/cpu64.c       |  1 -
>   target/arm/tcg/cpu-v7m.c |  1 -
>   3 files changed, 15 insertions(+), 3 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>



  reply	other threads:[~2025-04-25 10:41 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-17 14:28 [PATCH for-10.1 0/9] target/arm: Remove TYPE_AARCH64_CPU class Peter Maydell
2025-03-17 14:28 ` [PATCH for-10.1 1/9] core/cpu.h: gdb_arch_name string should not be freed Peter Maydell
2025-03-17 14:58   ` Alex Bennée
2025-03-17 15:35   ` [PATCH for-10.0 " Philippe Mathieu-Daudé
2025-03-17 14:28 ` [PATCH for-10.1 2/9] gdbstub: Allow gdb_core_xml_file to be set at runtime Peter Maydell
2025-03-17 14:59   ` Alex Bennée
2025-03-17 14:28 ` [PATCH for-10.1 3/9] target/arm: Handle AArch64 in TYPE_ARM_CPU gdb_arch_name Peter Maydell
2025-03-17 15:00   ` Alex Bennée
2025-03-17 15:45   ` Philippe Mathieu-Daudé
2025-03-17 14:28 ` [PATCH for-10.1 4/9] target/arm: Handle gdb_core_xml_file in TYPE_ARM_CPU Peter Maydell
2025-04-25 10:40   ` Philippe Mathieu-Daudé [this message]
2025-03-17 14:28 ` [PATCH for-10.1 5/9] target/arm: Handle AArch64 gdb read/write regs " Peter Maydell
2025-03-17 15:41   ` Philippe Mathieu-Daudé
2025-03-17 14:28 ` [PATCH for-10.1 6/9] target/arm: Present AArch64 gdbstub based on ARM_FEATURE_AARCH64 Peter Maydell
2025-03-17 15:40   ` Philippe Mathieu-Daudé
2025-03-17 15:45   ` Philippe Mathieu-Daudé
2025-04-25 14:42   ` Philippe Mathieu-Daudé
2025-04-29 10:25     ` Peter Maydell
2025-03-17 14:28 ` [PATCH for-10.1 7/9] target/arm: Move aarch64 CPU property code to TYPE_ARM_CPU Peter Maydell
2025-03-17 15:37   ` Philippe Mathieu-Daudé
2025-03-17 14:28 ` [PATCH for-10.1 8/9] target/arm/kvm: don't check TYPE_AARCH64_CPU Peter Maydell
2025-03-17 15:38   ` Philippe Mathieu-Daudé
2025-03-17 14:28 ` [PATCH for-10.1 9/9] target/arm: Remove TYPE_AARCH64_CPU Peter Maydell
2025-03-17 15:39   ` Philippe Mathieu-Daudé
2025-04-25 10:41 ` [PATCH for-10.1 0/9] target/arm: Remove TYPE_AARCH64_CPU class Philippe Mathieu-Daudé

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6f16193c-8acf-4857-b08f-e8a5d8ca3945@linaro.org \
    --to=philmd@linaro.org \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-arm@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).