From 4e0ddfe7fbf2d3e189539414d72b4e83aafbea26 Mon Sep 17 00:00:00 2001 From: Avi Kivity Date: Tue, 12 Jun 2012 20:30:18 +0300 Subject: [PATCH] --- yaml --- r: 315895 b: refs/heads/master c: a27685c33acccce91268ddef88d7896e3205fda5 h: refs/heads/master i: 315893: 961bf692e92ffdadafbf8c9a93a5f5721e7a3fb2 315891: 20ce7069c88a7e43e11684e4a31173cae22bbe37 315887: 77beab01a46587dd199e2dcfeee5e5727aac9fc6 v: v3 --- [refs] | 2 +- trunk/arch/x86/kvm/vmx.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 9d5f73e1ca84..5b1dd04200e9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 80890006167ec3e570bfd7cee7a05db17d339726 +refs/heads/master: a27685c33acccce91268ddef88d7896e3205fda5 diff --git a/trunk/arch/x86/kvm/vmx.c b/trunk/arch/x86/kvm/vmx.c index c61eb34a39e7..a2b9dd9af620 100644 --- a/trunk/arch/x86/kvm/vmx.c +++ b/trunk/arch/x86/kvm/vmx.c @@ -74,7 +74,7 @@ module_param_named(unrestricted_guest, static bool __read_mostly enable_ept_ad_bits = 1; module_param_named(eptad, enable_ept_ad_bits, bool, S_IRUGO); -static bool __read_mostly emulate_invalid_guest_state = 0; +static bool __read_mostly emulate_invalid_guest_state = true; module_param(emulate_invalid_guest_state, bool, S_IRUGO); static bool __read_mostly vmm_exclusive = 1;