From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51041) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XkESM-00062W-HE for qemu-devel@nongnu.org; Fri, 31 Oct 2014 11:50:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xjoog-00055R-Py for qemu-devel@nongnu.org; Thu, 30 Oct 2014 08:27:08 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57261) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xjoog-00054P-I5 for qemu-devel@nongnu.org; Thu, 30 Oct 2014 08:27:02 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s9UCR23c012459 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Thu, 30 Oct 2014 08:27:02 -0400 Date: Thu, 30 Oct 2014 17:56:52 +0530 From: Amit Shah Message-ID: <20141030122652.GA19349@grmbl.mre> References: <1413446034-25167-1-git-send-email-dgilbert@redhat.com> <1413446034-25167-2-git-send-email-dgilbert@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1413446034-25167-2-git-send-email-dgilbert@redhat.com> Subject: Re: [Qemu-devel] [PATCH 1/3] Start moving migration code into a migration directory List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Dr. David Alan Gilbert (git)" Cc: quintela@redhat.com, qemu-devel@nongnu.org, ehabkost@redhat.com On (Thu) 16 Oct 2014 [08:53:52], Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > The migration code now occupies a fair chunk of the top level .c > files, it seems time to give it it's own directory. s/it's/its > I've not touched: > arch_init.c - that's mostly RAM migration but has a few random other > bits > savevm.c - because it's built target specific > block-migration.c - should that go in block/ or migration/ ? > > This is purely a code move; no code has changed. > > Signed-off-by: Dr. David Alan Gilbert Reviewed-by: Amit Shah Amit