On 21.05.19 20:03, Yasser Shalabi wrote:
Without this users running on recent Intel processors will not be able to use jailhouse.

Signed-off-by: Yasser Shalabi <[email protected] <mailto:[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


Thanks, applied to next while tuning the wording a bit.

Jan

--
Siemens AG, Corporate Technology, CT RDA IOT SES-DE
Corporate Competence Center Embedded Linux

--
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/b91ceb1c-78dc-57cc-de27-bb072c62b185%40siemens.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to