From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MNwqp-0006VW-BW for qemu-devel@nongnu.org; Mon, 06 Jul 2009 18:39:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MNwqk-0006RR-JV for qemu-devel@nongnu.org; Mon, 06 Jul 2009 18:39:54 -0400 Received: from [199.232.76.173] (port=41745 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MNwqk-0006RK-FN for qemu-devel@nongnu.org; Mon, 06 Jul 2009 18:39:50 -0400 Received: from mx20.gnu.org ([199.232.41.8]:31002) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MNwqk-0000gE-6F for qemu-devel@nongnu.org; Mon, 06 Jul 2009 18:39:50 -0400 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MNwqj-0004ho-25 for qemu-devel@nongnu.org; Mon, 06 Jul 2009 18:39:49 -0400 From: Paul Brook Subject: Re: [Qemu-devel] Re: [PATCH 0/4] Machine config files Date: Mon, 6 Jul 2009 23:39:37 +0100 References: <20090610173803.4674.82538.stgit@wren.home> <4A52284C.9080604@redhat.com> <4A523444.30002@codemonkey.ws> In-Reply-To: <4A523444.30002@codemonkey.ws> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200907062339.43850.paul@codesourcery.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: "Michael S. Tsirkin" , Jan Kiszka , Markus Armbruster , Gerd Hoffmann , Avi Kivity > Most importantly, machine config should not be sent until non-live > migration kicks in. At this point, the device tree is stable because > the guest isn't running. The device tree should be the first section > saved for non-live migration. RAM is part of the machine config, and can be hotplugged[1], so you need at least that before you start transferring anything. Paul [1] We don't currently have user accessible knobs for this, but all the code is there.