-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 115231 b: refs/heads/master c: 26eef70 h: refs/heads/master i: 115229: 9ad4446 115227: 70b9a19 115223: d1de129 115215: ed2abb3 115199: 2949486 v: v3
- Loading branch information
Avi Kivity
committed
Oct 15, 2008
1 parent
476dca0
commit 7d8db90
Showing
3 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 668f612fa0d8d4120ec5dc0725d7e1ca3152a954 | ||
refs/heads/master: 26eef70c3e8c76e73dff2579c792fc7355f8a291 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#ifndef ARCH_X86_KVM_X86_H | ||
#define ARCH_X86_KVM_X86_H | ||
|
||
#include <linux/kvm_host.h> | ||
|
||
static inline void kvm_clear_exception_queue(struct kvm_vcpu *vcpu) | ||
{ | ||
vcpu->arch.exception.pending = false; | ||
} | ||
|
||
#endif |