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.
v1->v2: - use tr / sed trick for filtering multi-line JSON to avoid switching to single-line JSON which is hard to read - roll _filter_qmp_events() into 067 as the multi-line version isn't robust enough for general use Sascha Silbe (1): qemu-iotests: 067: ignore QMP events tests/qemu-iotests/067 | 11 +++- tests/qemu-iotests/067.out | 144 --------------------------------------------- 2 files changed, 10 insertions(+), 145 deletions(-) -- 2.1.4