From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from imap.thunk.org ([74.207.234.97]:55366 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750977AbcHOF5Z (ORCPT ); Mon, 15 Aug 2016 01:57:25 -0400 Date: Mon, 15 Aug 2016 01:57:21 -0400 From: Theodore Ts'o To: "Kirill A. Shutemov" Cc: linux-fsdevel@vger.kernel.org Subject: Re: [PATCH] kvm-xfstests: explicitly declare format of vd[b-g] Message-ID: <20160815055721.GR10626@thunk.org> References: <1471027384-115496-1-git-send-email-kirill.shutemov@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1471027384-115496-1-git-send-email-kirill.shutemov@linux.intel.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Fri, Aug 12, 2016 at 09:43:04PM +0300, Kirill A. Shutemov wrote: > Newer qemu complains if it cannot detect format of drive file, before > assuming it 'raw'. > > Let's specify file format explicitly for 'raw' drives. > > Signed-off-by: Kirill A. Shutemov Thanks, applied. - Ted