From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MQjC3-0000W1-5o for qemu-devel@nongnu.org; Tue, 14 Jul 2009 10:41:19 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MQjBy-0000Ug-4K for qemu-devel@nongnu.org; Tue, 14 Jul 2009 10:41:18 -0400 Received: from [199.232.76.173] (port=51325 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MQjBy-0000Ud-0R for qemu-devel@nongnu.org; Tue, 14 Jul 2009 10:41:14 -0400 Received: from mx2.redhat.com ([66.187.237.31]:32995) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MQjBx-0004V0-GP for qemu-devel@nongnu.org; Tue, 14 Jul 2009 10:41:13 -0400 Message-ID: <4A5C9904.50708@redhat.com> Date: Tue, 14 Jul 2009 16:41:08 +0200 From: Paolo Bonzini MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 2/3] move vm stop/start to migrate_set_state References: <1247140059-5034-3-git-send-email-pbonzini@redhat.com> <4A55F46F.6060705@codemonkey.ws> <4A55F510.5090801@redhat.com> <4A55F641.6000701@codemonkey.ws> <20090710231424.GD30322@shareable.org> <4A57E3AA.5020305@codemonkey.ws> <20090711014207.GM30322@shareable.org> <4A5958F8.3090306@codemonkey.ws> <4A59F1AC.9070401@redhat.com> <4A5A3533.7040107@codemonkey.ws> <20090713053139.GD28046@redhat.com> <4A5B4A3C.1070903@codemonkey.ws> <4A5C464B.90100@redhat.com> In-Reply-To: <4A5C464B.90100@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: dlaor@redhat.com Cc: qemu-devel@nongnu.org, Gleb Natapov , Avi Kivity > Reminder: please remember to commit for saving the running state so we > won't resume paused guest after successful migration. If you meant Red Hat bugzilla 510459, that had not been posted yet. :-) That patch fixes qemu's support for libvirt resuming paused guests after migration; it relies on libvirt remembering whether the VM was running (which works fine). If instead you referred to a patch to do this purely in qemu, sorry for the noise. Paolo