From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52838) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZiesP-0001Mp-LD for qemu-devel@nongnu.org; Sun, 04 Oct 2015 04:42:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZiesK-00045k-MQ for qemu-devel@nongnu.org; Sun, 04 Oct 2015 04:42:37 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52318) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZiesK-00045g-HH for qemu-devel@nongnu.org; Sun, 04 Oct 2015 04:42:32 -0400 Date: Sun, 4 Oct 2015 11:42:26 +0300 From: "Michael S. Tsirkin" Message-ID: <20151004114007-mutt-send-email-mst@redhat.com> References: <1443720248-15482-1-git-send-email-marcandre.lureau@redhat.com> <1443720248-15482-4-git-send-email-marcandre.lureau@redhat.com> <20151002163907-mutt-send-email-mst@redhat.com> <560EA96E.4080609@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <560EA96E.4080609@redhat.com> Subject: Re: [Qemu-devel] [PATCH v7 03/24] util: add linux-only memfd fallback List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: haifeng.lin@huawei.com, marcandre.lureau@redhat.com, jasowang@redhat.com, qemu-devel@nongnu.org, thibaut.collet@6wind.com On Fri, Oct 02, 2015 at 05:57:34PM +0200, Paolo Bonzini wrote: > > Will be easier to apply if this refactoring is a separate patch. > > Is someone doing anything conflicting in this area? (My answer: not > that I know of). Yes - I'm trying to refactor mmap-alloc, that's why I asked for this. Conflicts between file additions are easier for me to resolve. And btw compatfd.o is already separate, this would just make everything consistent. -- MST