Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 185999
b: refs/heads/master
c: dc77270
h: refs/heads/master
i:
  185997: cdde133
  185995: e12e9d0
  185991: d190879
  185983: 751a915
v: v3
  • Loading branch information
Avi Kivity authored and Marcelo Tosatti committed Mar 1, 2010
1 parent b01b3a1 commit a0b98ca
Show file tree
Hide file tree
Showing 2 changed files with 2 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: f9a48e6a18c210c4bf34769fa05ede250575c6a1
refs/heads/master: dc77270f960a8b3cc39a6349a9fad58cc6053d53
2 changes: 1 addition & 1 deletion trunk/arch/x86/include/asm/svm.h
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ struct __attribute__ ((__packed__)) vmcb {

#define SVM_EXIT_ERR -1

#define SVM_CR0_SELECTIVE_MASK (1 << 3 | 1) /* TS and MP */
#define SVM_CR0_SELECTIVE_MASK (X86_CR0_TS | X86_CR0_MP)

#define SVM_VMLOAD ".byte 0x0f, 0x01, 0xda"
#define SVM_VMRUN ".byte 0x0f, 0x01, 0xd8"
Expand Down

0 comments on commit a0b98ca

Please sign in to comment.