Re: [PATCH V4 10/19] migration: cpr channel

2024-12-18 Thread Steven Sistare
On 12/18/2024 3:27 PM, Peter Xu wrote: On Wed, Dec 18, 2024 at 02:53:16PM -0500, Steven Sistare wrote: On 12/6/2024 4:31 AM, Markus Armbruster wrote: Steven Sistare writes: On 12/5/2024 10:37 AM, Markus Armbruster wrote: Steve Sistare writes: Add the 'cpr' channel type, and stash the inc

Re: [PATCH V4 10/19] migration: cpr channel

2024-12-18 Thread Peter Xu
On Wed, Dec 18, 2024 at 02:53:16PM -0500, Steven Sistare wrote: > On 12/6/2024 4:31 AM, Markus Armbruster wrote: > > Steven Sistare writes: > > > > > On 12/5/2024 10:37 AM, Markus Armbruster wrote: > > > > Steve Sistare writes: > > > > > > > > > Add the 'cpr' channel type, and stash the incomin

Re: [PATCH V4 10/19] migration: cpr channel

2024-12-18 Thread Steven Sistare
On 12/6/2024 4:31 AM, Markus Armbruster wrote: Steven Sistare writes: On 12/5/2024 10:37 AM, Markus Armbruster wrote: Steve Sistare writes: Add the 'cpr' channel type, and stash the incoming cpr channel for use in a subsequent patch. Signed-off-by: Steve Sistare [...] diff --git a/qap

Re: [PATCH V4 10/19] migration: cpr channel

2024-12-06 Thread Markus Armbruster
Steven Sistare writes: > On 12/5/2024 10:37 AM, Markus Armbruster wrote: >> Steve Sistare writes: >> >>> Add the 'cpr' channel type, and stash the incoming cpr channel for use >>> in a subsequent patch. >>> >>> Signed-off-by: Steve Sistare >> [...] >> >>> diff --git a/qapi/migration.json b/qa

Re: [PATCH V4 10/19] migration: cpr channel

2024-12-05 Thread Steven Sistare
On 12/5/2024 10:37 AM, Markus Armbruster wrote: Steve Sistare writes: Add the 'cpr' channel type, and stash the incoming cpr channel for use in a subsequent patch. Signed-off-by: Steve Sistare [...] diff --git a/qapi/migration.json b/qapi/migration.json index a605dc2..a26960b 100644 ---

Re: [PATCH V4 10/19] migration: cpr channel

2024-12-05 Thread Markus Armbruster
Steve Sistare writes: > Add the 'cpr' channel type, and stash the incoming cpr channel for use > in a subsequent patch. > > Signed-off-by: Steve Sistare [...] > diff --git a/qapi/migration.json b/qapi/migration.json > index a605dc2..a26960b 100644 > --- a/qapi/migration.json > +++ b/qapi/migra

[PATCH V4 10/19] migration: cpr channel

2024-12-02 Thread Steve Sistare
Add the 'cpr' channel type, and stash the incoming cpr channel for use in a subsequent patch. Signed-off-by: Steve Sistare --- include/migration/cpr.h | 3 +++ migration/cpr.c | 15 +++ qapi/migration.json | 3 ++- system/vl.c | 6 ++ 4 files changed, 2