From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34710) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4T4Q-0006xJ-Pv for qemu-devel@nongnu.org; Tue, 08 Jul 2014 06:56:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X4T4K-0003Q3-MC for qemu-devel@nongnu.org; Tue, 08 Jul 2014 06:56:22 -0400 Message-ID: <1404816952.16156.79.camel@pasglop> From: Benjamin Herrenschmidt Date: Tue, 08 Jul 2014 20:55:52 +1000 In-Reply-To: <53BBCC9D.5070000@suse.de> References: <1404795606-25973-1-git-send-email-nikunj@linux.vnet.ibm.com> <53BBCC9D.5070000@suse.de> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-ppc] [PATCH v4] spapr: add uuid/host details to device tree List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: qemu-ppc@nongnu.org, qemu-devel@nongnu.org, Nikunj A Dadhania On Tue, 2014-07-08 at 12:49 +0200, Alexander Graf wrote: > Please be aware that all of the above is bogus when you start > thinking > about live migration. What's probably where we need to start thinking about implementing migration according to PAPR :-) IE. With pre and post-migration notifications to the guest including device-tree updates. Cheers, Ben.