Re: [PATCH V1 05/32] savevm: QMP command for cprload

2020-09-24 Thread Steven Sistare
On 9/11/2020 1:18 PM, Dr. David Alan Gilbert wrote: > * Steven Sistare (steven.sist...@oracle.com) wrote: >> On 7/30/2020 12:14 PM, Eric Blake wrote: >>> On 7/30/20 10:14 AM, Steve Sistare wrote: Provide the cprload QMP command.  The VM is created from the file produced by the cprsave

Re: [PATCH V1 05/32] savevm: QMP command for cprload

2020-09-11 Thread Dr. David Alan Gilbert
* Steven Sistare (steven.sist...@oracle.com) wrote: > On 7/30/2020 12:14 PM, Eric Blake wrote: > > On 7/30/20 10:14 AM, Steve Sistare wrote: > >> Provide the cprload QMP command.  The VM is created from the file produced > >> by the cprsave command.  Guest RAM is restored in-place from the

Re: [PATCH V1 05/32] savevm: QMP command for cprload

2020-07-30 Thread Steven Sistare
On 7/30/2020 12:14 PM, Eric Blake wrote: > On 7/30/20 10:14 AM, Steve Sistare wrote: >> Provide the cprload QMP command.  The VM is created from the file produced >> by the cprsave command.  Guest RAM is restored in-place from the shared >> memory backend file, and guest block devices are used as

Re: [PATCH V1 05/32] savevm: QMP command for cprload

2020-07-30 Thread Eric Blake
On 7/30/20 10:14 AM, Steve Sistare wrote: Provide the cprload QMP command. The VM is created from the file produced by the cprsave command. Guest RAM is restored in-place from the shared memory backend file, and guest block devices are used as is. The contents of such devices must not be

[PATCH V1 05/32] savevm: QMP command for cprload

2020-07-30 Thread Steve Sistare
Provide the cprload QMP command. The VM is created from the file produced by the cprsave command. Guest RAM is restored in-place from the shared memory backend file, and guest block devices are used as is. The contents of such devices must not be modified between the cprsave and cprload