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: Wed, 11 Mar 2009 10:04:30 -0700 Message-ID: <49B7EF1E.2000802@goop.org> References: <639362.93674.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: <639362.93674.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: > >Could you try bisecting xen-unstable to see which change started failing for > >you? There were some recent changes to the hotplug scripts which could have > > introduced a problem. > No. It's above me. > > If you're fetching xen-unstable with "hg" and building it, then you have everything you need to do bisection: 1. hg bisect -r 2. hg bisect -g 3. hg bisect -b 4. build as usual and test 1. if works: hg bisect -g 2. if not: hg bisect -b 5. repeat 4 until first bad version has been isolated Thanks, J