From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56567) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRMLL-0003z0-F1 for qemu-devel@nongnu.org; Thu, 04 Feb 2016 11:01:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aRMLI-0000kj-QD for qemu-devel@nongnu.org; Thu, 04 Feb 2016 11:01:15 -0500 References: <1454583838-22272-1-git-send-email-pbonzini@redhat.com> <20160204152749.GE2427@work-vm> From: Paolo Bonzini Message-ID: <56B375C3.9070406@redhat.com> Date: Thu, 4 Feb 2016 17:01:07 +0100 MIME-Version: 1.0 In-Reply-To: <20160204152749.GE2427@work-vm> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] migration: move page_cache.c to migration/ List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Dr. David Alan Gilbert" Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org On 04/02/2016 16:27, Dr. David Alan Gilbert wrote: > tests/test-xbzrle$(EXESUF): tests/test-xbzrle.o migration/xbzrle.o page_cache.o $(test-util-obj-y) > > I'm OK with moving this, although I didn't when I moved everything > else because there's nothing stopping anyone using it outside of migration. Oops... Paolo