All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] monitor: Merge hmp-cmds-target.c within hmp-cmds.c
@ 2025-12-24 13:39 Philippe Mathieu-Daudé
  2025-12-24 13:39 ` [PATCH 1/6] monitor/hmp: Replace target_ulong -> vaddr in hmp_gva2gpa() Philippe Mathieu-Daudé
                   ` (5 more replies)
  0 siblings, 6 replies; 18+ messages in thread
From: Philippe Mathieu-Daudé @ 2025-12-24 13:39 UTC (permalink / raw)
  To: qemu-devel
  Cc: Manos Pitsidianakis, Dr. David Alan Gilbert, Pierrick Bouvier,
	Anton Johansson, Philippe Mathieu-Daudé

Requiered for single-binary work, remove target-specific
parts of hmp-cmds-target.c, eventually allowing to merge
within hmp-cmds.c.

tag: https://gitlab.com/philmd/qemu/-/tags/endian_hmp-v1
CI: https://gitlab.com/philmd/qemu/-/pipelines/2231223066

Philippe Mathieu-Daudé (6):
  monitor/hmp: Replace target_ulong -> vaddr in hmp_gva2gpa()
  monitor/hmp: Use plain uint64_t @addr argument in memory_dump()
  monitor/hmp: Remove target_long uses in memory_dump()
  monitor/hmp: Inline ld[uw,l,q]_p() calls in memory_dump()
  monitor/hmp: Fix coding style in hmp-cmds-target.c
  monitor/hmp: Merge hmp-cmds-target.c within hmp-cmds.c

 monitor/hmp-cmds-target.c | 381 --------------------------------------
 monitor/hmp-cmds.c        | 354 +++++++++++++++++++++++++++++++++++
 monitor/meson.build       |   2 +-
 3 files changed, 355 insertions(+), 382 deletions(-)
 delete mode 100644 monitor/hmp-cmds-target.c

-- 
2.52.0



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

end of thread, other threads:[~2025-12-25  0:53 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-24 13:39 [PATCH 0/6] monitor: Merge hmp-cmds-target.c within hmp-cmds.c Philippe Mathieu-Daudé
2025-12-24 13:39 ` [PATCH 1/6] monitor/hmp: Replace target_ulong -> vaddr in hmp_gva2gpa() Philippe Mathieu-Daudé
2025-12-24 14:17   ` Manos Pitsidianakis
2025-12-25  0:09   ` Dr. David Alan Gilbert
2025-12-24 13:39 ` [PATCH 2/6] monitor/hmp: Use plain uint64_t @addr argument in memory_dump() Philippe Mathieu-Daudé
2025-12-24 14:18   ` Manos Pitsidianakis
2025-12-25  0:18   ` Dr. David Alan Gilbert
2025-12-24 13:39 ` [PATCH 3/6] monitor/hmp: Remove target_long uses " Philippe Mathieu-Daudé
2025-12-24 14:19   ` Manos Pitsidianakis
2025-12-24 13:39 ` [PATCH 4/6] monitor/hmp: Inline ld[uw, l, q]_p() calls " Philippe Mathieu-Daudé
2025-12-24 14:19   ` Manos Pitsidianakis
2025-12-24 13:39 ` [PATCH 5/6] monitor/hmp: Fix coding style in hmp-cmds-target.c Philippe Mathieu-Daudé
2025-12-24 14:21   ` Manos Pitsidianakis
2025-12-25  0:40   ` Dr. David Alan Gilbert
2025-12-24 13:39 ` [PATCH 6/6] monitor/hmp: Merge hmp-cmds-target.c within hmp-cmds.c Philippe Mathieu-Daudé
2025-12-24 14:24   ` Manos Pitsidianakis
2025-12-24 15:26     ` Philippe Mathieu-Daudé
2025-12-25  0:53       ` Dr. David Alan Gilbert

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.