qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4] Move last migration bits into migration/
@ 2015-05-08 12:43 Juan Quintela
  2015-05-08 12:43 ` [Qemu-devel] [PATCH 1/4] migration: move ram stuff to migration/ram Juan Quintela
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Juan Quintela @ 2015-05-08 12:43 UTC (permalink / raw)
  To: qemu-devel

Hi

This do:
- split ram migration bits from arch_init.c into migration/ram.c
- move savevm.c into migration/
- add myself to the copyright list of that files
  if you feel your name should be there, jsut sent one patch

- to spot changes easily, I reduce the include mess for arch_init.c
  and migratio/ram.c in a separate patch.  I have been aggresive here,
  but it complies on x86_64 and x86 linux, cross compiles for w32 and
  w64, so, we should be quite good.

Please, review.

Thanks, Juan.

Juan Quintela (4):
  migration: move ram stuff to migration/ram
  migration: move savevm.c inside migration/
  migration: Add myself to the copyright list of both files
  movement: reduce include files

 MAINTAINERS                    |    2 -
 Makefile.target                |    3 +-
 arch_init.c                    | 1795 ++--------------------------------------
 include/migration/migration.h  |    2 +
 include/sysemu/arch_init.h     |    1 -
 migration/ram.c                | 1671 +++++++++++++++++++++++++++++++++++++
 savevm.c => migration/savevm.c |    4 +
 trace-events                   |    4 +-
 8 files changed, 1752 insertions(+), 1730 deletions(-)
 create mode 100644 migration/ram.c
 rename savevm.c => migration/savevm.c (99%)

-- 
2.4.0

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2015-05-27  9:18 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [Qemu-devel] [PATCH 2/4] migration: move savevm.c inside migration/ Juan Quintela
2015-05-08 14:36   ` 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

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).