On (Tue) 29 Sep 2015 [14:22:17], Eric Blake wrote: > On 09/29/2015 02:37 AM, Dr. David Alan Gilbert (git) wrote: > > From: "Dr. David Alan Gilbert" <dgilb...@redhat.com> > > > > The 'postcopy ram' capability allows postcopy migration of RAM; > > note that the migration starts off in precopy mode until > > postcopy mode is triggered (see the migrate_start_postcopy > > patch later in the series). > > > > Signed-off-by: Dr. David Alan Gilbert <dgilb...@redhat.com> > > Reviewed-by: Juan Quintela <quint...@redhat.com> > > Reviewed-by: Amit Shah <amit.s...@redhat.com> > > --- > > include/migration/migration.h | 1 + > > migration/migration.c | 23 +++++++++++++++++++++++ > > qapi-schema.json | 6 +++++- > > 3 files changed, 29 insertions(+), 1 deletion(-) > > Reviewed-by: Eric Blake <ebl...@redhat.com> > > I'm guessing the plan is to keep this experimental until a bit more > experience is gained, to make sure we aren't missing anything essential > in the use of postcopy.
>From the cover letter: I'm keeping the x- for now, until the libvirt interface gets finalised. I expect, though, that we'll merge this series in 2.5, and remove the x- before the 2.5 release. My main concern of the Linux interface being not released in a stable release will be satisfied with the 4.3 kernel release. Any concerns from the libvirt side? Amit