mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-31 04:06:46 +00:00 
			
		
		
		
	 21c6b0c87e
			
		
	
	
		21c6b0c87e
		
	
	
	
	
		
			
			Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
		
			
				
	
	
		
			45 lines
		
	
	
		
			595 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			45 lines
		
	
	
		
			595 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| config VHOST
 | |
|     bool
 | |
| 
 | |
| config VIRTIO
 | |
|     bool
 | |
| 
 | |
| config VIRTIO_RNG
 | |
|     bool
 | |
|     default y
 | |
|     depends on VIRTIO
 | |
| 
 | |
| config VIRTIO_PCI
 | |
|     bool
 | |
|     default y if PCI_DEVICES
 | |
|     depends on PCI
 | |
|     select VIRTIO
 | |
| 
 | |
| config VIRTIO_MMIO
 | |
|     bool
 | |
|     select VIRTIO
 | |
| 
 | |
| config VIRTIO_CCW
 | |
|     bool
 | |
|     select VIRTIO
 | |
| 
 | |
| config VIRTIO_BALLOON
 | |
|     bool
 | |
|     default y
 | |
|     depends on VIRTIO
 | |
| 
 | |
| config VIRTIO_CRYPTO
 | |
|     bool
 | |
|     default y
 | |
|     depends on VIRTIO
 | |
| 
 | |
| config VIRTIO_PMEM_SUPPORTED
 | |
|     bool
 | |
| 
 | |
| config VIRTIO_PMEM
 | |
|     bool
 | |
|     default y
 | |
|     depends on VIRTIO
 | |
|     depends on VIRTIO_PMEM_SUPPORTED
 | |
|     select MEM_DEVICE
 |