"Dr. David Alan Gilbert" <dgilb...@redhat.com> writes: > * Alex Bennée (alex.ben...@linaro.org) wrote: >> Signed-off-by: Alex Bennée <alex.ben...@linaro.org> >> --- >> 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 <dgilb...@redhat.com>