"Dr. David Alan Gilbert" <[email protected]> writes: > * Alex Bennée ([email protected]) wrote: >> Signed-off-by: Alex Bennée <[email protected]> >> --- >> hmp-commands-info.hx | 17 +++++++++++++++++ >> include/qemu/plugins.h | 1 + >> monitor.c | 14 ++++++++++++++ >> trace/plugins.c | 15 +++++++++++++++ >> 4 files changed, 47 insertions(+) > > I'm OK with this; although it's worth thinking about whether this should > be available via qmp, but it is just for debug/tracing.
Standard operating procedure for adding HMP commands without a QMP equivalent: have the commit message explain why the QMP equivalent isn't useful. > Reviewed-by: Dr. David Alan Gilbert <[email protected]>
