From mboxrd@z Thu Jan 1 00:00:00 1970 From: Radim =?utf-8?B?S3LEjW3DocWZ?= Subject: Re: [PATCH] selftests: kvm: report failed stage when exit reason is unexpected Date: Thu, 20 Dec 2018 21:07:11 +0100 Message-ID: <20181220200711.GD25497@flask> References: <20181219111518.25487-1-vkuznets@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, Paolo Bonzini , linux-kernel@vger.kernel.org To: Vitaly Kuznetsov Return-path: Content-Disposition: inline In-Reply-To: <20181219111518.25487-1-vkuznets@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org 2018-12-19 12:15+0100, Vitaly Kuznetsov: > When we get a report like > > ==== Test Assertion Failure ==== > x86_64/state_test.c:157: run->exit_reason == KVM_EXIT_IO > pid=955 tid=955 - Success > 1 0x0000000000401350: main at state_test.c:154 > 2 0x00007fc31c9e9412: ?? ??:0 > 3 0x000000000040159d: _start at ??:? > Unexpected exit reason: 8 (SHUTDOWN), > > it is not obvious which particular stage failed. Add the info. > > Signed-off-by: Vitaly Kuznetsov > --- Queued, thanks.