All of lore.kernel.org
 help / color / mirror / Atom feed
* expects freq 1800MHz but host's freq is 1800MHz: trap and emulate rdtsc
@ 2011-01-22  5:28 James Harper
  2011-01-24 10:30 ` [PATCH] " Tim Deegan
  0 siblings, 1 reply; 2+ messages in thread
From: James Harper @ 2011-01-22  5:28 UTC (permalink / raw)
  To: xen-devel

When I restore a DomU I get:

(XEN) save.c:72:d0 Domain 510 expects freq 1800MHz but host's freq is
1800MHz: trap and emulate rdtsc

I'm using an earlier 4.0.2 rc but I can't see any changes to save.c
since then.

Is this a problem?

Thanks

James

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

* [PATCH] Re: expects freq 1800MHz but host's freq is 1800MHz: trap and emulate rdtsc
  2011-01-22  5:28 expects freq 1800MHz but host's freq is 1800MHz: trap and emulate rdtsc James Harper
@ 2011-01-24 10:30 ` Tim Deegan
  0 siblings, 0 replies; 2+ messages in thread
From: Tim Deegan @ 2011-01-24 10:30 UTC (permalink / raw)
  To: James Harper; +Cc: xen-devel


x86/tsc: remove misleading printk on HVM restore path.

This warning no longer corresponds to what the code actually does. 

Signed-off-by: Tim Deegan <Tim.Deegan@citrix.com>

diff -r b02dd0b47140 xen/arch/x86/hvm/save.c
--- a/xen/arch/x86/hvm/save.c	Thu Jan 20 11:13:07 2011 +0000
+++ b/xen/arch/x86/hvm/save.c	Mon Jan 24 10:25:32 2011 +0000
@@ -65,12 +65,7 @@ int arch_hvm_load(struct domain *d, stru
     if ( hdr->gtsc_khz )
         d->arch.tsc_khz = hdr->gtsc_khz;
     if ( d->arch.vtsc )
-    {
         hvm_set_rdtsc_exiting(d, 1);
-        gdprintk(XENLOG_WARNING, "Domain %d expects freq %uMHz "
-                "but host's freq is %luMHz: trap and emulate rdtsc\n",
-                d->domain_id, hdr->gtsc_khz / 1000, cpu_khz / 1000);
-    }
 
     /* VGA state is not saved/restored, so we nobble the cache. */
     d->arch.hvm_domain.stdvga.cache = 0;

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

end of thread, other threads:[~2011-01-24 10:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-22  5:28 expects freq 1800MHz but host's freq is 1800MHz: trap and emulate rdtsc James Harper
2011-01-24 10:30 ` [PATCH] " Tim Deegan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.