Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 202417
b: refs/heads/master
c: 68be080
h: refs/heads/master
i:
  202415: 14c62e1
v: v3
  • Loading branch information
Gleb Natapov authored and Avi Kivity committed Aug 2, 2010
1 parent 5ab8345 commit 338382f
Show file tree
Hide file tree
Showing 2 changed files with 4 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: d153513ddef5698a292b53790008b2e7660cd08d
refs/heads/master: 68be0803456b3eed33038be5566710ad7648c854
3 changes: 3 additions & 0 deletions trunk/arch/x86/kvm/x86.c
Original file line number Diff line number Diff line change
Expand Up @@ -3936,6 +3936,9 @@ static bool reexecute_instruction(struct kvm_vcpu *vcpu, gva_t gva)
{
gpa_t gpa;

if (tdp_enabled)
return false;

/*
* if emulation was due to access to shadowed page table
* and it failed try to unshadow page and re-entetr the
Expand Down

0 comments on commit 338382f

Please sign in to comment.