WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

CPUID information and live migration (was: [Xen-devel] xmp domU migrati

To: Keir Fraser <keir.fraser@xxxxxxxxxxxxx>
Subject: CPUID information and live migration (was: [Xen-devel] xmp domU migration problem with latest Xen 3.4.1 and linux-2.6.18-xen)
From: Gianluca Guida <gianluca.guida@xxxxxxxxxxxxx>
Date: Tue, 7 Jul 2009 20:00:23 +0100
Cc: "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Tue, 07 Jul 2009 12:01:10 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=SkQJ2CgQcxYhFdcyTwgWzv2VS8Z1y0/pYfWAKgNoq/o=; b=jPnAaOUda0lTpS27U9EQfNdQ9lBuQ1wNFN90Te5umu/kUqwroz+vAVYDLZ+uYlDSBe OZ96tBz17NISY9cgYRt4BIl014WFew0SPLtxyOvQxG7fkPLuGUXslnIVzxyopkn/J+rQ vBLlIFce/fn7S6j9Z1sYAt5dQXd1BOkMQtUsM=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type:content-transfer-encoding; b=J1lCCsVheUp3FaSkJIGkMfOTIqFlMfv2NI4tFqgxfml8bMfJ0mikGTMZLTuwmjaEDs MCLvU4SNZbXN9nKrD7l9kYYKj5qYoQKPILqGwHQ7SDe86jIIvdvOPJcNw9ljdU5mXOWB 7M2LxmVB6oXX+7KoHFR6UCi0HVBO/Ed1DBuKA=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
On Tue, Jul 7, 2009 at 7:49 PM, Keir Fraser<keir.fraser@xxxxxxxxxxxxx> wrote:
> Probably one host supports NX (No Execute aka eXecute Disable) and the other
> doesn't. Try adding the following line to your domain config file:
> cpuid=['0x80000001:edx=xxxxxxxxxxx0xxxxxxxxxxxxxxxxxxxx']

Speaking about this, I was actually thinking, in the various
undergoing efforts to clean up the save/restore and migration code, to
insert in save and migration explicit information about VM's CPUID, so
that on restore (live or non live) the receiving host can determine if
it can run the new VM (and, if it want to be smart, downgrade the
CPUID information to mantain compatibility).

As for now this has only been an idea. Any comments from people who
have already worked on CPUID issues whether this can be useful or
actually feasible?

Thanks,
Gianluca


-- 
It was a type of people I did not know, I found them very strange and
they did not inspire confidence at all. Later I learned that I had been
introduced to electronic engineers.
                                                  E. W. Dijkstra

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • CPUID information and live migration (was: [Xen-devel] xmp domU migration problem with latest Xen 3.4.1 and linux-2.6.18-xen), Gianluca Guida <=