xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* Xen timing mode
@ 2010-02-23 16:50 PBhat
  2010-02-23 17:08 ` Keir Fraser
  0 siblings, 1 reply; 8+ messages in thread
From: PBhat @ 2010-02-23 16:50 UTC (permalink / raw)
  To: xen-devel


A question about timing modes in Xen came up after reading the documentation
on 
http://wiki.xensource.com/xenwiki/XenConfigurationFileOptions?highlight=(interrupts)|(timer)
configuration file options  and I was wondering if you could help me with
it.

    * I know that Xen has a facility on the user domains to change the
timing from something called the ' http://openskill.info/infobox.php?ID=1451
independent wallclock ' to 'dependent clock' and vice versa. The way to do
this is to toggle the parameter /proc/sys/xen/independent_wallclock between
0 (dependent) and 1 (independent)


    * Now, the documentation on the configuration options for xen virtual
machine under the heading of Timers contains no mention of the above
mentioned facility, but instead talks about something called a 'timer_mode' 


 timer_mode: Timer mode (0=delay virtual time when ticks are missed;
1=virtual time is always wallclock time
      timer_mode (default=1; Value='TIMER_MODE')

Now my question is whether the timer mode  = 1 is equivalent to independent_
wallclock?

I think the answer is no. While timer_mode = 1 decides whether the virtual
machine is able to read the Domain-0 time, the independent_wallclock decides
whether you need NTP sychronization on both (user and control) domains or
not.

Namely, in the timer_mode = 1, the gettimeofday() called from the virtual
machine will return the domain virtual time, but time_mode = 0 
gettimeofday() instruction from the virtual machine will return the system
time.

The independent and dependent modes have an effect on whether the virtual
machines can use the NTP or any other synchronization of Domain-0.

Is my understanding correct?

I further want to know whether the working remains similar on Xen HVMs also.
In the sense that are Hardware based virtual machines capable of reading the
Domain-0 system time in an analogous way?


Your help would be much appreciated. I am new to this area and I apologize
if my questions seem too basic.
-- 
View this message in context: http://old.nabble.com/Xen-timing-mode-tp27706447p27706447.html
Sent from the Xen - Dev mailing list archive at Nabble.com.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Xen timing mode
  2010-02-23 16:50 Xen timing mode PBhat
@ 2010-02-23 17:08 ` Keir Fraser
  2010-02-23 17:12   ` Priya
  0 siblings, 1 reply; 8+ messages in thread
From: Keir Fraser @ 2010-02-23 17:08 UTC (permalink / raw)
  To: PBhat, xen-devel@lists.xensource.com

Independent_wallclock is specific to Linux PV guests, and is set within the
guest. Timer_mode is specific to HVM guests and is a domain build-time
config option.

 -- Keir

On 23/02/2010 16:50, "PBhat" <pbhat@acis.ufl.edu> wrote:

> 
> A question about timing modes in Xen came up after reading the documentation
> on 
> http://wiki.xensource.com/xenwiki/XenConfigurationFileOptions?highlight=(inter
> rupts)|(timer)
> configuration file options  and I was wondering if you could help me with
> it.
> 
>     * I know that Xen has a facility on the user domains to change the
> timing from something called the ' http://openskill.info/infobox.php?ID=1451
> independent wallclock ' to 'dependent clock' and vice versa. The way to do
> this is to toggle the parameter /proc/sys/xen/independent_wallclock between
> 0 (dependent) and 1 (independent)
> 
> 
>     * Now, the documentation on the configuration options for xen virtual
> machine under the heading of Timers contains no mention of the above
> mentioned facility, but instead talks about something called a 'timer_mode'
> 
> 
>  timer_mode: Timer mode (0=delay virtual time when ticks are missed;
> 1=virtual time is always wallclock time
>       timer_mode (default=1; Value='TIMER_MODE')
> 
> Now my question is whether the timer mode  = 1 is equivalent to independent_
> wallclock?
> 
> I think the answer is no. While timer_mode = 1 decides whether the virtual
> machine is able to read the Domain-0 time, the independent_wallclock decides
> whether you need NTP sychronization on both (user and control) domains or
> not.
> 
> Namely, in the timer_mode = 1, the gettimeofday() called from the virtual
> machine will return the domain virtual time, but time_mode = 0
> gettimeofday() instruction from the virtual machine will return the system
> time.
> 
> The independent and dependent modes have an effect on whether the virtual
> machines can use the NTP or any other synchronization of Domain-0.
> 
> Is my understanding correct?
> 
> I further want to know whether the working remains similar on Xen HVMs also.
> In the sense that are Hardware based virtual machines capable of reading the
> Domain-0 system time in an analogous way?
> 
> 
> Your help would be much appreciated. I am new to this area and I apologize
> if my questions seem too basic.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Xen timing mode
  2010-02-23 17:08 ` Keir Fraser
