From: Juan Quintela <quintela@redhat.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH 2/4] migration: move savevm.c inside migration/
Date: Fri, 8 May 2015 14:43:16 +0200 [thread overview]
Message-ID: <1431088998-27721-3-git-send-email-quintela@redhat.com> (raw)
In-Reply-To: <1431088998-27721-1-git-send-email-quintela@redhat.com>
Now, everything is in place.
Signed-off-by: Juan Quintela <quintela@redhat.com>
---
MAINTAINERS | 1 -
Makefile.target | 4 ++--
savevm.c => migration/savevm.c | 0
trace-events | 2 +-
4 files changed, 3 insertions(+), 4 deletions(-)
rename savevm.c => migration/savevm.c (100%)
diff --git a/MAINTAINERS b/MAINTAINERS
index 1db3b1d..f5be107 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -998,7 +998,6 @@ M: Amit Shah <amit.shah@redhat.com>
S: Maintained
F: include/migration/
F: migration/
-F: savevm.c
F: scripts/vmstate-static-checker.py
F: tests/vmstate-static-checker-data/
diff --git a/Makefile.target b/Makefile.target
index 62f67e8..455f78f 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -131,10 +131,10 @@ obj-y += qtest.o bootdevice.o
obj-y += hw/
obj-$(CONFIG_FDT) += device_tree.o
obj-$(CONFIG_KVM) += kvm-all.o
-obj-y += memory.o savevm.o cputlb.o
+obj-y += memory.o cputlb.o
obj-y += memory_mapping.o
obj-y += dump.o
-obj-y += migration/ram.o
+obj-y += migration/ram.o migration/savevm.o
LIBS := $(libs_softmmu) $(LIBS)
# xen support
diff --git a/savevm.c b/migration/savevm.c
similarity index 100%
rename from savevm.c
rename to migration/savevm.c
diff --git a/trace-events b/trace-events
index f41201f..ec6f4fb 100644
--- a/trace-events
+++ b/trace-events
@@ -1167,7 +1167,7 @@ vmware_scratch_read(uint32_t index, uint32_t value) "index %d, value 0x%x"
vmware_scratch_write(uint32_t index, uint32_t value) "index %d, value 0x%x"
vmware_setmode(uint32_t w, uint32_t h, uint32_t bpp) "%dx%d @ %d bpp"
-# savevm.c
+# migration/savevm.c
qemu_loadvm_state_section(unsigned int section_type) "%d"
qemu_loadvm_state_section_partend(uint32_t section_id) "%u"
qemu_loadvm_state_section_startfull(uint32_t section_id, const char *idstr, uint32_t instance_id, uint32_t version_id) "%u(%s) %u %u"
--
2.4.0
next prev parent reply other threads:[~2015-05-08 12:43 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-08 12:43 [Qemu-devel] [PATCH 0/4] Move last migration bits into migration/ Juan Quintela
2015-05-08 12:43 ` [Qemu-devel] [PATCH 1/4] migration: move ram stuff to migration/ram Juan Quintela
2015-05-08 14:11 ` Eric Blake
2015-05-08 12:43 ` Juan Quintela [this message]
2015-05-08 14:36 ` [Qemu-devel] [PATCH 2/4] migration: move savevm.c inside migration/ Eric Blake
2015-05-08 12:43 ` [Qemu-devel] [PATCH 3/4] migration: Add myself to the copyright list of both files Juan Quintela
2015-05-08 14:37 ` Eric Blake
2015-05-08 12:43 ` [Qemu-devel] [PATCH 4/4] movement: reduce include files Juan Quintela
2015-05-08 14:39 ` Eric Blake
2015-05-27 9:18 ` Juan Quintela
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=1431088998-27721-3-git-send-email-quintela@redhat.com \
--to=quintela@redhat.com \
--cc=qemu-devel@nongnu.org \
/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).