Re: [PATCH V1 08/32] savevm: HMP command for cprinfo

2020-09-24 Thread Steven Sistare
On 9/11/2020 1:27 PM, Dr. David Alan Gilbert wrote: > * Steve Sistare (steven.sist...@oracle.com) wrote: >> Enable HMP access to the cprinfo QMP command. >> >> Usage: cprinfo >> >> Signed-off-by: Steve Sistare > > As with Eric's comment on the qemp I don't think you need it; > for HMP alll you

Re: [PATCH V1 08/32] savevm: HMP command for cprinfo

2020-09-11 Thread Dr. David Alan Gilbert
* Steve Sistare (steven.sist...@oracle.com) wrote: > Enable HMP access to the cprinfo QMP command. > > Usage: cprinfo > > Signed-off-by: Steve Sistare As with Eric's comment on the qemp I don't think you need it; for HMP alll you really need is something that lists it in the help. (Also I'd

[PATCH V1 08/32] savevm: HMP command for cprinfo

2020-07-30 Thread Steve Sistare
Enable HMP access to the cprinfo QMP command. Usage: cprinfo Signed-off-by: Steve Sistare --- hmp-commands.hx | 13 + include/monitor/hmp.h | 1 + monitor/hmp-cmds.c| 10 ++ 3 files changed, 24 insertions(+) diff --git a/hmp-commands.hx b/hmp-commands.hx index