Without this users running on recent Intel processors will not be able to
use jailhouse.

Signed-off-by: Yasser Shalabi <[email protected]>

---
 hypervisor/arch/x86/include/asm/processor.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hypervisor/arch/x86/include/asm/processor.h
b/hypervisor/arch/x86/include/asm/processor.h
index 50b997cc..70a6c3ff 100644
--- a/hypervisor/arch/x86/include/asm/processor.h
+++ b/hypervisor/arch/x86/include/asm/processor.h
@@ -66,7 +66,7 @@
 #define X86_CR4_VMXE (1UL << 13)
 #define X86_CR4_OSXSAVE (1UL << 18)
 #define X86_CR4_RESERVED \
- (BIT_MASK(31, 22) | (1UL << 19) | (1UL << 15) | BIT_MASK(12, 11))
+ (BIT_MASK(31, 23) | (1UL << 19) | (1UL << 15) | BIT_MASK(12, 11))

 #define X86_XCR0_FP 0x00000001

-- 
2.17.1

-- 
You received this message because you are subscribed to the Google Groups 
"Jailhouse" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jailhouse-dev/CACkfA5uv_wSnv6tPozNx4eUT%3DH6v6cmLex85VmXRMs4FWQ4hBQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to