]> Git Repo - qemu.git/blobdiff - Makefile.objs
hw/virtio-blk: add a constant for max number of merged requests
[qemu.git] / Makefile.objs
index 18fd35cf15617bf96dfbe518d74b86ae727dac12..28999d39c475ebb03e9cce8b01c86e98bad314e3 100644 (file)
@@ -48,15 +48,10 @@ common-obj-$(CONFIG_POSIX) += os-posix.o
 
 common-obj-$(CONFIG_LINUX) += fsdev/
 
-common-obj-y += migration.o migration-tcp.o
-common-obj-y += vmstate.o
-common-obj-y += qemu-file.o qemu-file-unix.o qemu-file-stdio.o
-common-obj-$(CONFIG_RDMA) += migration-rdma.o
+common-obj-y += migration/
 common-obj-y += qemu-char.o #aio.o
-common-obj-y += block-migration.o
-common-obj-y += page_cache.o xbzrle.o
-
-common-obj-$(CONFIG_POSIX) += migration-exec.o migration-unix.o migration-fd.o
+common-obj-y += page_cache.o
+common-obj-y += qjson.o
 
 common-obj-$(CONFIG_SPICE) += spice-qemu-char.o
 
This page took 0.022925 seconds and 4 git commands to generate.