From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Doktor?= Subject: [kvm-unit-tests PATCH v2] Adjust the premature_failure check Date: Wed, 1 Jun 2016 08:20:11 +0200 Message-ID: <1464762012-21101-1-git-send-email-ldoktor@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE To: kvm@vger.kernel.org, drjones@redhat.com, pbonzini@redhat.com, lvivier@redhat.com, ldoktor@redhat.com, rkrcmar@redhat.com Return-path: Received: from mx1.redhat.com ([209.132.183.28]:55075 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751197AbcFAGUV (ORCPT ); Wed, 1 Jun 2016 02:20:21 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 954C87F361 for ; Wed, 1 Jun 2016 06:20:20 +0000 (UTC) Sender: kvm-owner@vger.kernel.org List-ID: Hello guys, The a51bab13689b8eeeb6d1cc614fd56a4e86718ed4 change is not compatible w= ith qemu-system-ppc64. Please find the fix attached. Sample outputs are (Czech locale): $ qemu-system-x86_64 -kernel _NO_FILE_4Uhere_ qemu: could not load kernel '_NO_FILE_4Uhere_': No such file or dir= ectory $ qemu-system-aarch64 -kernel _NO_FILE_4Uhere_ -machine virt _NO_FILE_4Uhere_: Adres?? nebo soubor neexistuje qemu: could not load kernel '_NO_FILE_4Uhere_' $ qemu-system-ppc64 -kernel _NO_FILE_4Uhere_ _NO_FILE_4Uhere_: No such file or directory qemu: error loading _NO_FILE_4Uhere_: Failed to load ELF Changes: v2: Check for line containing one of the failure messages and the dummy file name. v2: Use the full qemu output, not just the last_line Kind regards, Luk=C3=A1=C5=A1