From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36823) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WOUKV-0002Oz-1r for qemu-devel@nongnu.org; Fri, 14 Mar 2014 11:47:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WOUKP-00071M-Jr for qemu-devel@nongnu.org; Fri, 14 Mar 2014 11:47:26 -0400 Received: from mail-ee0-x236.google.com ([2a00:1450:4013:c00::236]:53166) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WOUKP-000718-9q for qemu-devel@nongnu.org; Fri, 14 Mar 2014 11:47:21 -0400 Received: by mail-ee0-f54.google.com with SMTP id d49so1557497eek.27 for ; Fri, 14 Mar 2014 08:47:20 -0700 (PDT) Date: Fri, 14 Mar 2014 16:47:17 +0100 From: Stefan Hajnoczi Message-ID: <20140314154717.GB23468@stefanha-thinkpad.redhat.com> References: <1394702881-2905-1-git-send-email-stefanha@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1394702881-2905-1-git-send-email-stefanha@redhat.com> Subject: Re: [Qemu-devel] [PATCH for-2.0] qemu-iotests: remove 085 and 087 from 'quick' group List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Kevin Wolf , Jeff Cody , qemu-devel@nongnu.org On Thu, Mar 13, 2014 at 10:28:01AM +0100, Stefan Hajnoczi wrote: > The 'quick' group in qemu-iotests are not allowed to run QEMU since we > don't know which targets are available. In other words, they may only > use qemu-img, qemu-io, and qemu-nbd. > > Drop 085 and 087 from the 'quick' group since they run QEMU. This > makes "make check-block" pass again. > > Reported-by: Markus Armbruster > Signed-off-by: Stefan Hajnoczi > --- > tests/qemu-iotests/group | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Applied to my block tree: https://github.com/stefanha/qemu/commits/block Stefan