|
| From: | Amit Shah |
| Subject: | Re: [Qemu-devel] [PATCH 1/3] Start moving migration code into a migration directory |
| Date: | Thu, 30 Oct 2014 17:58:59 +0530 |
On (Thu) 16 Oct 2014 [08:53:52], Dr. David Alan Gilbert (git) wrote:
> rename migration-exec.c => migration/migration-exec.c (100%)
> rename migration-fd.c => migration/migration-fd.c (100%)
> rename migration-rdma.c => migration/migration-rdma.c (100%)
> rename migration-tcp.c => migration/migration-tcp.c (100%)
> rename migration-unix.c => migration/migration-unix.c (100%)
> rename migration.c => migration/migration.c (100%)
I'm wondering if we should also use the opportunity to cleanup the
file names:
migration.c => main.c
migration-X.c => X.c
?
Amit
| [Prev in Thread] | Current Thread | [Next in Thread] |