Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 197823
b: refs/heads/master
c: 19b95db
h: refs/heads/master
i:
  197821: c2a25d3
  197819: 914bfa0
  197815: 7da7ccf
  197807: 7304426
  197791: 8959cc2
  197759: 3b4ec2f
v: v3
  • Loading branch information
Avi Kivity committed May 19, 2010
1 parent d09bda6 commit 8dd322c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 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: 0ee75bead83da4791e5cbf659806c54d8ee40f12
refs/heads/master: 19b95dba0324e55505682a18ff9a437fbf4a2592
8 changes: 7 additions & 1 deletion trunk/arch/x86/include/asm/vmx.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
*
*/

#include <linux/types.h>

/*
* Definitions of Primary Processor-Based VM-Execution Controls.
*/
Expand Down Expand Up @@ -394,6 +396,10 @@ enum vmcs_field {
#define ASM_VMX_INVEPT ".byte 0x66, 0x0f, 0x38, 0x80, 0x08"
#define ASM_VMX_INVVPID ".byte 0x66, 0x0f, 0x38, 0x81, 0x08"


struct vmx_msr_entry {
u32 index;
u32 reserved;
u64 value;
} __aligned(16);

#endif

0 comments on commit 8dd322c

Please sign in to comment.