public inbox for qemu-devel@nongnu.org
 help / color / mirror / Atom feed
* [PATCH-for-11.1 v6 0/6] monitor/hmp: Reduce target-specific definitions
@ 2026-03-20  9:10 Philippe Mathieu-Daudé
  2026-03-20  9:10 ` [PATCH-for-11.1 v6 1/6] target/sparc/monitor: Dump all registers as 32-bit Philippe Mathieu-Daudé
                   ` (5 more replies)
  0 siblings, 6 replies; 21+ messages in thread
From: Philippe Mathieu-Daudé @ 2026-03-20  9:10 UTC (permalink / raw)
  To: qemu-devel
  Cc: Daniel Henrique Barboza, Paolo Bonzini, Mark Cave-Ayland,
	Pierrick Bouvier, Artyom Tarasenko, Dr. David Alan Gilbert,
	Richard Henderson, Markus Armbruster, Philippe Mathieu-Daudé

v6: Keep signed (Pierrick)
v5: Fixed mis-rebase (Zoltan)
v4: Remove duplicated hmp_info_via() declaration
v3: Rename MD_I32 -> MD_U32 (Dave)
v2: Change get_value() prototype signature, use ldn_he_p()

Move most of target-agnostic definitions from
"monitor/hmp-target.h" to "monitor/hmp.h" to
reduce files target-poisoning.

Philippe Mathieu-Daudé (6):
  target/sparc/monitor: Dump all registers as 32-bit
  monitor: Remove MonitorDef::type field and MD_TLONG / MD_I32
  monitor: Have MonitorDef::get_value() always return int64_t type
  monitor: Remove last target_long use in get_monitor_def()
  monitor: Reduce target-specific methods further
  monitor: Remove 'monitor/hmp-target.h' header

 MAINTAINERS                   |  2 +-
 include/monitor/hmp-target.h  | 50 -----------------------------------
 include/monitor/hmp.h         | 12 +++++++++
 monitor/monitor-internal.h    |  1 -
 hw/i386/sgx-stub.c            |  1 -
 hw/i386/sgx.c                 |  1 -
 monitor/hmp-cmds.c            |  1 -
 monitor/hmp-target.c          | 48 ---------------------------------
 monitor/hmp.c                 | 41 +++++++++++++++++++++++++++-
 stubs/target-monitor-defs.c   |  2 +-
 target/i386/cpu-apic.c        |  1 -
 target/i386/monitor.c         |  7 +++--
 target/i386/sev-system-stub.c |  1 -
 target/i386/sev.c             |  1 -
 target/m68k/monitor.c         | 25 +++++++++---------
 target/ppc/monitor.c          |  2 --
 target/riscv/monitor.c        |  1 -
 target/sh4/monitor.c          |  1 -
 target/sparc/monitor.c        |  1 -
 target/xtensa/monitor.c       |  1 -
 20 files changed, 69 insertions(+), 131 deletions(-)
 delete mode 100644 include/monitor/hmp-target.h

-- 
2.53.0



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

end of thread, other threads:[~2026-03-25 17:38 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-20  9:10 [PATCH-for-11.1 v6 0/6] monitor/hmp: Reduce target-specific definitions Philippe Mathieu-Daudé
2026-03-20  9:10 ` [PATCH-for-11.1 v6 1/6] target/sparc/monitor: Dump all registers as 32-bit Philippe Mathieu-Daudé
2026-03-20 21:44   ` Pierrick Bouvier
2026-03-24 12:49   ` Markus Armbruster
2026-03-20  9:10 ` [PATCH-for-11.1 v6 2/6] monitor: Remove MonitorDef::type field and MD_TLONG / MD_I32 Philippe Mathieu-Daudé
2026-03-20 21:44   ` Pierrick Bouvier
2026-03-20  9:10 ` [PATCH-for-11.1 v6 3/6] monitor: Have MonitorDef::get_value() always return int64_t type Philippe Mathieu-Daudé
2026-03-20 21:45   ` Pierrick Bouvier
2026-03-24 12:56   ` Markus Armbruster
2026-03-24 13:24     ` Peter Maydell
2026-03-24 14:42       ` Markus Armbruster
2026-03-24 18:34         ` Pierrick Bouvier
2026-03-25  5:51           ` Markus Armbruster
2026-03-25 17:37             ` Pierrick Bouvier
2026-03-20  9:10 ` [PATCH-for-11.1 v6 4/6] monitor: Remove last target_long use in get_monitor_def() Philippe Mathieu-Daudé
2026-03-20 21:45   ` Pierrick Bouvier
2026-03-20 21:51   ` Pierrick Bouvier
2026-03-20  9:10 ` [PATCH-for-11.1 v6 5/6] monitor: Reduce target-specific methods further Philippe Mathieu-Daudé
2026-03-20 21:52   ` Pierrick Bouvier
2026-03-20  9:10 ` [PATCH-for-11.1 v6 6/6] monitor: Remove 'monitor/hmp-target.h' header Philippe Mathieu-Daudé
2026-03-20 21:52   ` Pierrick Bouvier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox