]> Git Repo - qemu.git/commit
Start migrating migration code into a migration directory
authorDr. David Alan Gilbert <[email protected]>
Fri, 12 Dec 2014 11:13:38 +0000 (11:13 +0000)
committerAmit Shah <[email protected]>
Tue, 16 Dec 2014 12:17:36 +0000 (17:47 +0530)
commit60fe637bf0e4d7989e21e50f52526444765c63b4
treeb5dbcea1d25fe151e097cc1401cb19b64262401c
parentd6d69731f5295e4c3bb0196f57e8848af28b705e
Start migrating migration code into a migration directory

The migration code now occupies a fair chunk of the top level .c
files, it seems time to give it it's own directory.

I've not touched:
   arch_init.c - that's mostly RAM migration but has a few random other
                 bits
   savevm.c    - because it's built target specific

This is purely a code move; no code has changed.
   - it fails checkpatch because of old violations, it feels safer
     to keep this as purely a move and fix those at some mythical future
     date.

The xbzrle and vmstate tests are now only run for softmmu builds
since they require files in the migrate/ directory which is only built
for softmmu.

Signed-off-by: Dr. David Alan Gilbert <[email protected]>
Signed-off-by: Amit Shah <[email protected]>
27 files changed:
Makefile.objs
block-migration.c [deleted file]
migration-exec.c [deleted file]
migration-fd.c [deleted file]
migration-rdma.c [deleted file]
migration-tcp.c [deleted file]
migration-unix.c [deleted file]
migration.c [deleted file]
migration/Makefile.objs [new file with mode: 0644]
migration/block-migration.c [new file with mode: 0644]
migration/migration-exec.c [new file with mode: 0644]
migration/migration-fd.c [new file with mode: 0644]
migration/migration-rdma.c [new file with mode: 0644]
migration/migration-tcp.c [new file with mode: 0644]
migration/migration-unix.c [new file with mode: 0644]
migration/migration.c [new file with mode: 0644]
migration/qemu-file-stdio.c [new file with mode: 0644]
migration/qemu-file-unix.c [new file with mode: 0644]
migration/qemu-file.c [new file with mode: 0644]
migration/vmstate.c [new file with mode: 0644]
migration/xbzrle.c [new file with mode: 0644]
qemu-file-stdio.c [deleted file]
qemu-file-unix.c [deleted file]
qemu-file.c [deleted file]
tests/Makefile
vmstate.c [deleted file]
xbzrle.c [deleted file]
This page took 0.029879 seconds and 4 git commands to generate.