mirror of https://gitee.com/openkylin/qemu.git
14 lines
431 B
Makefile
14 lines
431 B
Makefile
common-obj-y += migration.o socket.o fd.o exec.o
|
|
common-obj-y += tls.o channel.o savevm.o
|
|
common-obj-y += colo-comm.o colo.o colo-failover.o
|
|
common-obj-y += vmstate.o vmstate-types.o page_cache.o
|
|
common-obj-y += qemu-file.o global_state.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_LIVE_BLOCK_MIGRATION) += block.o
|
|
|