Re: [Qemu-devel] [PATCH] migration: improve documentation of postcopy-ram

2018-02-14 Thread Greg Kurz
On Wed, 14 Feb 2018 09:45:50 + "Dr. David Alan Gilbert" wrote: > * Greg Kurz (gr...@kaod.org) wrote: > > On Wed, 7 Feb 2018 15:55:01 + > > "Dr. David Alan Gilbert" wrote: > > > > > * Greg Kurz (gr...@kaod.org) wrote: > > > > This capability must have the same value on both source an

Re: [Qemu-devel] [PATCH] migration: improve documentation of postcopy-ram

2018-02-14 Thread Dr. David Alan Gilbert
* Greg Kurz (gr...@kaod.org) wrote: > On Wed, 7 Feb 2018 15:55:01 + > "Dr. David Alan Gilbert" wrote: > > > * Greg Kurz (gr...@kaod.org) wrote: > > > This capability must have the same value on both source and destination, > > > otherwise migration fails (commit 875fcd013ab6 "migration: incom

Re: [Qemu-devel] [PATCH] migration: improve documentation of postcopy-ram

2018-02-14 Thread Greg Kurz
On Wed, 7 Feb 2018 15:55:01 + "Dr. David Alan Gilbert" wrote: > * Greg Kurz (gr...@kaod.org) wrote: > > This capability must have the same value on both source and destination, > > otherwise migration fails (commit 875fcd013ab6 "migration: incoming > > postcopy advise sanity checks"). > > >

Re: [Qemu-devel] [PATCH] migration: improve documentation of postcopy-ram

2018-02-07 Thread Dr. David Alan Gilbert
* Greg Kurz (gr...@kaod.org) wrote: > This capability must have the same value on both source and destination, > otherwise migration fails (commit 875fcd013ab6 "migration: incoming > postcopy advise sanity checks"). > > Let's write it down in various places where postcopy-ram is documented. > > S

Re: [Qemu-devel] [PATCH] migration: improve documentation of postcopy-ram

2018-02-07 Thread Eric Blake
On 02/07/2018 09:41 AM, Greg Kurz wrote: This capability must have the same value on both source and destination, otherwise migration fails (commit 875fcd013ab6 "migration: incoming postcopy advise sanity checks"). Let's write it down in various places where postcopy-ram is documented. Signed-o