From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=42339 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ot6pz-0006WX-9J for qemu-devel@nongnu.org; Tue, 07 Sep 2010 18:40:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ot6pn-0005q4-Pe for qemu-devel@nongnu.org; Tue, 07 Sep 2010 18:40:12 -0400 Received: from verein.lst.de ([213.95.11.210]:47810) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ot6pn-0005pu-CS for qemu-devel@nongnu.org; Tue, 07 Sep 2010 18:40:11 -0400 Date: Wed, 8 Sep 2010 00:40:06 +0200 From: Christoph Hellwig Subject: Re: [Qemu-devel] [RFC] qed: Add QEMU Enhanced Disk format Message-ID: <20100907224006.GA19730@lst.de> References: <1283767478-16740-1-git-send-email-stefanha@linux.vnet.ibm.com> <4C84E738.3020802@codemonkey.ws> <4C865187.6090508@redhat.com> <4C86645F.8060005@codemonkey.ws> <20100907213524.GA17980@lst.de> <4C86BCE1.9030006@codemonkey.ws> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4C86BCE1.9030006@codemonkey.ws> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Kevin Wolf , Avi Kivity , Christoph Hellwig , Stefan Hajnoczi , qemu-devel@nongnu.org On Tue, Sep 07, 2010 at 05:29:53PM -0500, Anthony Liguori wrote: > If it were just one bit for just raw or not raw, wouldn't that be enough? > > Everything that isn't raw can be probed reliably so we really only need > to distinguish between things that are probe-able and things that are > not probe-able. That might work as well. The important point is to not encode the formats as strings, which is not a very useful portable encoding.