From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46175) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ewp64-00017n-Ro for qemu-devel@nongnu.org; Fri, 16 Mar 2018 09:08:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ewp64-0002HZ-2c for qemu-devel@nongnu.org; Fri, 16 Mar 2018 09:08:36 -0400 Date: Fri, 16 Mar 2018 14:08:12 +0100 From: Kevin Wolf Message-ID: <20180316130812.GB5851@localhost.localdomain> References: <22815ed651022a08563b60219a5dd9dd81f92ae5.1520890118.git.jcody@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <22815ed651022a08563b60219a5dd9dd81f92ae5.1520890118.git.jcody@redhat.com> Subject: Re: [Qemu-devel] [PATCH 1/1] block: fix iotest 146 output expectations List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jeff Cody Cc: qemu-devel@nongnu.org, qemu-block@nongnu.org Am 12.03.2018 um 22:29 hat Jeff Cody geschrieben: > Commit bff5554843 added "force_size" into the common.filter for > _filter_img_create(), but test 146 still expects it in the output. > > Signed-off-by: Jeff Cody Thanks, applied to the block branch. Kevin