mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-30 01:47:31 +00:00 
			
		
		
		
	 26ed501b99
			
		
	
	
		26ed501b99
		
	
	
	
	
		
			
			We were not building the vhost-user-blk server due to 32 bit compilation problems. The problem was due to format string types so fix that and then enable the build. Tweak the rule to follow the same rules as other vhost-user daemons. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20220321153037.3622127-12-alex.bennee@linaro.org> Message-Id: <20220524154056.2896913-2-alex.bennee@linaro.org> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Reviewed-by: Raphael Norwitz <raphael.norwitz@nutanix.com>
		
			
				
	
	
		
			5 lines
		
	
	
		
			182 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			182 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
| executable('vhost-user-blk', files('vhost-user-blk.c'),
 | |
|            dependencies: [qemuutil, vhost_user],
 | |
|            build_by_default: targetos == 'linux',
 | |
|            install: false)
 |