Re: [PATCH 01/20] migration: Dump sub-cmd name in loadvm_process_command tp

2022-02-16 Thread Dr. David Alan Gilbert
* Peter Xu (pet...@redhat.com) wrote: > It'll be easier to read the name rather than index of sub-cmd when debugging. > > Signed-off-by: Peter Xu Reviewed-by: Dr. David Alan Gilbert > --- > migration/savevm.c | 3 ++- > migration/trace-events | 2 +- > 2 files changed, 3 insertions(+), 2

[PATCH 01/20] migration: Dump sub-cmd name in loadvm_process_command tp

2022-02-15 Thread Peter Xu
It'll be easier to read the name rather than index of sub-cmd when debugging. Signed-off-by: Peter Xu --- migration/savevm.c | 3 ++- migration/trace-events | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/migration/savevm.c b/migration/savevm.c index