migration: Export qemu-file-channel.c functions in its own file
[qemu/ar7.git] / migration / Makefile.objs
blob4e8ab0a918867bd941974a3e00dfc6da96a02b6c
1 common-obj-y += migration.o socket.o fd.o exec.o
2 common-obj-y += tls.o channel.o
3 common-obj-y += colo-comm.o colo.o colo-failover.o
4 common-obj-y += vmstate.o page_cache.o
5 common-obj-y += qemu-file.o
6 common-obj-y += qemu-file-channel.o
7 common-obj-y += xbzrle.o postcopy-ram.o
8 common-obj-y += qjson.o
10 common-obj-$(CONFIG_RDMA) += rdma.o
12 common-obj-$(CONFIG_LIVE_BLOCK_MIGRATION) += block.o