]> git.proxmox.com Git - mirror_qemu.git/blame - migration/Makefile.objs
i386: Update new x86_apicid parsing rules with die_offset support
[mirror_qemu.git] / migration / Makefile.objs
CommitLineData
527792fa 1common-obj-y += migration.o socket.o fd.o exec.o
46d702b1 2common-obj-y += tls.o channel.o savevm.o
aad555c2 3common-obj-y += colo.o colo-failover.o
576d1abc 4common-obj-y += vmstate.o vmstate-types.o page_cache.o
84a899de 5common-obj-y += qemu-file.o global_state.o
a9cfeb33 6common-obj-y += qemu-file-channel.o
eb59db53 7common-obj-y += xbzrle.o postcopy-ram.o
17b74b98 8common-obj-y += qjson.o
b35ebdf0 9common-obj-y += block-dirty-bitmap.o
60fe637b 10
329c9b10 11common-obj-$(CONFIG_RDMA) += rdma.o
60fe637b 12
ed1701c6 13common-obj-$(CONFIG_LIVE_BLOCK_MIGRATION) += block.o
60fe637b 14
392fb643 15rdma.o-libs := $(RDMA_LIBS)