mirror of https://gitee.com/openkylin/qemu.git
Remove migration- pre/post fixes off files in migration/ dir
The general feeling is that having migration/migration-blah is overkill. Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Amit Shah <amit.shah@redhat.com>
This commit is contained in:
parent
60fe637bf0
commit
329c9b10b6
|
@ -1,10 +1,10 @@
|
|||
common-obj-y += migration.o migration-tcp.o
|
||||
common-obj-y += migration.o tcp.o
|
||||
common-obj-y += vmstate.o
|
||||
common-obj-y += qemu-file.o qemu-file-unix.o qemu-file-stdio.o
|
||||
common-obj-$(CONFIG_RDMA) += migration-rdma.o
|
||||
common-obj-y += xbzrle.o
|
||||
|
||||
common-obj-$(CONFIG_POSIX) += migration-exec.o migration-unix.o migration-fd.o
|
||||
common-obj-$(CONFIG_RDMA) += rdma.o
|
||||
common-obj-$(CONFIG_POSIX) += exec.o unix.o fd.o
|
||||
|
||||
common-obj-y += block-migration.o
|
||||
common-obj-y += block.o
|
||||
|
||||
|
|
Loading…
Reference in New Issue