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

Re: [Xen-devel] Re: [PATCH] xen: mask XSAVE in cpuid since we don't allo

To: Jeremy Fitzhardinge <jeremy@xxxxxxxx>
Subject: Re: [Xen-devel] Re: [PATCH] xen: mask XSAVE in cpuid since we don't allow guests to use it
From: Boris Derzhavets <bderzhavets@xxxxxxxxx>
Date: Wed, 11 Mar 2009 10:21:38 -0700 (PDT)
Cc: Xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>, Keir Fraser <keir.fraser@xxxxxxxxxxxxx>
Delivery-date: Wed, 11 Mar 2009 10:22:48 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1236792099; bh=s+ey5yXMlYLYVC+S4QBZvUB1ck6lqOs4y8fINiBWI9o=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=fr1goM1KPxAJw+gvan1IKFon7BfYKLM0F6TfpRhMKJRCt9gMkZhL4DphwcztBkbSNoZulOiYm/hTdflviTcY+MpNH6rJJyEcyuQhwv06YPi52uhS09wuRFXdG2a0UH13WvEtclypA5pV45nfZej20boT+gWp95GJyNOYA2EFJQo=
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=j6sU6fySXmuMZS+PvrC/cq32Xf/B4dJcPepzYSpdZQ4ahgO2o7RZuKJ0p14r9wmYKqnrS3eHbP0oXtLgrRyAFefK5AAF2wO2HWsyeMK+ofCss9ryKN3eDwglar5xNFI7TrrdnCqU9dQ1uK/gkwnMZcpngkSwyReE6aIY8nZ3hkA=;
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <49B7EF1E.2000802@xxxxxxxx>
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>
Reply-to: bderzhavets@xxxxxxxxx
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
I didn't get a chance to notice the last good version , because pygrub stopped working (return no data ) right after XSAVE patch (for myself, of course) .
*****************
Then i followed
******************
Re: [PATCH] xen: mask XSAVE in cpuid since we don't allow guests to use it
Monday, March 9, 2009 7:26 AM
From:
"Keir Fraser" <keir.fraser@xxxxxxxxxxxxx>
Add sender to Contacts
To:
"bderzhavets@xxxxxxxxx" <bderzhavets@xxxxxxxxx>
Cc:
"Xen-devel" <xen-devel@xxxxxxxxxxxxxxxxxxx>
If you¹re using a recent xen-unstable then you might try again with the
current tip. A couple of changes went in recently (including one fix today).

-- Keir
********************************
and turned into current issues
********************************



--- On Wed, 3/11/09, Jeremy Fitzhardinge <jeremy@xxxxxxxx> wrote:
From: Jeremy Fitzhardinge <jeremy@xxxxxxxx>
Subject: Re: [Xen-devel] Re: [PATCH] xen: mask XSAVE in cpuid since we don't allow guests to use it
To: bderzhavets@xxxxxxxxx
Cc: "Xen-devel" <xen-devel@xxxxxxxxxxxxxxxxxxx>, "Keir Fraser" <keir.fraser@xxxxxxxxxxxxx>
Date: Wednesday, March 11, 2009, 1:04 PM

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 <known good version>
3. hg bisect -b <known bad version>
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

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>