From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kdmv5-0006Vw-1O for qemu-devel@nongnu.org; Thu, 11 Sep 2008 10:13:15 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kdmv3-0006TA-9k for qemu-devel@nongnu.org; Thu, 11 Sep 2008 10:13:14 -0400 Received: from [199.232.76.173] (port=59993 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kdmv3-0006Sq-5z for qemu-devel@nongnu.org; Thu, 11 Sep 2008 10:13:13 -0400 Received: from e4.ny.us.ibm.com ([32.97.182.144]:39975) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Kdmv2-0000lE-Hw for qemu-devel@nongnu.org; Thu, 11 Sep 2008 10:13:12 -0400 Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [9.56.227.234]) by e4.ny.us.ibm.com (8.13.8/8.13.8) with ESMTP id m8BED7bC006333 for ; Thu, 11 Sep 2008 10:13:07 -0400 Received: from d01av02.pok.ibm.com (d01av02.pok.ibm.com [9.56.224.216]) by d01relay02.pok.ibm.com (8.13.8/8.13.8/NCO v9.1) with ESMTP id m8BED7TV141956 for ; Thu, 11 Sep 2008 10:13:07 -0400 Received: from d01av02.pok.ibm.com (loopback [127.0.0.1]) by d01av02.pok.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id m8BED7cT009962 for ; Thu, 11 Sep 2008 10:13:07 -0400 Message-ID: <48C92742.8000002@us.ibm.com> Date: Thu, 11 Sep 2008 09:12:18 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 0/10] Live migration for QEMU References: <1220989802-13706-1-git-send-email-aliguori@us.ibm.com> <200809111213.m8BCDHaC012607@fjmscan502.ms.jp.fujitsu.com> <48C917F3.7040507@codemonkey.ws> <20080911133046.GE16427@shareable.org> In-Reply-To: <20080911133046.GE16427@shareable.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jamie Lokier Cc: Chris Wright , Uri Lublin , qemu-devel@nongnu.org, kvm@vger.kernel.org Jamie Lokier wrote: > Anthony Liguori wrote: > >>> It may be stupid question. >>> This migration is SMP aware? >>> >> Yes it is (SMP aware). >> > > Another stupid question from me. > > How stable is it likely to be between versions of QEMU and KVM? Once I merge the migration patches, I'll help Avi merge this into KVM. The whole point of this exercise is to merge the KVM bits into QEMU but in the process, I decided the bits needed to be written :-) > Also, > is there any hope of migrating between QEMU and KVM, so long as the > same device config is used, it's not SMP, etc.? > Yes. The primary reason that hasn't been possible in the past was because of how memory was migrated. The new memory migration protocol happens to make it easier to let QEMU and KVM be compatible. That wasn't an accident :-) Regards, Anthony Liguori > -- Jamie >