From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:37760) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <8SScqsnYX8tr@dyweni.com>) id 1QHjbQ-00013d-Iy for qemu-devel@nongnu.org; Wed, 04 May 2011 17:27:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <8SScqsnYX8tr@dyweni.com>) id 1QHjbP-0002hk-9a for qemu-devel@nongnu.org; Wed, 04 May 2011 17:27:24 -0400 Received: from pl1.haspere.com ([208.111.35.220]:41897) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from <8SScqsnYX8tr@dyweni.com>) id 1QHjbP-0002dE-5A for qemu-devel@nongnu.org; Wed, 04 May 2011 17:27:23 -0400 Message-ID: <4b83531d1085ef61a4fc30004876004b.squirrel@localhost> Date: Wed, 4 May 2011 16:27:20 -0500 (CDT) From: "Dyweni - Qemu-Devel" <8SScqsnYX8tr@dyweni.com> MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] Help compiling QEMU with RBD support Reply-To: 8SScqsnYX8tr@dyweni.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi List! I'm running into an issue compiling QEMU with RBD support. >>From the Wiki (http://ceph.newdream.net/wiki/QEMU-RBD), I should be able to do the following: $ git clone git://git.qemu.org/qemu.git $ cd qemu $ ./configure --enable-rbd $ make; make install However, the configure command throws this error: ERROR ERROR: User requested feature rados block device ERROR: configure was not able to find it ERROR I ran across this patchset from Josh Durgin which looks like it might resolve this error, but I don't see it commited to GIT repository above, or the qemu-kvm repository hosted on git.kernel.org: [Qemu-devel] [PATCH v3 0/4] rbd improvements http://lists.gnu.org/archive/html/qemu-devel/2011-04/msg01211.html Before I attempt to apply Josh's patchset, I'd like to know if anyone else on the list has ran across this before. Thanks, Dyweni