]> git.proxmox.com Git - mirror_qemu.git/blob - migration/Makefile.objs
Merge tag 'pull-aspeed-20240201' of https://github.com/legoater/qemu into staging
[mirror_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 savevm.o
3 common-obj-y += colo.o colo-failover.o
4 common-obj-y += vmstate.o vmstate-types.o page_cache.o
5 common-obj-y += qemu-file.o global_state.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 common-obj-y += block-dirty-bitmap.o
10
11 common-obj-$(CONFIG_RDMA) += rdma.o
12
13 common-obj-$(CONFIG_LIVE_BLOCK_MIGRATION) += block.o
14
15 rdma.o-libs := $(RDMA_LIBS)