]> Git Repo - qemu.git/blob - migration/Makefile.objs
migration: Split migration/channel.c for channel operations
[qemu.git] / migration / Makefile.objs
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
9
10 common-obj-$(CONFIG_RDMA) += rdma.o
11
12 common-obj-$(CONFIG_LIVE_BLOCK_MIGRATION) += block.o
13
This page took 0.02407 seconds and 4 git commands to generate.