From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54407) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fyG1d-00030s-U4 for qemu-devel@nongnu.org; Fri, 07 Sep 2018 08:38:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fyG1a-0005wB-7X for qemu-devel@nongnu.org; Fri, 07 Sep 2018 08:38:13 -0400 From: Alberto Garcia In-Reply-To: <20180809223117.7846-2-mreitz@redhat.com> References: <20180809223117.7846-1-mreitz@redhat.com> <20180809223117.7846-2-mreitz@redhat.com> Date: Fri, 07 Sep 2018 14:37:53 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [Qemu-block] [PATCH v2 01/11] block: Mark commit and mirror as filter drivers List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz , qemu-block@nongnu.org Cc: Kevin Wolf , qemu-devel@nongnu.org On Fri 10 Aug 2018 12:31:07 AM CEST, Max Reitz wrote: > The commit and mirror block nodes are filters, so they should be marked > as such. > > Signed-off-by: Max Reitz Reviewed-by: Alberto Garcia Berto