Re: [PATCH V1 07/32] savevm: QMP command for cprinfo

2020-07-30 Thread Steven Sistare
On 7/30/2020 12:17 PM, Eric Blake wrote: > On 7/30/20 10:14 AM, Steve Sistare wrote: >> Provide the cprinfo QMP command.  This returns a string with a space- >> separated list of modes supported by cprsave, and can be used by clients >> as a feature test to check if the running QEMU instance

Re: [PATCH V1 07/32] savevm: QMP command for cprinfo

2020-07-30 Thread Eric Blake
On 7/30/20 10:14 AM, Steve Sistare wrote: Provide the cprinfo QMP command. This returns a string with a space- separated list of modes supported by cprsave, and can be used by clients as a feature test to check if the running QEMU instance supports cprsave. When you've already got array

[PATCH V1 07/32] savevm: QMP command for cprinfo

2020-07-30 Thread Steve Sistare
Provide the cprinfo QMP command. This returns a string with a space- separated list of modes supported by cprsave, and can be used by clients as a feature test to check if the running QEMU instance supports cprsave. Syntax: {'command':'cprinfo', 'returns':'str'} Signed-off-by: Steve Sistare