Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131375
b: refs/heads/master
c: 516a1a7
h: refs/heads/master
i:
  131373: be5bcab
  131371: 74f4b5d
  131367: fbf78e6
  131359: e687470
v: v3
  • Loading branch information
Avi Kivity committed Feb 15, 2009
1 parent f6efaa9 commit 68e4b10
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 682edb4c01e690c7c7cd772dbd6f4e0fd74dc572
refs/heads/master: 516a1a7e9dc80358030fe01aabb3bedf882db9e2
1 change: 1 addition & 0 deletions trunk/arch/x86/kvm/vmx.c
Original file line number Diff line number Diff line change
Expand Up @@ -903,6 +903,7 @@ static int vmx_get_msr(struct kvm_vcpu *vcpu, u32 msr_index, u64 *pdata)
data = vmcs_readl(GUEST_SYSENTER_ESP);
break;
default:
vmx_load_host_state(to_vmx(vcpu));
msr = find_msr_entry(to_vmx(vcpu), msr_index);
if (msr) {
data = msr->data;
Expand Down

0 comments on commit 68e4b10

Please sign in to comment.