mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-31 12:07:31 +00:00 
			
		
		
		
	 5010cec2bc
			
		
	
	
		5010cec2bc
		
	
	
	
	
		
			
			When instantiated, this object will connect to the given D-Bus bus "addr". During migration, it will take/restore the data from org.qemu.VMState1 instances. See documentation for details. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
		
			
				
	
	
		
			24 lines
		
	
	
		
			651 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			651 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| common-obj-y += rng.o rng-egd.o rng-builtin.o
 | |
| common-obj-$(CONFIG_POSIX) += rng-random.o
 | |
| 
 | |
| common-obj-$(CONFIG_TPM) += tpm.o
 | |
| 
 | |
| common-obj-y += hostmem.o hostmem-ram.o
 | |
| common-obj-$(CONFIG_POSIX) += hostmem-file.o
 | |
| 
 | |
| common-obj-y += cryptodev.o
 | |
| common-obj-y += cryptodev-builtin.o
 | |
| 
 | |
| ifeq ($(CONFIG_VIRTIO_CRYPTO),y)
 | |
| common-obj-y += cryptodev-vhost.o
 | |
| common-obj-$(CONFIG_VHOST_CRYPTO) += cryptodev-vhost-user.o
 | |
| endif
 | |
| 
 | |
| common-obj-$(call land,$(CONFIG_VHOST_USER),$(CONFIG_VIRTIO)) += vhost-user.o
 | |
| 
 | |
| common-obj-$(CONFIG_LINUX) += hostmem-memfd.o
 | |
| 
 | |
| common-obj-$(CONFIG_GIO) += dbus-vmstate.o
 | |
| dbus-vmstate.o-cflags = $(GIO_CFLAGS)
 | |
| dbus-vmstate.o-libs = $(GIO_LIBS)
 |