From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=56832 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PlQ4e-0007w6-4k for qemu-devel@nongnu.org; Fri, 04 Feb 2011 13:08:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PlQ4d-0004zc-2F for qemu-devel@nongnu.org; Fri, 04 Feb 2011 13:07:59 -0500 Received: from verein.lst.de ([213.95.11.210]:38008) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PlQ4c-0004y2-Np for qemu-devel@nongnu.org; Fri, 04 Feb 2011 13:07:59 -0500 Date: Fri, 4 Feb 2011 19:07:32 +0100 From: Christoph Hellwig Message-ID: <20110204180732.GB16264@lst.de> References: <1295283677-31712-1-git-send-email-morita.kazutaka@lab.ntt.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1295283677-31712-1-git-send-email-morita.kazutaka@lab.ntt.co.jp> Subject: [Qemu-devel] Re: [PATCH][qemu-iotests] add support for rbd and sheepdog protocols List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: MORITA Kazutaka Cc: ceph-devel@vger.kernel.org, sheepdog@lists.wpkg.org, qemu-devel@nongnu.org On Tue, Jan 18, 2011 at 02:01:17AM +0900, MORITA Kazutaka wrote: > This patch introduces tests for protocols other than file, and > initially supports rbd and sheepdog. Thanks a lot! This should also make adding nbd support trivial if anyone cares.