Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73560
b: refs/heads/master
c: 56ba47d
h: refs/heads/master
v: v3
  • Loading branch information
Avi Kivity committed Nov 8, 2007
1 parent 2a0ea29 commit feb7bf5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 70433389ccfe2719ef5cd539d04172260294f0f5
refs/heads/master: 56ba47ddbd5af7918bf1acdbe3deb979d0dcd64b
8 changes: 4 additions & 4 deletions trunk/drivers/kvm/svm.c
Original file line number Diff line number Diff line change
Expand Up @@ -1585,10 +1585,6 @@ static void svm_vcpu_run(struct kvm_vcpu *vcpu, struct kvm_run *kvm_run)
#endif
: "cc", "memory" );

local_irq_disable();

stgi();

if ((svm->vmcb->save.dr7 & 0xff))
load_db_regs(svm->host_db_regs);

Expand All @@ -1605,6 +1601,10 @@ static void svm_vcpu_run(struct kvm_vcpu *vcpu, struct kvm_run *kvm_run)

reload_tss(vcpu);

local_irq_disable();

stgi();

svm->next_rip = 0;
}

Expand Down

0 comments on commit feb7bf5

Please sign in to comment.