From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53725) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y0S6C-0004dJ-OP for qemu-devel@nongnu.org; Mon, 15 Dec 2014 04:37:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y0S66-0005Gg-Jp for qemu-devel@nongnu.org; Mon, 15 Dec 2014 04:37:52 -0500 Received: from mx1.redhat.com ([209.132.183.28]:53490) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y0S66-0005GX-Ce for qemu-devel@nongnu.org; Mon, 15 Dec 2014 04:37:46 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sBF9biXb012609 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Mon, 15 Dec 2014 04:37:45 -0500 Date: Mon, 15 Dec 2014 10:37:42 +0100 From: Kevin Wolf Message-ID: <20141215093742.GA4411@noname.str.redhat.com> References: <1418620039-18847-1-git-send-email-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1418620039-18847-1-git-send-email-famz@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2 0/3] tests: Add check-block to "make check" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: Max Reitz , qemu-devel@nongnu.org, Stefan Hajnoczi , Markus Armbruster Am 15.12.2014 um 06:07 hat Fam Zheng geschrieben: > qemu-iotests contains useful tests that have a nice coverage of block layer > code. Adding check-block (which calls tests/qemu-iotests-quick.sh) to "make > check" is good for developers' self-testing. > > v2: Address comments from reviewing of v1: > Remove 091 from quick group. (Kevin) > Add Max's rev-by in patch 2. (Max) > Allow overriding TEST_DIR, and leave "-c writeback" out in patch 3. > (Markus, Kevin) Thanks, applied to the block branch. Kevin