From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:37693) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QjXsJ-0008UD-M3 for qemu-devel@nongnu.org; Wed, 20 Jul 2011 10:35:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QjXsG-000492-BM for qemu-devel@nongnu.org; Wed, 20 Jul 2011 10:35:46 -0400 Received: from mail-pv0-f173.google.com ([74.125.83.173]:57985) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QjXsF-00048j-5A for qemu-devel@nongnu.org; Wed, 20 Jul 2011 10:35:44 -0400 Received: by pvg3 with SMTP id 3so303760pvg.4 for ; Wed, 20 Jul 2011 07:35:42 -0700 (PDT) Message-ID: <4E26E7B7.2010307@codemonkey.ws> Date: Wed, 20 Jul 2011 09:35:35 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <4E2055AE.8090107@redhat.com> <4E253136.4080509@redhat.com> <4E258635.2040108@redhat.com> <4E258D70.6000205@redhat.com> <4E25902D.2000403@redhat.com> <4E2593B0.1030508@redhat.com> <4E2594FB.4050203@redhat.com> <20110719164755.GF12026@redhat.com> In-Reply-To: <20110719164755.GF12026@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] live snapshot wiki updated List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" Cc: Stefan Hajnoczi , "libvir-list@redhat.com" , Jes Sorensen , QEMU Developers , Stefan Hajnoczi , Eric Blake On 07/19/2011 11:47 AM, Daniel P. Berrange wrote: > This would be possible if QEMU to provide a libblockformat.so library > which allowed apps to extract metadata from file formats using a stable > API. I'm in 100% agreement that we need to provide the equivalent of a libblockformat.so down the road. But the block layer needs some work before we can support a stable interface. Regards, Anthony Liguori > > Daniel