From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35090) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z06po-0004tA-FN for qemu-devel@nongnu.org; Wed, 03 Jun 2015 07:27:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z06pl-0003aE-80 for qemu-devel@nongnu.org; Wed, 03 Jun 2015 07:27:48 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40481) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z06pl-0003Zp-2W for qemu-devel@nongnu.org; Wed, 03 Jun 2015 07:27:45 -0400 From: Juan Quintela In-Reply-To: <1432211056-6265-7-git-send-email-dgilbert@redhat.com> (David Alan Gilbert's message of "Thu, 21 May 2015 13:24:16 +0100") References: <1432211056-6265-1-git-send-email-dgilbert@redhat.com> <1432211056-6265-7-git-send-email-dgilbert@redhat.com> Date: Wed, 03 Jun 2015 13:27:42 +0200 Message-ID: <87vbf52frl.fsf@neno.neno> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH 6/6] Move loadvm_handlers into MigrationIncomingState Reply-To: quintela@redhat.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Dr. David Alan Gilbert (git)" Cc: amit.shah@redhat.com, qemu-devel@nongnu.org, david@gibson.dropbear.id.au "Dr. David Alan Gilbert (git)" wrote: > From: "Dr. David Alan Gilbert" > > In postcopy we need the loadvm_handlers to be used in a couple > of different instances of the loadvm loop/routine, and thus > it can't be local any more. > > Signed-off-by: Dr. David Alan Gilbert Reviewed-by: Juan Quintela