|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v4 1/3] x86: Use native RDTSC(P) execution when guest and host frequencies are the same
On 04/16/2014 07:38 AM, Jan Beulich wrote: On 16.04.14 at 03:27, <boris.ostrovsky@xxxxxxxxxx> wrote:
Hmm, I haven't thought about PV here.
So then the condition should be
if ( host_tsc_is_safe() )
{
if ( (is_hvm_domain() && (arch.tsc_khz == cpu_khz ||
cpu_has_tsc_ratio)) ||
(incarnation == 0 && d->arch.tsc_khz == cpu_khz) )
d->arch.vtsc = 0;
}
-boris
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |