From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59029) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZJbdm-0000Yu-JB for qemu-devel@nongnu.org; Mon, 27 Jul 2015 02:12:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZJbdg-0008P9-4q for qemu-devel@nongnu.org; Mon, 27 Jul 2015 02:11:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41620) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZJbdg-0008P5-05 for qemu-devel@nongnu.org; Mon, 27 Jul 2015 02:11:52 -0400 Date: Mon, 27 Jul 2015 11:41:41 +0530 From: Amit Shah Message-ID: <20150727061141.GB12267@grmbl.mre> References: <1434450415-11339-1-git-send-email-dgilbert@redhat.com> <1434450415-11339-34-git-send-email-dgilbert@redhat.com> <87615ngiky.fsf@neno.neno> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87615ngiky.fsf@neno.neno> Subject: Re: [Qemu-devel] [PATCH v7 33/42] postcopy_ram.c: place_page and helpers List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juan Quintela Cc: aarcange@redhat.com, yamahata@private.email.ne.jp, liang.z.li@intel.com, "Dr. David Alan Gilbert (git)" , qemu-devel@nongnu.org, luis@cs.umu.se, pbonzini@redhat.com, david@gibson.dropbear.id.au On (Tue) 14 Jul 2015 [12:05:33], Juan Quintela wrote: > "Dr. David Alan Gilbert (git)" 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