mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
eb59db53a4
Provide a check to see if the OS we're running on has all the bits needed for postcopy. Creates postcopy-ram.c which will get most of the other helpers we need. Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Reviewed-by: Amit Shah <amit.shah@redhat.com> Reviewed-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Juan Quintela <quintela@redhat.com>
10 lines
291 B
Text
10 lines
291 B
Text
common-obj-y += migration.o tcp.o
|
|
common-obj-y += vmstate.o
|
|
common-obj-y += qemu-file.o qemu-file-buf.o qemu-file-unix.o qemu-file-stdio.o
|
|
common-obj-y += xbzrle.o postcopy-ram.o
|
|
|
|
common-obj-$(CONFIG_RDMA) += rdma.o
|
|
common-obj-$(CONFIG_POSIX) += exec.o unix.o fd.o
|
|
|
|
common-obj-y += block.o
|
|
|