From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42351) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dSKaY-0004b1-Hh for qemu-devel@nongnu.org; Tue, 04 Jul 2017 05:57:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dSKaX-0001ld-Pa for qemu-devel@nongnu.org; Tue, 04 Jul 2017 05:57:46 -0400 Date: Tue, 4 Jul 2017 11:57:35 +0200 From: Kevin Wolf Message-ID: <20170704095735.GC4253@noname.str.redhat.com> References: <20170704084059.6278-1-el13635@mail.ntua.gr> <20170704084059.6278-4-el13635@mail.ntua.gr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170704084059.6278-4-el13635@mail.ntua.gr> Subject: Re: [Qemu-devel] [PATCH v3 3/4] block: Remove bdrv_truncate callback in blkdebug List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Manos Pitsidianakis Cc: qemu-devel , Max Reitz , Stefan Hajnoczi , Alberto Garcia , Eric Blake , qemu-block Am 04.07.2017 um 10:40 hat Manos Pitsidianakis geschrieben: > Now that bdrv_truncate is passed to bs->file by default, remove the > callback from block/blkdebug.c > > Signed-off-by: Manos Pitsidianakis We'll need to set .is_filter = true for blkdebug now. I haven't yet looked into the existing implications that this has, but intuitively this should be okay. When you do so, please explain in the commit message the implications that this has. Kevin