From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42601) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UtZlx-0002YU-FD for qemu-devel@nongnu.org; Mon, 01 Jul 2013 04:47:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UtZlw-00009j-CD for qemu-devel@nongnu.org; Mon, 01 Jul 2013 04:47:45 -0400 Received: from mail-we0-x230.google.com ([2a00:1450:400c:c03::230]:46030) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UtZlw-00009a-6O for qemu-devel@nongnu.org; Mon, 01 Jul 2013 04:47:44 -0400 Received: by mail-we0-f176.google.com with SMTP id t56so2968106wes.7 for ; Mon, 01 Jul 2013 01:47:43 -0700 (PDT) Date: Mon, 1 Jul 2013 10:47:39 +0200 From: Stefan Hajnoczi Message-ID: <20130701084739.GC7105@stefanha-thinkpad.redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] PVFS2 Block Driver Support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alex Bligh Cc: Kevin Wolf , Timothy Scott , qemu-devel On Thu, Jun 27, 2013 at 10:40:23PM +0100, Alex Bligh wrote: > --On 27 June 2013 16:53:40 +0200 Stefan Hajnoczi wrote: > > >I realized I should give a bit more info to help you get started. > > > >tests/qemu-iotests/check is the script to run tests. There are > >currently around 55 tests which exercise operations using qemu-img(1), > >qemu-io(1), and sometimes by running QEMU. > > > >You can launch it like this: > >cd tests/qemu-iotests > >QEMU_PROG=path/to/qemu-system-x86_64 PATH=path/to/qemu-dir:$PATH ./check > >-qcow2 > > This is a fantastically useful piece of information. If that's not on the > wiki (I haven't found it), it would be really useful there. Thanks. Good idea. I have created a page here: http://qemu-project.org/Documentation/QemuIoTests Stefan