From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=35996 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OGsr0-0006zf-3b for qemu-devel@nongnu.org; Tue, 25 May 2010 08:03:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OGsqv-0007SD-QX for qemu-devel@nongnu.org; Tue, 25 May 2010 08:03:25 -0400 Received: from bombadil.infradead.org ([18.85.46.34]:52593) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OGsqv-0007Rq-O3 for qemu-devel@nongnu.org; Tue, 25 May 2010 08:03:21 -0400 Date: Tue, 25 May 2010 08:03:15 -0400 From: Christoph Hellwig Subject: Re: [Qemu-devel] [RFC PATCH 1/1] ceph/rbd block driver for qemu-kvm Message-ID: <20100525120315.GA6773@infradead.org> References: <20100519192222.GD61706@ncolin.muc.de> <4BF5A9D2.5080609@codemonkey.ws> <4BF91937.2070801@redhat.com> <4BFBAE46.5050801@redhat.com> <4BFBB3C1.9020905@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4BFBB3C1.9020905@redhat.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: Kevin Wolf , kvm@vger.kernel.org, qemu-devel@nongnu.org, Blue Swirl , ceph-devel@vger.kernel.org, Christian Brunner On Tue, May 25, 2010 at 02:25:53PM +0300, Avi Kivity wrote: > Currently if someone wants to add a new block format, they have to > upstream it and wait for a new qemu to be released. With a plugin API, > they can add a new block format to an existing, supported qemu. So? Unless we want a stable driver ABI which I fundamentally oppose as it would make block driver development hell they'd have to wait for a new release of the block layer. It's really just going to be a lot of pain for no major gain. qemu releases are frequent enough, and if users care enough they can also easily patch qemu.