[PULL 12/16] migration: Add zero-copy-send parameter for QMP/HMP for Linux

2022-05-10 Thread Dr. David Alan Gilbert (git)
From: Leonardo Bras Add property that allows zero-copy migration of memory pages on the sending side, and also includes a helper function migrate_use_zero_copy_send() to check if it's enabled. No code is introduced to actually do the migration, but it allow future implementations to enable/disab

Re: [PULL 12/16] migration: Add zero-copy-send parameter for QMP/HMP for Linux

2022-05-10 Thread Dr. David Alan Gilbert
* Leonardo Bras Soares Passos (leob...@redhat.com) wrote: > On Mon, May 9, 2022 at 4:45 PM Richard Henderson > wrote: > > > > On 5/9/22 10:02, Dr. David Alan Gilbert (git) wrote: > > > diff --git a/roms/skiboot b/roms/skiboot > > > index 24a7eb3596..820d43c0a7 16 > > > --- a/roms/skiboot > > >

Re: [PULL 12/16] migration: Add zero-copy-send parameter for QMP/HMP for Linux

2022-05-09 Thread Leonardo Bras Soares Passos
On Mon, May 9, 2022 at 4:45 PM Richard Henderson wrote: > > On 5/9/22 10:02, Dr. David Alan Gilbert (git) wrote: > > diff --git a/roms/skiboot b/roms/skiboot > > index 24a7eb3596..820d43c0a7 16 > > --- a/roms/skiboot > > +++ b/roms/skiboot > > @@ -1 +1 @@ > > -Subproject commit 24a7eb35966d934

Re: [PULL 12/16] migration: Add zero-copy-send parameter for QMP/HMP for Linux

2022-05-09 Thread Richard Henderson
On 5/9/22 10:02, Dr. David Alan Gilbert (git) wrote: diff --git a/roms/skiboot b/roms/skiboot index 24a7eb3596..820d43c0a7 16 --- a/roms/skiboot +++ b/roms/skiboot @@ -1 +1 @@ -Subproject commit 24a7eb35966d93455520bc2debdd7954314b638b +Subproject commit 820d43c0a7751e75a8830561f35535dfffd522

[PULL 12/16] migration: Add zero-copy-send parameter for QMP/HMP for Linux

2022-05-09 Thread Dr. David Alan Gilbert (git)
From: Leonardo Bras Add property that allows zero-copy migration of memory pages on the sending side, and also includes a helper function migrate_use_zero_copy_send() to check if it's enabled. No code is introduced to actually do the migration, but it allow future implementations to enable/disab