From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=56610 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P5Kab-0006RQ-Bi for qemu-devel@nongnu.org; Mon, 11 Oct 2010 11:47:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P5Kaa-0007GZ-C1 for qemu-devel@nongnu.org; Mon, 11 Oct 2010 11:47:01 -0400 Received: from mtagate1.de.ibm.com ([195.212.17.161]:45557) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P5Kaa-0007G8-46 for qemu-devel@nongnu.org; Mon, 11 Oct 2010 11:47:00 -0400 Received: from d12nrmr1607.megacenter.de.ibm.com (d12nrmr1607.megacenter.de.ibm.com [9.149.167.49]) by mtagate1.de.ibm.com (8.13.1/8.13.1) with ESMTP id o9BFkwL8006593 for ; Mon, 11 Oct 2010 15:46:58 GMT Received: from d12av03.megacenter.de.ibm.com (d12av03.megacenter.de.ibm.com [9.149.165.213]) by d12nrmr1607.megacenter.de.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o9BFkwof3776576 for ; Mon, 11 Oct 2010 17:46:58 +0200 Received: from d12av03.megacenter.de.ibm.com (loopback [127.0.0.1]) by d12av03.megacenter.de.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id o9BFkwHM008701 for ; Mon, 11 Oct 2010 17:46:58 +0200 Date: Mon, 11 Oct 2010 16:46:57 +0100 From: Stefan Hajnoczi Message-ID: <20101011154656.GE5439@stefan-thinkpad.transitives.com> References: <1286552914-27014-1-git-send-email-stefanha@linux.vnet.ibm.com> <1286552914-27014-4-git-send-email-stefanha@linux.vnet.ibm.com> <4CB317EF.7070504@redhat.com> <20101011153039.GD5439@stefan-thinkpad.transitives.com> <4CB32F95.8040301@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4CB32F95.8040301@redhat.com> Subject: [Qemu-devel] Re: [PATCH v2 3/7] docs: Add QED image format specification List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: Kevin Wolf , Anthony Liguori , qemu-devel@nongnu.org, Christoph Hellwig On Mon, Oct 11, 2010 at 05:39:01PM +0200, Avi Kivity wrote: > On 10/11/2010 05:30 PM, Stefan Hajnoczi wrote: > >> > >> It was discussed before, but I don't think we came to a conclusion. Are > >> there any circumstances under which you don't want to set the > >> QED_CF_BACKING_FORMAT flag? > > > >I suggest the following: > > > >QED_CF_BACKING_FORMAT_RAW = 0x1 > > > >When set, the backing file is a raw image and should not be probed for > >its file format. The default (unset) means that the backing image file > >format may be probed. > > > >Now the backing_fmt_{offset,size} are no longer necessary. > > Should it not be an incompatible option? If the backing disk starts > with a format magic, it will be probed by an older qemu, > incorrectly. Agreed, it should be a non-compat feature bit. Stefan