[PATCH 0/2] target/riscv: improvements to GDB target descriptions

Andrew Burgess posted 2 patches 3 years, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/cover.1661934573.git.aburgess@redhat.com
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, "Philippe Mathieu-Daudé" <f4bug@amsat.org>, Palmer Dabbelt <palmer@dabbelt.com>, Alistair Francis <alistair.francis@wdc.com>, Bin Meng <bin.meng@windriver.com>
gdb-xml/riscv-32bit-cpu.xml |  6 +-----
gdb-xml/riscv-32bit-fpu.xml | 10 +---------
gdb-xml/riscv-64bit-cpu.xml |  6 +-----
gdb-xml/riscv-64bit-fpu.xml | 10 +---------
target/riscv/gdbstub.c      | 32 ++------------------------------
5 files changed, 6 insertions(+), 58 deletions(-)
[PATCH 0/2] target/riscv: improvements to GDB target descriptions
Posted by Andrew Burgess 3 years, 5 months ago
I was running some GDB tests against QEMU, and noticed some oddities
with the target description QEMU sends, the following two patches
address these issues.

Thanks,
Andrew

---

Andrew Burgess (2):
  target/riscv: remove fflags, frm, and fcsr from riscv-*-fpu.xml
  target/riscv: remove fixed numbering from GDB xml feature files

 gdb-xml/riscv-32bit-cpu.xml |  6 +-----
 gdb-xml/riscv-32bit-fpu.xml | 10 +---------
 gdb-xml/riscv-64bit-cpu.xml |  6 +-----
 gdb-xml/riscv-64bit-fpu.xml | 10 +---------
 target/riscv/gdbstub.c      | 32 ++------------------------------
 5 files changed, 6 insertions(+), 58 deletions(-)

-- 
2.25.4
Re: [PATCH 0/2] target/riscv: improvements to GDB target descriptions
Posted by Alistair Francis 3 years, 4 months ago
On Wed, Aug 31, 2022 at 6:43 PM Andrew Burgess <aburgess@redhat.com> wrote:
>
> I was running some GDB tests against QEMU, and noticed some oddities
> with the target description QEMU sends, the following two patches
> address these issues.
>
> Thanks,
> Andrew
>
> ---
>
> Andrew Burgess (2):
>   target/riscv: remove fflags, frm, and fcsr from riscv-*-fpu.xml
>   target/riscv: remove fixed numbering from GDB xml feature files

Thanks!

Applied to riscv-to-apply.next

Alistair

>
>  gdb-xml/riscv-32bit-cpu.xml |  6 +-----
>  gdb-xml/riscv-32bit-fpu.xml | 10 +---------
>  gdb-xml/riscv-64bit-cpu.xml |  6 +-----
>  gdb-xml/riscv-64bit-fpu.xml | 10 +---------
>  target/riscv/gdbstub.c      | 32 ++------------------------------
>  5 files changed, 6 insertions(+), 58 deletions(-)
>
> --
> 2.25.4
>
>