From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=54343 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OvzHG-0006Zv-M3 for qemu-devel@nongnu.org; Wed, 15 Sep 2010 17:12:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OvzHF-0003cD-8V for qemu-devel@nongnu.org; Wed, 15 Sep 2010 17:12:26 -0400 Received: from mail-iw0-f173.google.com ([209.85.214.173]:52491) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OvzHF-0003c9-4W for qemu-devel@nongnu.org; Wed, 15 Sep 2010 17:12:25 -0400 Received: by iwn38 with SMTP id 38so436740iwn.4 for ; Wed, 15 Sep 2010 14:12:24 -0700 (PDT) Message-ID: <4C9136AD.1030000@codemonkey.ws> Date: Wed, 15 Sep 2010 16:12:13 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: [RFC] qed: Add QEMU Enhanced Disk format References: <1283767478-16740-1-git-send-email-stefanha@linux.vnet.ibm.com> <20100915210123.GA5526@redhat.com> In-Reply-To: <20100915210123.GA5526@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: Kevin Wolf , Stefan Hajnoczi , qemu-devel@nongnu.org On 09/15/2010 04:01 PM, Michael S. Tsirkin wrote: > On Mon, Sep 06, 2010 at 11:04:38AM +0100, Stefan Hajnoczi wrote: > >> The format supports sparse disk images. It does not rely on the host >> filesystem holes feature, making it a good choice for sparse disk images >> that need to be transferred over channels where holes are not supported. >> > Are these so important? Do people really pass VM images around with > http? Absolutely. Part of the problem is that there's an industry expectation that virtual machines are stored in images. Even when you look at something like VMFS, which is a filesystem designed specifically for virtual machine images, you still use VMDKs on top of VMFS. Regards, Anthony Liguori > Maybe it's enough to teach scp about sparse files instead. > >