mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-31 04:06:46 +00:00 
			
		
		
		
	 3090de695b
			
		
	
	
		3090de695b
		
	
	
	
	
		
			
			Add configuration options to enable or disable multiprocess QEMU code Signed-off-by: John G Johnson <john.g.johnson@oracle.com> Signed-off-by: Jagannathan Raman <jag.raman@oracle.com> Signed-off-by: Elena Ufimtseva <elena.ufimtseva@oracle.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Message-id: 6cc37253e35418ebd7b675a31a3df6e3c7a12dc1.1611938319.git.jag.raman@oracle.com Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
		
			
				
	
	
		
			44 lines
		
	
	
		
			554 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			44 lines
		
	
	
		
			554 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # These are "proxy" symbols used to pass config-host.mak values
 | |
| # down to Kconfig.  See also kconfig_external_symbols in
 | |
| # meson.build: these two need to be kept in sync.
 | |
| 
 | |
| config LINUX
 | |
|     bool
 | |
| 
 | |
| config OPENGL
 | |
|     bool
 | |
| 
 | |
| config X11
 | |
|     bool
 | |
| 
 | |
| config SPICE
 | |
|     bool
 | |
| 
 | |
| config IVSHMEM
 | |
|     bool
 | |
| 
 | |
| config TPM
 | |
|     bool
 | |
| 
 | |
| config VHOST_USER
 | |
|     bool
 | |
|     select VHOST
 | |
| 
 | |
| config VHOST_VDPA
 | |
|     bool
 | |
|     select VHOST
 | |
| 
 | |
| config VHOST_KERNEL
 | |
|     bool
 | |
|     select VHOST
 | |
| 
 | |
| config VIRTFS
 | |
|     bool
 | |
| 
 | |
| config PVRDMA
 | |
|     bool
 | |
| 
 | |
| config MULTIPROCESS_ALLOWED
 | |
|     bool
 | |
|     imply MULTIPROCESS
 |