mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 10:40:15 +02:00 
			
		
		
		
	KVM: SVM: enable nested svm by default
Nested SVM is (in my experience) stable enough to be enabled by default. So omit the requirement to pass a module parameter. Signed-off-by: Joerg Roedel <joerg.roedel@amd.com> Signed-off-by: Avi Kivity <avi@redhat.com>
This commit is contained in:
		
							parent
							
								
									108768de55
								
							
						
					
					
						commit
						4b6e4dca70
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -124,7 +124,7 @@ static int npt = 1;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
module_param(npt, int, S_IRUGO);
 | 
					module_param(npt, int, S_IRUGO);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static int nested = 0;
 | 
					static int nested = 1;
 | 
				
			||||||
module_param(nested, int, S_IRUGO);
 | 
					module_param(nested, int, S_IRUGO);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static void svm_flush_tlb(struct kvm_vcpu *vcpu);
 | 
					static void svm_flush_tlb(struct kvm_vcpu *vcpu);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue