KVM: VMX: Emulate invalid guest state by default
Our emulation should be complete enough that we can emulate guests while they are in big real mode, or in a mode transition that is not virtualizable without unrestricted guest support. Signed-off-by: Avi Kivity <avi@redhat.com>
This commit is contained in:
		
					parent
					
						
							
								8089000616
							
						
					
				
			
			
				commit
				
					
						a27685c33a
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -74,7 +74,7 @@ module_param_named(unrestricted_guest, | ||||||
| static bool __read_mostly enable_ept_ad_bits = 1; | static bool __read_mostly enable_ept_ad_bits = 1; | ||||||
| module_param_named(eptad, enable_ept_ad_bits, bool, S_IRUGO); | 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); | module_param(emulate_invalid_guest_state, bool, S_IRUGO); | ||||||
| 
 | 
 | ||||||
| static bool __read_mostly vmm_exclusive = 1; | static bool __read_mostly vmm_exclusive = 1; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Avi Kivity
				Avi Kivity