From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NrUO8-0007Gg-QM for qemu-devel@nongnu.org; Tue, 16 Mar 2010 06:52:40 -0400 Received: from [199.232.76.173] (port=34584 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NrUO7-0007FF-Ft for qemu-devel@nongnu.org; Tue, 16 Mar 2010 06:52:39 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NrUO4-0006BV-J9 for qemu-devel@nongnu.org; Tue, 16 Mar 2010 06:52:39 -0400 Received: from mx20.gnu.org ([199.232.41.8]:48410) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NrUO4-0006Ar-Bo for qemu-devel@nongnu.org; Tue, 16 Mar 2010 06:52:36 -0400 Received: from bombadil.infradead.org ([18.85.46.34]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NrUH2-0003ue-Q0 for qemu-devel@nongnu.org; Tue, 16 Mar 2010 06:45:20 -0400 Date: Tue, 16 Mar 2010 06:45:17 -0400 From: Christoph Hellwig Message-ID: <20100316104517.GA31038@infradead.org> References: <20100316070155.GK3732@x200.localdomain> <20100316092944.GB23617@redhat.com> <4B9F52D4.2030208@redhat.com> <20100316103146.GF23617@redhat.com> <4B9F5F8A.4080105@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4B9F5F8A.4080105@redhat.com> Subject: [Qemu-devel] Re: KVM call agenda for Mar 16 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: Chris Wright , qemu-devel@nongnu.org, kvm@vger.kernel.org, Juan Quintela On Tue, Mar 16, 2010 at 12:38:02PM +0200, Avi Kivity wrote: > On 03/16/2010 12:31 PM, Daniel P. Berrange wrote: >>> Polling loops are an indication that something is wrong. >>> >> Except when people suggest they are the right answer, qcow high >> watermark ;-P >> > > I liked Anthony's suggestion of an lvm2 block format driver. No polling. I have done some work on linking the new lvm library to qemu to control snapshotting. But introducing a whole new block format seems like a lot of duplication to me.