mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-31 14:23:53 -06:00
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
7 changed files with 4 additions and 4 deletions
|
@ -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 += vmstate.o
|
||||||
common-obj-y += qemu-file.o qemu-file-unix.o qemu-file-stdio.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-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…
Add table
Add a link
Reference in a new issue