"Dr. David Alan Gilbert (git)" <[email protected]> wrote: > From: "Dr. David Alan Gilbert" <[email protected]> > > Provide a check to see if the OS we're running on has all the bits > needed for postcopy. > > Creates postcopy-ram.c which will get most of the other helpers we need. > > Signed-off-by: Dr. David Alan Gilbert <[email protected]> > Reviewed-by: Amit Shah <[email protected]>
Reviewed-by: Juan Quintela <[email protected]> I still think that this bit should be in utils/* Obvious candidates are utils/osdep.c? > +/* > + * Postcopy migration for RAM > + * > + * Copyright 2013 Red Hat, Inc. and/or its affiliates ^^^^ Ouch .... it has taken some time ...
