From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49070) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xv6CN-00029F-Ch for qemu-devel@nongnu.org; Sun, 30 Nov 2014 10:14:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xv6CG-0008CG-Px for qemu-devel@nongnu.org; Sun, 30 Nov 2014 10:14:07 -0500 Received: from mx1.redhat.com ([209.132.183.28]:59840) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xv6CG-0008CC-J3 for qemu-devel@nongnu.org; Sun, 30 Nov 2014 10:14:00 -0500 Date: Sun, 30 Nov 2014 17:13:56 +0200 From: "Michael S. Tsirkin" Message-ID: <20141130151356.GA10562@redhat.com> References: <20141129173618.GI22746@redhat.com> <20141130151255.GA10469@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20141130151255.GA10469@redhat.com> Subject: Re: [Qemu-devel] master: intermittent acpi-test failures List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers On Sun, Nov 30, 2014 at 05:12:55PM +0200, Michael S. Tsirkin wrote: > On Sat, Nov 29, 2014 at 05:39:01PM +0000, Peter Maydell wrote: > > On 29 November 2014 at 17:36, Michael S. Tsirkin wrote: > > > On Fri, Nov 28, 2014 at 01:34:33PM +0000, Peter Maydell wrote: > > >> These failures are back after a long period of not > > >> being a problem :-( > > > > > My guess is VM fails to boot from disk for some reason. > > > Could you trigger a screenshot after this happens? > > > > Sure, if you can provide instructions (this is all from > > "make check" so there's no display by default and > > extracting a standalone qemu command line from "make > > check" is pretty tedious IME). > > > > -- PMM > > It's probably easiest to simply drop -nographic > from test code to run with a display. > > To trigger a screenshot, just give > screendump /path/to/file > on hmp. Another idea is to configure debugging in seabios. > -- > MST