From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48958) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XnqWQ-00088l-R9 for qemu-devel@nongnu.org; Mon, 10 Nov 2014 10:04:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XnqWK-0002f2-MD for qemu-devel@nongnu.org; Mon, 10 Nov 2014 10:04:50 -0500 Received: from mx1.redhat.com ([209.132.183.28]:51195) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XnqWK-0002ew-FL for qemu-devel@nongnu.org; Mon, 10 Nov 2014 10:04:44 -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 sAAF4ha9022153 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Mon, 10 Nov 2014 10:04:44 -0500 Message-ID: <5460D405.9@redhat.com> Date: Mon, 10 Nov 2014 16:04:37 +0100 From: Max Reitz MIME-Version: 1.0 References: <1415389165-16157-1-git-send-email-kwolf@redhat.com> <1415389165-16157-9-git-send-email-kwolf@redhat.com> In-Reply-To: <1415389165-16157-9-git-send-email-kwolf@redhat.com> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 8/9] qemu-iotests: Fix stderr handling in common.qemu List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf , qemu-devel@nongnu.org Cc: jcody@redhat.com, armbru@redhat.com, stefanha@redhat.com On 2014-11-07 at 20:39, Kevin Wolf wrote: > The original intention was to pipe stderr of qemu into $fifo_out. > However, the redirections were specified in the wrong order for this. > This patch fixes it. > > Now qemu's output on stderr can be retrieved with _send_qemu_cmd, which > applies several useful filters on the output that were missing before. > > Signed-off-by: Kevin Wolf > --- > tests/qemu-iotests/common.qemu | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Reviewed-by: Max Reitz