From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Re: Re: [PATCH] xen: mask XSAVE in cpuid since we don't allow guests to use it Date: Tue, 10 Mar 2009 17:29:38 -0700 Message-ID: <49B705F2.6010808@goop.org> References: <402503.83871.qm@web56107.mail.re3.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <402503.83871.qm@web56107.mail.re3.yahoo.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: bderzhavets@yahoo.com Cc: Xen-devel , Keir Fraser List-Id: xen-devel@lists.xenproject.org Boris Derzhavets wrote: > > Seems like new kernel brought up back some old issues with ubuntu 8.10 > devices. It never happened before patching 2.6.29-rc7 kernel on C2D > boxes with the same ubuntu 8.10 server release and 2.6.29-rc5. > In particular, CentOS 5.2 PV DomU's xen-hotplug.log looks like:- > > xenstore-read: couldn't read path /local/domain/2/vm > xenstore-read: couldn't read path /local/domain/9/vm > xenstore-read: couldn't read path /local/domain/3/vm > xenstore-read: couldn't read path /local/domain/4/vm > > Either xen-tools (or whatever else in xen unstable) requires correlation > with patched kernel. > Ah, I noticed that too, but I don't see any obvious changes which might have caused this. Time to pull out "git bisect" I think. J