Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80855
b: refs/heads/master
c: 565f1fb
h: refs/heads/master
i:
  80853: 91f2ec6
  80851: e10118b
  80847: 48e5835
v: v3
  • Loading branch information
Avi Kivity committed Jan 30, 2008
1 parent 9b604e2 commit f96f751
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: dfc5aa00cbe888d3a9ea97775bbac74cb1c1a1d8
refs/heads/master: 565f1fbd9d2f766dcfed5db90b89ef80afe8b49a
2 changes: 1 addition & 1 deletion trunk/arch/x86/kvm/x86.c
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ int kvm_set_msr_common(struct kvm_vcpu *vcpu, u32 msr, u64 data)
vcpu->arch.ia32_misc_enable_msr = data;
break;
default:
pr_unimpl(vcpu, "unhandled wrmsr: 0x%x\n", msr);
pr_unimpl(vcpu, "unhandled wrmsr: 0x%x data %llx\n", msr, data);
return 1;
}
return 0;
Expand Down

0 comments on commit f96f751

Please sign in to comment.