]> git.proxmox.com Git - mirror_qemu.git/blobdiff - migration/Makefile.objs
aspeed: create mapping regions for the maximum number of slaves
[mirror_qemu.git] / migration / Makefile.objs
index d929e969ae63a71461464268fdc61f3ecad18971..30ad945918cf227ee18795e9af3f70f310858177 100644 (file)
@@ -1,10 +1,12 @@
-common-obj-y += migration.o tcp.o
+common-obj-y += migration.o socket.o fd.o exec.o
+common-obj-y += tls.o
 common-obj-y += vmstate.o
-common-obj-y += qemu-file.o qemu-file-buf.o qemu-file-unix.o qemu-file-stdio.o
-common-obj-y += xbzrle.o
+common-obj-y += qemu-file.o
+common-obj-y += qemu-file-channel.o
+common-obj-y += xbzrle.o postcopy-ram.o
+common-obj-y += qjson.o
 
 common-obj-$(CONFIG_RDMA) += rdma.o
-common-obj-$(CONFIG_POSIX) += exec.o unix.o fd.o
 
 common-obj-y += block.o