debuggers.hg
changeset 22846:c50ae9d5dda4
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>
This warning no longer corresponds to what the code actually does.
Signed-off-by: Tim Deegan <Tim.Deegan@citrix.com>
author | Keir Fraser <keir@xen.org> |
---|---|
date | Tue Jan 25 14:05:25 2011 +0000 (2011-01-25) |
parents | b59f04eb8978 |
children | 9dca60d88c63 |
files | xen/arch/x86/hvm/save.c |
line diff
1.1 --- a/xen/arch/x86/hvm/save.c Fri Jan 21 18:06:23 2011 +0000 1.2 +++ b/xen/arch/x86/hvm/save.c Tue Jan 25 14:05:25 2011 +0000 1.3 @@ -65,12 +65,7 @@ int arch_hvm_load(struct domain *d, stru 1.4 if ( hdr->gtsc_khz ) 1.5 d->arch.tsc_khz = hdr->gtsc_khz; 1.6 if ( d->arch.vtsc ) 1.7 - { 1.8 hvm_set_rdtsc_exiting(d, 1); 1.9 - gdprintk(XENLOG_WARNING, "Domain %d expects freq %uMHz " 1.10 - "but host's freq is %luMHz: trap and emulate rdtsc\n", 1.11 - d->domain_id, hdr->gtsc_khz / 1000, cpu_khz / 1000); 1.12 - } 1.13 1.14 /* VGA state is not saved/restored, so we nobble the cache. */ 1.15 d->arch.hvm_domain.stdvga.cache = 0;