Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 356175
b: refs/heads/master
c: 136867f
h: refs/heads/master
i:
  356173: e46a093
  356171: 8e1038f
  356167: 71a8ed8
  356159: a57e696
v: v3
  • Loading branch information
Shuah Khan authored and Ingo Molnar committed Feb 11, 2013
1 parent e1af354 commit 3c58d25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 96477b4cd705c5416346aef262b0a1116cfcdd80
refs/heads/master: 136867f517cbc3f8a91f035677911a6b503c3323
4 changes: 2 additions & 2 deletions trunk/arch/x86/kernel/kvm.c
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,8 @@ static void kvm_register_steal_time(void)
memset(st, 0, sizeof(*st));

wrmsrl(MSR_KVM_STEAL_TIME, (slow_virt_to_phys(st) | KVM_MSR_ENABLED));
printk(KERN_INFO "kvm-stealtime: cpu %d, msr %lx\n",
cpu, slow_virt_to_phys(st));
pr_info("kvm-stealtime: cpu %d, msr %llx\n",
cpu, (unsigned long long) slow_virt_to_phys(st));
}

static DEFINE_PER_CPU(unsigned long, kvm_apic_eoi) = KVM_PV_EOI_DISABLED;
Expand Down

0 comments on commit 3c58d25

Please sign in to comment.