From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43870) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZwX70-0000jO-Qp for qemu-devel@nongnu.org; Wed, 11 Nov 2015 10:15:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZwX6w-0001MQ-Oc for qemu-devel@nongnu.org; Wed, 11 Nov 2015 10:15:02 -0500 Received: from mx1.redhat.com ([209.132.183.28]:44695) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZwX6w-0001MJ-Ik for qemu-devel@nongnu.org; Wed, 11 Nov 2015 10:14:58 -0500 From: Juan Quintela In-Reply-To: <1447250549-10291-2-git-send-email-dgilbert@redhat.com> (David Alan Gilbert's message of "Wed, 11 Nov 2015 14:02:27 +0000") References: <1447250549-10291-1-git-send-email-dgilbert@redhat.com> <1447250549-10291-2-git-send-email-dgilbert@redhat.com> Date: Wed, 11 Nov 2015 16:14:53 +0100 Message-ID: <8737wcsh3m.fsf@emacs.mitica> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH 1/3] Finish non-postcopiable iterative devices before package 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, bharata@linux.vnet.ibm.com "Dr. David Alan Gilbert (git)" wrote: > From: "Dr. David Alan Gilbert" > > Where we have iterable, but non-postcopiable devices (e.g. htab > or block migration), complete them before forming the 'package' > but with the CPUs stopped. This stops them filling up the package. > > Signed-off-by: Dr. David Alan Gilbert Reviewed-by: Juan Quintela