Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72128
b: refs/heads/master
c: 8668a3c
h: refs/heads/master
v: v3
  • Loading branch information
Eddie Dong authored and Avi Kivity committed Oct 22, 2007
1 parent dab4a15 commit 7066ac9
Show file tree
Hide file tree
Showing 3 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: 1b6269db3f83396c2fd2c8d0f3e0f37ac0e6ba05
refs/heads/master: 8668a3c468ed55d19514117a5a959d91d3d03823
1 change: 1 addition & 0 deletions trunk/drivers/kvm/mmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -1049,6 +1049,7 @@ int kvm_mmu_reset_context(struct kvm_vcpu *vcpu)
destroy_kvm_mmu(vcpu);
return init_kvm_mmu(vcpu);
}
EXPORT_SYMBOL_GPL(kvm_mmu_reset_context);

int kvm_mmu_load(struct kvm_vcpu *vcpu)
{
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/kvm/vmx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1128,6 +1128,7 @@ static void enter_rmode(struct kvm_vcpu *vcpu)
fix_rmode_seg(VCPU_SREG_GS, &vcpu->rmode.gs);
fix_rmode_seg(VCPU_SREG_FS, &vcpu->rmode.fs);

kvm_mmu_reset_context(vcpu);
init_rmode_tss(vcpu->kvm);
}

Expand Down

0 comments on commit 7066ac9

Please sign in to comment.