From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40235) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y20Je-0004vi-D9 for qemu-devel@nongnu.org; Fri, 19 Dec 2014 11:22:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y20JY-00063k-8y for qemu-devel@nongnu.org; Fri, 19 Dec 2014 11:22:10 -0500 Received: from mx1.redhat.com ([209.132.183.28]:34425) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y20JY-00063g-1j for qemu-devel@nongnu.org; Fri, 19 Dec 2014 11:22:04 -0500 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sBJGM2cD017597 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Fri, 19 Dec 2014 11:22:03 -0500 Date: Fri, 19 Dec 2014 17:22:01 +0100 From: Kevin Wolf Message-ID: <20141219162201.GD3724@noname.str.redhat.com> References: <1419005826-6103-1-git-send-email-mreitz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1419005826-6103-1-git-send-email-mreitz@redhat.com> Subject: Re: [Qemu-devel] [PATCH] iotests: Filter out "I/O thread spun..." warning List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: qemu-devel@nongnu.org, Stefan Hajnoczi Am 19.12.2014 um 17:17 hat Max Reitz geschrieben: > Filter out the "main loop: WARNING: I/O thread spun for..." warning from > qemu output (it hardly matters for code specifically testing I/O). > > Furthermore, use _filter_qemu in all the custom functions which run > qemu. > > Signed-off-by: Max Reitz Thanks, applied to the block branch. Kevin