Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68382
b: refs/heads/master
c: 54e11fa
h: refs/heads/master
v: v3
  • Loading branch information
Gabriel C authored and Avi Kivity committed Oct 13, 2007
1 parent f757c72 commit 190abd0
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: 37c00051b53861929a910309c1823b415d55cfdf
refs/heads/master: 54e11fa1f87771df0fc1bb42a75be0740c3babb9
2 changes: 2 additions & 0 deletions trunk/drivers/kvm/vmx.c
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,7 @@ static void vmx_inject_gp(struct kvm_vcpu *vcpu, unsigned error_code)
/*
* Swap MSR entry in host/guest MSR entry array.
*/
#ifdef CONFIG_X86_64
static void move_msr_up(struct vcpu_vmx *vmx, int from, int to)
{
struct kvm_msr_entry tmp;
Expand All @@ -555,6 +556,7 @@ static void move_msr_up(struct vcpu_vmx *vmx, int from, int to)
vmx->host_msrs[to] = vmx->host_msrs[from];
vmx->host_msrs[from] = tmp;
}
#endif

/*
* Set up the vmcs to automatically save and restore system
Expand Down

0 comments on commit 190abd0

Please sign in to comment.