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] softtsc for PV guests

To: Jeremy Fitzhardinge <jeremy@xxxxxxxx>
Subject: RE: [Xen-devel] softtsc for PV guests
From: Dan Magenheimer <dan.magenheimer@xxxxxxxxxx>
Date: Mon, 24 Aug 2009 10:58:00 -0700 (PDT)
Cc: "Xen-Devel \(E-mail\)" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Mon, 24 Aug 2009 12:53:51 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <4A92C31C.1030901@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>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
> > I just got a big clue... the next line of console output in a
> > successful boot AFTER the EXT3-fs mounting message is from
> > the Real Time Clock Driver.  That sounds like something that
> > might be affected by rdtsc changes.
> >   
> 
> Ah, yes.  It may be doing some calibration thing which never converges
> with a slow rdtsc.  But that would be pretty obvious from 
> looking at the
> eip/rip.

No, the clue led me astray.  The code in RTC was never reached.
The eip pointed me to the probable answer:  I think this is the
first time a userland rdtsc is executed, Xen is "reflecting"
the GPF to Linux, Linux doesn't really know what to do with the
GPF and would like to deliver a signal to userland but theres
no signal registered for it, so nobody ever updates the IP and
an infinite loop results.  So more work needed on my part to
fix this.

More on the general topic later.

Dan

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

<Prev in Thread] Current Thread [Next in Thread>