46d702b106
It only needed TARGET_PAGE_SIZE/BITS/BITS_MIN values, so just export them from exec.h Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Peter Xu <peterx@redhat.com> Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
14 lines
416 B
Makefile
14 lines
416 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
|
|
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
|
|
|