From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37137) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1aYb-0003Ab-64 for qemu-devel@nongnu.org; Mon, 30 Jun 2014 08:19:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X1aYT-00051B-7q for qemu-devel@nongnu.org; Mon, 30 Jun 2014 08:19:37 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57356) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1aYT-000513-16 for qemu-devel@nongnu.org; Mon, 30 Jun 2014 08:19:29 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s5UCJSo0022185 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Mon, 30 Jun 2014 08:19:28 -0400 Date: Mon, 30 Jun 2014 14:19:26 +0200 From: Kevin Wolf Message-ID: <20140630121926.GF4334@noname.str.redhat.com> References: <1403902068-24613-1-git-send-email-mreitz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1403902068-24613-1-git-send-email-mreitz@redhat.com> Subject: Re: [Qemu-devel] [PATCH 0/3] iotests: Fix qemu-iotests-quick.sh List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: qemu-devel@nongnu.org, Stefan Hajnoczi Am 27.06.2014 um 22:47 hat Max Reitz geschrieben: > My previous series "iotests: Allow out-of-tree run" broke > qemu-iotests-quick.sh. Fixing it means simplifying it and allowing more > tests to be added to the quick group, which is what this series does. It > also adds some unaffected tests to the quick group because I can't see a > reason why not to. > > This series (or at least patch 2) depends on v3 of my series > "block: Fix unset \"filename\" for certain drivers". Reviewed-by: Kevin Wolf The conflict without 'block: Fix unset "filename" for certain drivers' is trivial to resolve (drop the 097 line in tests/qemu-iotests/group), so this can be merged even without the other series. Kevin