On (Tue) 14 Jul 2015 [12:05:33], Juan Quintela wrote: > "Dr. David Alan Gilbert (git)" <dgilb...@redhat.com> wrote:
> > +/* > > + * Place a host page (from) at (host) atomically > > + * all_zero: Hint that the page being placed is 0 throughout > > + * returns 0 on success > > + */ > > +int postcopy_place_page(MigrationIncomingState *mis, void *host, void > > *from, > > + bool all_zero) > > postcop_place_page() and postcop_place_zero_page()? They just share a > trace point :p Yea, I thought the same. Amit