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
