From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lid5p-0005u4-Rq for qemu-devel@nongnu.org; Sat, 14 Mar 2009 19:16:37 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lid5m-0005qL-1A for qemu-devel@nongnu.org; Sat, 14 Mar 2009 19:16:37 -0400 Received: from [199.232.76.173] (port=48339 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lid5l-0005q4-O9 for qemu-devel@nongnu.org; Sat, 14 Mar 2009 19:16:33 -0400 Received: from moutng.kundenserver.de ([212.227.126.188]:59092) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lid5l-0008MU-4X for qemu-devel@nongnu.org; Sat, 14 Mar 2009 19:16:33 -0400 Subject: Re: [Qemu-devel] [PACH] qemu-io - an I/O path exerciser From: Laurent Vivier In-Reply-To: <20090314193346.GA3955@lst.de> References: <20090314193346.GA3955@lst.de> Content-Type: text/plain; charset=utf-8 Date: Sun, 15 Mar 2009 00:16:26 +0100 Message-Id: <1237072586.5813.0.camel@Quad> Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Reply-To: 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 Le samedi 14 mars 2009 =C3=A0 20:33 +0100, Christoph Hellwig a =C3=A9crit : > This patch adds a new qemu-io tool that links against the block layer and > image formats and allow to exercise them without needing a guest image. I think this kind of thing can be done using "qemu-nbd" and any I/O tool. Regards, Laurent