From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39210) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aT8GP-0007SM-6x for qemu-devel@nongnu.org; Tue, 09 Feb 2016 08:23:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aT8GK-000558-HN for qemu-devel@nongnu.org; Tue, 09 Feb 2016 08:23:29 -0500 Received: from e06smtp09.uk.ibm.com ([195.75.94.105]:43104) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aT8GK-00054R-7t for qemu-devel@nongnu.org; Tue, 09 Feb 2016 08:23:24 -0500 Received: from localhost by e06smtp09.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 9 Feb 2016 13:23:21 -0000 From: Sascha Silbe Date: Tue, 9 Feb 2016 14:23:08 +0100 Message-Id: <1455024190-105823-1-git-send-email-silbe@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH 0/2] qemu-iotests: fix 067 on s390x List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, Kevin Wolf , qemu-block@nongnu.org Cc: Tu Bo qemu-iotests test case 067 fails on s390x because the ordering of its output is architecture-dependent (asynchronous vs. synchronous hotplug handling). This series fixes the failure by filtering events from QMP output for 067. There are two possible alternative approaches; see my notes on the second patch. Sascha Silbe (2): qemu-iotests: add _filter_qmp_events() for filtering out QMP events qemu-iotests: 067: ignore QMP events tests/qemu-iotests/067 | 4 +- tests/qemu-iotests/067.out | 527 +++------------------------------------ tests/qemu-iotests/common.filter | 6 + 3 files changed, 41 insertions(+), 496 deletions(-) -- 2.1.4