From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean Guyader Subject: Re: Live Migration CPU Compatibility Requirements? Date: Wed, 14 Jan 2009 11:57:09 +0000 Message-ID: <496DD315.8020403@eu.citrix.com> References: <496DBE7D.1000806@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <496DBE7D.1000806@oracle.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: junjie wei Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org junjie wei wrote: > Hello, > > > Do you know what is the Live Migration CPU compatibility requirements > for Xen? Is there any restriction on Xen/Dom0 version for VM Live > Migration? Please shed light on me. > Thank you very much. > Hi, Since xen 3.3 there is a feature to configure the cpu xen exposes to the guests. I did some tests by exposing a generic 686 cpu and try live migration between Amd and Intel host cpus and it worked ok. There is some config file example into the xen tree that explains how to do that. This trick need much more testing if you want to do that in a production environment. Jean