qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v6 0/5] gdbstub and TCG plugin improvements
@ 2023-10-30  5:46 Akihiko Odaki
  2023-10-30  5:46 ` [PATCH v6 1/5] hw/riscv: Use misa_mxl instead of misa_mxl_max Akihiko Odaki
                   ` (5 more replies)
  0 siblings, 6 replies; 16+ messages in thread
From: Akihiko Odaki @ 2023-10-30  5:46 UTC (permalink / raw)
  Cc: Alex Bennée, Mikhail Tyutin, Aleksandr Anenkov, qemu-devel,
	Philippe Mathieu-Daudé, Fabiano Rosas, Akihiko Odaki

Based-on: <20231029145033.592566-1-alex.bennee@linaro.org>
("[PATCH v2 00/19] Maintainer updates for testing, gdb, semihosting and
plugins (pre-PR)")

This series extracts fixes and refactorings that can be applied
independently from "[PATCH v9 00/23] plugins: Allow to read registers".

The patch "target/riscv: Move MISA limits to class" was replaced with
patch "target/riscv: Move misa_mxl_max to class" since I found instances
may have different misa_ext_mask.

V5 -> V6:
  Added patch "default-configs: Add TARGET_XML_FILES definition".
  Rebased.

V4 -> V5:
  Added patch "hw/riscv: Use misa_mxl instead of misa_mxl_max".

V3 -> V4:
  Added patch "gdbstub: Check if gdb_regs is NULL".

V2 -> V3:
  Restored patch sets from the previous version.
  Rebased to commit 800485762e6564e04e2ab315132d477069562d91.

V1 -> V2:
  Added patch "target/riscv: Do not allow MXL_RV32 for TARGET_RISCV64".
  Added patch "target/riscv: Initialize gdb_core_xml_file only once".
  Dropped patch "target/riscv: Remove misa_mxl validation".
  Dropped patch "target/riscv: Move misa_mxl_max to class".
  Dropped patch "target/riscv: Validate misa_mxl_max only once".

Akihiko Odaki (5):
  hw/riscv: Use misa_mxl instead of misa_mxl_max
  target/riscv: Remove misa_mxl validation
  target/riscv: Move misa_mxl_max to class
  target/riscv: Validate misa_mxl_max only once
  default-configs: Add TARGET_XML_FILES definition

 configs/targets/loongarch64-linux-user.mak |   1 +
 target/riscv/cpu-qom.h                     |   1 +
 target/riscv/cpu.h                         |   3 +-
 hw/riscv/boot.c                            |   2 +-
 target/riscv/cpu.c                         | 139 ++++++++++++---------
 target/riscv/gdbstub.c                     |  12 +-
 target/riscv/kvm/kvm-cpu.c                 |  10 +-
 target/riscv/machine.c                     |   7 +-
 target/riscv/tcg/tcg-cpu.c                 |  42 +------
 target/riscv/translate.c                   |   3 +-
 10 files changed, 109 insertions(+), 111 deletions(-)

-- 
2.42.0



^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2023-12-18  3:16 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-30  5:46 [PATCH v6 0/5] gdbstub and TCG plugin improvements Akihiko Odaki
2023-10-30  5:46 ` [PATCH v6 1/5] hw/riscv: Use misa_mxl instead of misa_mxl_max Akihiko Odaki
2023-11-23  3:04   ` Alistair Francis
2023-11-23  7:24     ` Akihiko Odaki
2023-12-15  5:34       ` Alistair Francis
2023-12-15  6:34         ` Akihiko Odaki
2023-12-18  3:15           ` Alistair Francis
2023-10-30  5:46 ` [PATCH v6 2/5] target/riscv: Remove misa_mxl validation Akihiko Odaki
2023-11-23  3:08   ` Alistair Francis
2023-10-30  5:46 ` [PATCH v6 3/5] target/riscv: Move misa_mxl_max to class Akihiko Odaki
2023-10-30  5:46 ` [PATCH v6 4/5] target/riscv: Validate misa_mxl_max only once Akihiko Odaki
2023-10-30  5:46 ` [PATCH v6 5/5] default-configs: Add TARGET_XML_FILES definition Akihiko Odaki
2023-10-30  8:47   ` Philippe Mathieu-Daudé
2023-10-31 22:37     ` Alex Bennée
2023-11-23  3:10 ` [PATCH v6 0/5] gdbstub and TCG plugin improvements Alistair Francis
2023-11-23  7:30   ` Akihiko Odaki

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).