 af585b921e
			
		
	
	
	af585b921e
	
	
	
		
			
			If a guest accesses swapped out memory do not swap it in from vcpu thread
context. Schedule work to do swapping and put vcpu into halted state
instead.
Interrupts will still be delivered to the guest and if interrupt will
cause reschedule guest will continue to run another task.
[avi: remove call to get_user_pages_noio(), nacked by Linus; this
      makes everything synchrnous again]
Acked-by: Rik van Riel <riel@redhat.com>
Signed-off-by: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
		
	
			
		
			
				
	
	
		
			20 lines
		
	
	
	
		
			275 B
			
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
	
		
			275 B
			
		
	
	
	
		
			Text
		
	
	
	
	
	
| # KVM common configuration items and defaults
 | |
| 
 | |
| config HAVE_KVM
 | |
|        bool
 | |
| 
 | |
| config HAVE_KVM_IRQCHIP
 | |
|        bool
 | |
| 
 | |
| config HAVE_KVM_EVENTFD
 | |
|        bool
 | |
|        select EVENTFD
 | |
| 
 | |
| config KVM_APIC_ARCHITECTURE
 | |
|        bool
 | |
| 
 | |
| config KVM_MMIO
 | |
|        bool
 | |
| 
 | |
| config KVM_ASYNC_PF
 | |
|        bool
 |