mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-02 21:32:52 +00:00
977184db39
The splitting of qemu-file and addition of the buffered file landed at the same time; so now split the buffered file code out. Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Amit Shah <amit.shah@redhat.com>
10 lines
276 B
Text
10 lines
276 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
|
|
|
|
common-obj-$(CONFIG_RDMA) += rdma.o
|
|
common-obj-$(CONFIG_POSIX) += exec.o unix.o fd.o
|
|
|
|
common-obj-y += block.o
|
|
|