From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GuXOo-0003fr-M2 for qemu-devel@nongnu.org; Wed, 13 Dec 2006 11:56:06 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GuXOn-0003et-74 for qemu-devel@nongnu.org; Wed, 13 Dec 2006 11:56:06 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GuXOn-0003ej-0q for qemu-devel@nongnu.org; Wed, 13 Dec 2006 11:56:05 -0500 Received: from [66.54.152.27] (helo=jive.SoftHome.net) by monty-python.gnu.org with smtp (Exim 4.52) id 1GuXOm-0002O1-VT for qemu-devel@nongnu.org; Wed, 13 Dec 2006 11:56:05 -0500 From: Mulyadi Santosa Subject: Re: [Qemu-devel] NBD server for QEMU images Date: Wed, 13 Dec 2006 23:58:21 +0700 References: <20061212124803.47702.qmail@web52708.mail.yahoo.com> In-Reply-To: <20061212124803.47702.qmail@web52708.mail.yahoo.com> MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200612132357.01041.a_mulyadi@softhome.net> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Reply-To: a_mulyadi@softhome.net, qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, Salvador =?iso-8859-1?q?Fandi=C3=B1o?= Hi Salvador... > The patch available from http://qemu-forum.ipi.fi/viewtopic.php?t=2718 adds > a new utility, qemu-nbds, that implements a NBD server (see > http://nbd.sf.net) for QEMU images. > > Using this utility it is posible to mount images in any format supported by > QEMU. Good work IMHO ! Although I am sure there are many ways to do this, yours is a nice idea and I think it's pretty easy to be maintained too. Like perl motto: there are more than one way to do it :) regards, Mulyadi