@ 2010-02-23 17:12   ` Priya
  2010-02-23 17:18     ` Keir Fraser
  0 siblings, 1 reply; 8+ messages in thread
From: Priya @ 2010-02-23 17:12 UTC (permalink / raw)
  To: Keir Fraser; +Cc: xen-devel@lists.xensource.com


[-- Attachment #1.1: Type: text/plain, Size: 2716 bytes --]

Thanks !

In that case, how does a para-virtualized user domain find the domain -
virtual time ?

--Priya

On Tue, Feb 23, 2010 at 12:08 PM, Keir Fraser <keir.fraser@eu.citrix.com>wrote:

> Independent_wallclock is specific to Linux PV guests, and is set within the
> guest. Timer_mode is specific to HVM guests and is a domain build-time
> config option.
>
>  -- Keir
>
> On 23/02/2010 16:50, "PBhat" <pbhat@acis.ufl.edu> wrote:
>
> >
> > A question about timing modes in Xen came up after reading the
> documentation
> > on
> >
> http://wiki.xensource.com/xenwiki/XenConfigurationFileOptions?highlight=(inter<http://wiki.xensource.com/xenwiki/XenConfigurationFileOptions?highlight=%28inter>
> > rupts)|(timer)
> > configuration file options  and I was wondering if you could help me with
> > it.
> >
> >     * I know that Xen has a facility on the user domains to change the
> > timing from something called the '
> http://openskill.info/infobox.php?ID=1451
> > independent wallclock ' to 'dependent clock' and vice versa. The way to
> do
> > this is to toggle the parameter /proc/sys/xen/independent_wallclock
> between
> > 0 (dependent) and 1 (independent)
> >
> >
> >     * Now, the documentation on the configuration options for xen virtual
> > machine under the heading of Timers contains no mention of the above
> > mentioned facility, but instead talks about something called a
> 'timer_mode'
> >
> >
> >  timer_mode: Timer mode (0=delay virtual time when ticks are missed;
> > 1=virtual time is always wallclock time
> >       timer_mode (default=1; Value='TIMER_MODE')
> >
> > Now my question is whether the timer mode  = 1 is equivalent to
> independent_
> > wallclock?
> >
> > I think the answer is no. While timer_mode = 1 decides whether the
> virtual
> > machine is able to read the Domain-0 time, the independent_wallclock
> decides
> > whether you need NTP sychronization on both (user and control) domains or
> > not.
> >
> > Namely, in the timer_mode = 1, the gettimeofday() called from the virtual
> > machine will return the domain virtual time, but time_mode = 0
> > gettimeofday() instruction from the virtual machine will return the
> system
> > time.
> >
> > The independent and dependent modes have an effect on whether the virtual
> > machines can use the NTP or any other synchronization of Domain-0.
> >
> > Is my understanding correct?
> >
> > I further want to know whether the working remains similar on Xen HVMs
> also.
> > In the sense that are Hardware based virtual machines capable of reading
> the
> > Domain-0 system time in an analogous way?
> >
> >
> > Your help would be much appreciated. I am new to this area and I
> apologize
> > if my questions seem too basic.
>
>
>
>

[-- Attachment #1.2: Type: text/html, Size: 3562 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Xen timing mode
  2010-02-23 17:12   ` Priya
@ 2010-02-23 17:18     ` Keir Fraser
  2010-02-23 17:29       ` Priya
  0 siblings, 1 reply; 8+ messages in thread
From: Keir Fraser @ 2010-02-23 17:18 UTC (permalink / raw)
  To: Priya; +Cc: xen-devel@lists.xensource.com

What do you mean by domain - virtual time?


On 23/02/2010 17:12, "Priya" <pbhat@acis.ufl.edu> wrote:

> Thanks !
> 
> In that case, how does a para-virtualized user domain find the domain -
> virtual time ? 
> 
> --Priya
> 
> On Tue, Feb 23, 2010 at 12:08 PM, Keir Fraser <keir.fraser@eu.citrix.com>
> wrote:
>> Independent_wallclock is specific to Linux PV guests, and is set within the
>> guest. Timer_mode is specific to HVM guests and is a domain build-time
>> config option.
>> 
>>  -- Keir
>> 
>> On 23/02/2010 16:50, "PBhat" <pbhat@acis.ufl.edu> wrote:
>> 
>>> 
>>> A question about timing modes in Xen came up after reading the documentation
>>> on
>>> http://wiki.xensource.com/xenwiki/XenConfigurationFileOptions?highlight=(int
>>> er 
>>> <http://wiki.xensource.com/xenwiki/XenConfigurationFileOptions?highlight=%28
>>> inter> 
>>> rupts)|(timer)
>>> configuration file options  and I was wondering if you could help me with
>>> it.
>>> 
>>>     * I know that Xen has a facility on the user domains to change the
>>> timing from something called the ' http://openskill.info/infobox.php?ID=1451
>>> independent wallclock ' to 'dependent clock' and vice versa. The way to do
>>> this is to toggle the parameter /proc/sys/xen/independent_wallclock between
>>> 0 (dependent) and 1 (independent)
>>> 
>>> 
>>>     * Now, the documentation on the configuration options for xen virtual
>>> machine under the heading of Timers contains no mention of the above
>>> mentioned facility, but instead talks about something called a 'timer_mode'
>>> 
>>> 
>>>  timer_mode: Timer mode (0=delay virtual time when ticks are missed;
>>> 1=virtual time is always wallclock time
>>>       timer_mode (default=1; Value='TIMER_MODE')
>>> 
>>> Now my question is whether the timer mode  = 1 is equivalent to independent_
>>> wallclock?
>>> 
>>> I think the answer is no. While timer_mode = 1 decides whether the virtual
>>> machine is able to read the Domain-0 time, the independent_wallclock decides
>>> whether you need NTP sychronization on both (user and control) domains or
>>> not.
>>> 
>>> Namely, in the timer_mode = 1, the gettimeofday() called from the virtual
>>> machine will return the domain virtual time, but time_mode = 0
>>> gettimeofday() instruction from the virtual machine will return the system
>>> time.
>>> 
>>> The independent and dependent modes have an effect on whether the virtual
>>> machines can use the NTP or any other synchronization of Domain-0.
>>> 
>>> Is my understanding correct?
>>> 
>>> I further want to know whether the working remains similar on Xen HVMs also.
>>> In the sense that are Hardware based virtual machines capable of reading the
>>> Domain-0 system time in an analogous way?
>>> 
>>> 
>>> Your help would be much appreciated. I am new to this area and I apologize
>>> if my questions seem too basic.
>> 
>> 
>> 
> 
> 

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Xen timing mode
  2010-02-23 17:18     ` Keir Fraser
@ 2010-02-23 17:29       ` Priya
  2010-02-23 17:33         ` Priya
  2010-02-23 20:28         ` Jeremy Fitzhardinge
  0 siblings, 2 replies; 8+ messages in thread
From: Priya @ 2010-02-23 17:29 UTC (permalink / raw)
  To: Keir Fraser; +Cc: xen-devel@lists.xensource.com


[-- Attachment #1.1: Type: text/plain, Size: 3794 bytes --]

The Xen Interface manual for Xen v2.0 (attached) Page 4 defines Domain -
virtual time as

" The time that progresses at the same pace as system time, but only while a
domain is executing -- it stops while a domain is de-scheduled. Therefore
the share of the CPU that a domain receives is indicated by the rate at
which its virtual time increases."

I am interesting in finding out if any of the timing system
calls/instructions like gettimeofday(), hwclock(), rdtsc() can read this
domain virtual time.

Thanks, again !

PS: I could not find a similar documentation for Xen v3.0 or later


On Tue, Feb 23, 2010 at 12:18 PM, Keir Fraser <keir.fraser@eu.citrix.com>wrote:

> What do you mean by domain - virtual time?
>
>
> On 23/02/2010 17:12, "Priya" <pbhat@acis.ufl.edu> wrote:
>
> > Thanks !
> >
> > In that case, how does a para-virtualized user domain find the domain -
> > virtual time ?
> >
> > --Priya
> >
> > On Tue, Feb 23, 2010 at 12:08 PM, Keir Fraser <keir.fraser@eu.citrix.com
> >
> > wrote:
> >> Independent_wallclock is specific to Linux PV guests, and is set within
> the
> >> guest. Timer_mode is specific to HVM guests and is a domain build-time
> >> config option.
> >>
> >>  -- Keir
> >>
> >> On 23/02/2010 16:50, "PBhat" <pbhat@acis.ufl.edu> wrote:
> >>
> >>>
> >>> A question about timing modes in Xen came up after reading the
> documentation
> >>> on
> >>>
> http://wiki.xensource.com/xenwiki/XenConfigurationFileOptions?highlight=(int<http://wiki.xensource.com/xenwiki/XenConfigurationFileOptions?highlight=%28int>
> >>> er
> >>> <
> http://wiki.xensource.com/xenwiki/XenConfigurationFileOptions?highlight=%28
> >>> inter>
> >>> rupts)|(timer)
> >>> configuration file options  and I was wondering if you could help me
> with
> >>> it.
> >>>
> >>>     * I know that Xen has a facility on the user domains to change the
> >>> timing from something called the '
> http://openskill.info/infobox.php?ID=1451
> >>> independent wallclock ' to 'dependent clock' and vice versa. The way to
> do
> >>> this is to toggle the parameter /proc/sys/xen/independent_wallclock
> between
> >>> 0 (dependent) and 1 (independent)
> >>>
> >>>
> >>>     * Now, the documentation on the configuration options for xen
> virtual
> >>> machine under the heading of Timers contains no mention of the above
> >>> mentioned facility, but instead talks about something called a
> 'timer_mode'
> >>>
> >>>
> >>>  timer_mode: Timer mode (0=delay virtual time when ticks are missed;
> >>> 1=virtual time is always wallclock time
> >>>       timer_mode (default=1; Value='TIMER_MODE')
> >>>
> >>> Now my question is whether the timer mode  = 1 is equivalent to
> independent_
> >>> wallclock?
> >>>
> >>> I think the answer is no. While timer_mode = 1 decides whether the
> virtual
> >>> machine is able to read the Domain-0 time, the independent_wallclock
> decides
> >>> whether you need NTP sychronization on both (user and control) domains
> or
> >>> not.
> >>>
> >>> Namely, in the timer_mode = 1, the gettimeofday() called from the
> virtual
> >>> machine will return the domain virtual time, but time_mode = 0
> >>> gettimeofday() instruction from the virtual machine will return the
> system
> >>> time.
> >>>
> >>> The independent and dependent modes have an effect on whether the
> virtual
> >>> machines can use the NTP or any other synchronization of Domain-0.
> >>>
> >>> Is my understanding correct?
> >>>
> >>> I further want to know whether the working remains similar on Xen HVMs
> also.
> >>> In the sense that are Hardware based virtual machines capable of
> reading the
> >>> Domain-0 system time in an analogous way?
> >>>
> >>>
> >>> Your help would be much appreciated. I am new to this area and I
> apologize
> >>> if my questions seem too basic.
> >>
> >>
> >>
> >
> >
>
>
>
>

[-- Attachment #1.2: Type: text/html, Size: 5363 bytes --]

[-- Attachment #2: xen_interface.pdf --]
[-- Type: application/pdf, Size: 156988 bytes --]

[-- Attachment #3: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Xen timing mode
  2010-02-23 17:29       ` Priya
@ 2010-02-23 17:33         ` Priya
  2010-02-23 20:28         ` Jeremy Fitzhardinge
  1 sibling, 0 replies; 8+ messages in thread
From: Priya @ 2010-02-23 17:33 UTC (permalink / raw)
  To: Keir Fraser; +Cc: xen-devel@lists.xensource.com


[-- Attachment #1.1: Type: text/plain, Size: 4252 bytes --]

The latest interface manual which contains a similar definition of
domain-virtual time as stated in my last email can be found here:

http://www.cl.cam.ac.uk/research/srg/netos/xen/readmes/interface/interface.html#SECTION00340000000000000000

Priya

On Tue, Feb 23, 2010 at 12:29 PM, Priya <pbhat@acis.ufl.edu> wrote:

> The Xen Interface manual for Xen v2.0 (attached) Page 4 defines Domain -
> virtual time as
>
> " The time that progresses at the same pace as system time, but only while
> a domain is executing -- it stops while a domain is de-scheduled. Therefore
> the share of the CPU that a domain receives is indicated by the rate at
> which its virtual time increases."
>
> I am interesting in finding out if any of the timing system
> calls/instructions like gettimeofday(), hwclock(), rdtsc() can read this
> domain virtual time.
>
> Thanks, again !
>
> PS: I could not find a similar documentation for Xen v3.0 or later
>
>
>
> On Tue, Feb 23, 2010 at 12:18 PM, Keir Fraser <keir.fraser@eu.citrix.com>wrote:
>
>> What do you mean by domain - virtual time?
>>
>>
>> On 23/02/2010 17:12, "Priya" <pbhat@acis.ufl.edu> wrote:
>>
>> > Thanks !
>> >
>> > In that case, how does a para-virtualized user domain find the domain -
>> > virtual time ?
>> >
>> > --Priya
>> >
>> > On Tue, Feb 23, 2010 at 12:08 PM, Keir Fraser <
>> keir.fraser@eu.citrix.com>
>> > wrote:
>> >> Independent_wallclock is specific to Linux PV guests, and is set within
>> the
>> >> guest. Timer_mode is specific to HVM guests and is a domain build-time
>> >> config option.
>> >>
>> >>  -- Keir
>> >>
>> >> On 23/02/2010 16:50, "PBhat" <pbhat@acis.ufl.edu> wrote:
>> >>
>> >>>
>> >>> A question about timing modes in Xen came up after reading the
>> documentation
>> >>> on
>> >>>
>> http://wiki.xensource.com/xenwiki/XenConfigurationFileOptions?highlight=(int<http://wiki.xensource.com/xenwiki/XenConfigurationFileOptions?highlight=%28int>
>> >>> er
>> >>> <
>> http://wiki.xensource.com/xenwiki/XenConfigurationFileOptions?highlight=%28
>> >>> inter>
>> >>> rupts)|(timer)
>> >>> configuration file options  and I was wondering if you could help me
>> with
>> >>> it.
>> >>>
>> >>>     * I know that Xen has a facility on the user domains to change the
>> >>> timing from something called the '
>> http://openskill.info/infobox.php?ID=1451
>> >>> independent wallclock ' to 'dependent clock' and vice versa. The way
>> to do
>> >>> this is to toggle the parameter /proc/sys/xen/independent_wallclock
>> between
>> >>> 0 (dependent) and 1 (independent)
>> >>>
>> >>>
>> >>>     * Now, the documentation on the configuration options for xen
>> virtual
>> >>> machine under the heading of Timers contains no mention of the above
>> >>> mentioned facility, but instead talks about something called a
>> 'timer_mode'
>> >>>
>> >>>
>> >>>  timer_mode: Timer mode (0=delay virtual time when ticks are missed;
>> >>> 1=virtual time is always wallclock time
>> >>>       timer_mode (default=1; Value='TIMER_MODE')
>> >>>
>> >>> Now my question is whether the timer mode  = 1 is equivalent to
>> independent_
>> >>> wallclock?
>> >>>
>> >>> I think the answer is no. While timer_mode = 1 decides whether the
>> virtual
>> >>> machine is able to read the Domain-0 time, the independent_wallclock
>> decides
>> >>> whether you need NTP sychronization on both (user and control) domains
>> or
>> >>> not.
>> >>>
>> >>> Namely, in the timer_mode = 1, the gettimeofday() called from the
>> virtual
>> >>> machine will return the domain virtual time, but time_mode = 0
>> >>> gettimeofday() instruction from the virtual machine will return the
>> system
>> >>> time.
>> >>>
>> >>> The independent and dependent modes have an effect on whether the
>> virtual
>> >>> machines can use the NTP or any other synchronization of Domain-0.
>> >>>
>> >>> Is my understanding correct?
>> >>>
>> >>> I further want to know whether the working remains similar on Xen HVMs
>> also.
>> >>> In the sense that are Hardware based virtual machines capable of
>> reading the
>> >>> Domain-0 system time in an analogous way?
>> >>>
>> >>>
>> >>> Your help would be much appreciated. I am new to this area and I
>> apologize
>> >>> if my questions seem too basic.
>> >>
>> >>
>> >>
>> >
>> >
>>
>>
>>
>>
>

[-- Attachment #1.2: Type: text/html, Size: 6165 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Xen timing mode
  2010-02-23 17:29       ` Priya
  2010-02-23 17:33         ` Priya
@ 2010-02-23 20:28         ` Jeremy Fitzhardinge
  2010-02-23 20:49           ` Priya
  1 sibling, 1 reply; 8+ messages in thread
From: Jeremy Fitzhardinge @ 2010-02-23 20:28 UTC (permalink / raw)
  To: Priya; +Cc: xen-devel@lists.xensource.com, Keir Fraser

On 02/23/2010 09:29 AM, Priya wrote:
> The Xen Interface manual for Xen v2.0 (attached) Page 4 defines Domain 
> - virtual time as
>
> " The time that progresses at the same pace as system time, but only 
> while a domain is executing -- it stops while a domain is 
> de-scheduled. Therefore the share of the CPU that a domain receives is 
> indicated by the rate at which its virtual time increases."
>
> I am interesting in finding out if any of the timing system 
> calls/instructions like gettimeofday(), hwclock(), rdtsc() can read 
> this domain virtual time.

/proc/stat publishes stolen time for each vcpu (second-last column on 
the "cpuX" lines); you can subtract that from monotonic time to work out 
how much vcpu the domain has got.

     J

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Xen timing mode
  2010-02-23 20:28         ` Jeremy Fitzhardinge
@ 2010-02-23 20:49           ` Priya
  0 siblings, 0 replies; 8+ messages in thread
From: Priya @ 2010-02-23 20:49 UTC (permalink / raw)
  To: Jeremy Fitzhardinge; +Cc: xen-devel@lists.xensource.com, Keir Fraser


[-- Attachment #1.1: Type: text/plain, Size: 1028 bytes --]

Thank you very much!



On Tue, Feb 23, 2010 at 3:28 PM, Jeremy Fitzhardinge <jeremy@goop.org>wrote:

> On 02/23/2010 09:29 AM, Priya wrote:
>
>> The Xen Interface manual for Xen v2.0 (attached) Page 4 defines Domain -
>> virtual time as
>>
>> " The time that progresses at the same pace as system time, but only while
>> a domain is executing -- it stops while a domain is de-scheduled. Therefore
>> the share of the CPU that a domain receives is indicated by the rate at
>> which its virtual time increases."
>>
>> I am interesting in finding out if any of the timing system
>> calls/instructions like gettimeofday(), hwclock(), rdtsc() can read this
>> domain virtual time.
>>
>
> /proc/stat publishes stolen time for each vcpu (second-last column on the
> "cpuX" lines); you can subtract that from monotonic time to work out how
> much vcpu the domain has got.
>
>
>    J
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
>
>

[-- Attachment #1.2: Type: text/html, Size: 1679 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2010-02-23 20:49 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-23 16:50 Xen timing mode PBhat
2010-02-23 17:08 ` Keir Fraser
2010-02-23 17:12   ` Priya
2010-02-23 17:18     ` Keir Fraser
2010-02-23 17:29       ` Priya
2010-02-23 17:33         ` Priya
2010-02-23 20:28         ` Jeremy Fitzhardinge
2010-02-23 20:49           ` Priya

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).