mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-31 04:06:46 +00:00 
			
		
		
		
	 65ce87d476
			
		
	
	
		65ce87d476
		
	
	
	
	
		
			
			Pass CONFIG_FUZZ via host_kconfig, and use it to select the sparse-mem device. Cc: Alexander Oleinik <alxndr@bu.edu> Reviewed-by: Alexander Bulekov <alxndr@bu.edu> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Tested-by: Alexander Bulekov <alxndr@bu.edu> Message-Id: <20211007130829.632254-1-pbonzini@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
		
			
				
	
	
		
			48 lines
		
	
	
		
			598 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			48 lines
		
	
	
		
			598 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
 | |
| 
 | |
| config FUZZ
 | |
|     bool
 | |
|     select SPARSE_MEM
 |