From: "Dr. David Alan Gilbert (git)" <dgilbert@redhat.com>
To: qemu-devel@nongnu.org
Cc: amit.shah@redhat.com, quintela@redhat.com
Subject: [Qemu-devel] [PATCH v2 2/4] Remove migration- pre/post fixes off files in migration/ dir
Date: Tue, 9 Dec 2014 12:15:31 +0000 [thread overview]
Message-ID: <1418127333-5160-3-git-send-email-dgilbert@redhat.com> (raw)
In-Reply-To: <1418127333-5160-1-git-send-email-dgilbert@redhat.com>
From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
The general feeling is that having migration/migration-blah
is overkill.
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
---
migration/Makefile.objs | 8 ++++----
migration/{block-migration.c => block.c} | 0
migration/{migration-exec.c => exec.c} | 0
migration/{migration-fd.c => fd.c} | 0
migration/{migration-rdma.c => rdma.c} | 0
migration/{migration-tcp.c => tcp.c} | 0
migration/{migration-unix.c => unix.c} | 0
7 files changed, 4 insertions(+), 4 deletions(-)
rename migration/{block-migration.c => block.c} (100%)
rename migration/{migration-exec.c => exec.c} (100%)
rename migration/{migration-fd.c => fd.c} (100%)
rename migration/{migration-rdma.c => rdma.c} (100%)
rename migration/{migration-tcp.c => tcp.c} (100%)
rename migration/{migration-unix.c => unix.c} (100%)
diff --git a/migration/Makefile.objs b/migration/Makefile.objs
index 63dbe93..ce1e3c7 100644
--- a/migration/Makefile.objs
+++ b/migration/Makefile.objs
@@ -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
diff --git a/migration/block-migration.c b/migration/block.c
similarity index 100%
rename from migration/block-migration.c
rename to migration/block.c
diff --git a/migration/migration-exec.c b/migration/exec.c
similarity index 100%
rename from migration/migration-exec.c
rename to migration/exec.c
diff --git a/migration/migration-fd.c b/migration/fd.c
similarity index 100%
rename from migration/migration-fd.c
rename to migration/fd.c
diff --git a/migration/migration-rdma.c b/migration/rdma.c
similarity index 100%
rename from migration/migration-rdma.c
rename to migration/rdma.c
diff --git a/migration/migration-tcp.c b/migration/tcp.c
similarity index 100%
rename from migration/migration-tcp.c
rename to migration/tcp.c
diff --git a/migration/migration-unix.c b/migration/unix.c
similarity index 100%
rename from migration/migration-unix.c
rename to migration/unix.c
--
2.1.0
next prev parent reply other threads:[~2014-12-09 12:22 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-09 12:15 [Qemu-devel] [PATCH v2 0/4] More migration file cleanup Dr. David Alan Gilbert (git)
2014-12-09 12:15 ` [Qemu-devel] [PATCH v2 1/4] Start migrating migration code into a migration directory Dr. David Alan Gilbert (git)
2014-12-10 2:31 ` Amit Shah
2014-12-09 12:15 ` Dr. David Alan Gilbert (git) [this message]
2014-12-09 12:15 ` [Qemu-devel] [PATCH v2 3/4] Split struct QEMUFile out Dr. David Alan Gilbert (git)
2014-12-09 12:15 ` [Qemu-devel] [PATCH v2 4/4] Split the QEMU buffered file code out Dr. David Alan Gilbert (git)
2014-12-10 2:32 ` [Qemu-devel] [PATCH v2 0/4] More migration file cleanup Amit Shah
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1418127333-5160-3-git-send-email-dgilbert@redhat.com \
--to=dgilbert@redhat.com \
--cc=amit.shah@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=quintela@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).