Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 46029
b: refs/heads/master
c: 432bd6c
h: refs/heads/master
i:
  46027: a1776cb
v: v3
  • Loading branch information
Avi Kivity authored and Linus Torvalds committed Feb 2, 2007
1 parent 43c6127 commit 1a6fd53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6a4c24ec52128c1f57b7d2d24cf4dd13fc23f474
refs/heads/master: 432bd6cbf9f016f5480153b1cdfbd046f8d4fb1e
2 changes: 2 additions & 0 deletions trunk/drivers/kvm/vmx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1116,6 +1116,8 @@ static int vmx_vcpu_setup(struct kvm_vcpu *vcpu)

if (rdmsr_safe(index, &data_low, &data_high) < 0)
continue;
if (wrmsr_safe(index, data_low, data_high) < 0)
continue;
data = data_low | ((u64)data_high << 32);
vcpu->host_msrs[j].index = index;
vcpu->host_msrs[j].reserved = 0;
Expand Down

0 comments on commit 1a6fd53

Please sign in to comment.