Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54086
b: refs/heads/master
c: 55bf402
h: refs/heads/master
v: v3
  • Loading branch information
Michal Piotrowski authored and Avi Kivity committed May 3, 2007
1 parent 48b9fac commit 12ce5be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 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: 0cc5064d335543a72c5ef904a3f528966fa3f2d2
refs/heads/master: 55bf4028342d96b21fe5dc0721b481b0bc1e81f6
7 changes: 0 additions & 7 deletions trunk/drivers/kvm/svm.c
Original file line number Diff line number Diff line change
Expand Up @@ -203,13 +203,6 @@ static void inject_ud(struct kvm_vcpu *vcpu)
UD_VECTOR;
}

static void inject_db(struct kvm_vcpu *vcpu)
{
vcpu->svm->vmcb->control.event_inj = SVM_EVTINJ_VALID |
SVM_EVTINJ_TYPE_EXEPT |
DB_VECTOR;
}

static int is_page_fault(uint32_t info)
{
info &= SVM_EVTINJ_VEC_MASK | SVM_EVTINJ_TYPE_MASK | SVM_EVTINJ_VALID;
Expand Down

0 comments on commit 12ce5be

Please sign in to comment.