Re: [PATCH V5 11/25] cpr: restart mode

2021-07-12 Thread Steven Sistare
On 7/8/2021 11:54 AM, Marc-André Lureau wrote: > On Thu, Jul 8, 2021 at 7:43 PM Marc-André Lureau > wrote: > > Hi > > On Wed, Jul 7, 2021 at 9:31 PM Steve Sistare > wrote: > > Provide the cprsave restart mode,

Re: [PATCH V5 11/25] cpr: restart mode

2021-07-08 Thread Marc-André Lureau
On Thu, Jul 8, 2021 at 7:43 PM Marc-André Lureau wrote: > Hi > > On Wed, Jul 7, 2021 at 9:31 PM Steve Sistare > wrote: > >> Provide the cprsave restart mode, which preserves the guest VM across a >> restart of the qemu process. After cprsave, the caller passes qemu >> command-line arguments to

Re: [PATCH V5 11/25] cpr: restart mode

2021-07-08 Thread Marc-André Lureau
Hi On Wed, Jul 7, 2021 at 9:31 PM Steve Sistare wrote: > Provide the cprsave restart mode, which preserves the guest VM across a > restart of the qemu process. After cprsave, the caller passes qemu > command-line arguments to cprexec, which directly exec's the new qemu > binary. The arguments

[PATCH V5 11/25] cpr: restart mode

2021-07-07 Thread Steve Sistare
Provide the cprsave restart mode, which preserves the guest VM across a restart of the qemu process. After cprsave, the caller passes qemu command-line arguments to cprexec, which directly exec's the new qemu binary. The arguments must include -S so new qemu starts in a paused state. The caller r