Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 115315
b: refs/heads/master
c: defed7e
h: refs/heads/master
i:
  115313: 6badb5a
  115311: 1d88f63
v: v3
  • Loading branch information
Sheng Yang authored and Avi Kivity committed Oct 15, 2008
1 parent 5633613 commit c6a6a73
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: 9ea542facbd0fd12a53e169953a3fdd6d0364532
refs/heads/master: defed7ed926eca9f178a632df05baa866abe754e
3 changes: 0 additions & 3 deletions trunk/arch/x86/kvm/vmx.h
Original file line number Diff line number Diff line change
Expand Up @@ -331,9 +331,6 @@ enum vmcs_field {

#define AR_RESERVD_MASK 0xfffe0f00

#define FEATURE_CONTROL_LOCKED (1<<0)
#define FEATURE_CONTROL_VMXON_ENABLED (1<<2)

#define APIC_ACCESS_PAGE_PRIVATE_MEMSLOT 9
#define IDENTITY_PAGETABLE_PRIVATE_MEMSLOT 10

Expand Down
3 changes: 3 additions & 0 deletions trunk/include/asm-x86/msr-index.h
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,9 @@
#define MSR_IA32_EBL_CR_POWERON 0x0000002a
#define MSR_IA32_FEATURE_CONTROL 0x0000003a

#define FEATURE_CONTROL_LOCKED (1<<0)
#define FEATURE_CONTROL_VMXON_ENABLED (1<<2)

#define MSR_IA32_APICBASE 0x0000001b
#define MSR_IA32_APICBASE_BSP (1<<8)
#define MSR_IA32_APICBASE_ENABLE (1<<11)
Expand Down

0 comments on commit c6a6a73

Please sign in to comment.