From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56720) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yqhcn-00054g-5d for qemu-devel@nongnu.org; Fri, 08 May 2015 08:43:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yqhce-0008Ta-R3 for qemu-devel@nongnu.org; Fri, 08 May 2015 08:43:29 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35140) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yqhce-0008TU-MX for qemu-devel@nongnu.org; Fri, 08 May 2015 08:43:20 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (Postfix) with ESMTPS id 4EB9F8EFC5 for ; Fri, 8 May 2015 12:43:20 +0000 (UTC) From: Juan Quintela Date: Fri, 8 May 2015 14:43:14 +0200 Message-Id: <1431088998-27721-1-git-send-email-quintela@redhat.com> Subject: [Qemu-devel] [PATCH 0/4] Move last migration bits into migration/ List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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