From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48679) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xv6BU-0000bn-97 for qemu-devel@nongnu.org; Sun, 30 Nov 2014 10:13:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xv6BJ-0007t0-Gh for qemu-devel@nongnu.org; Sun, 30 Nov 2014 10:13:12 -0500 Received: from mx1.redhat.com ([209.132.183.28]:48485) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xv6BJ-0007sW-99 for qemu-devel@nongnu.org; Sun, 30 Nov 2014 10:13:01 -0500 Date: Sun, 30 Nov 2014 17:12:55 +0200 From: "Michael S. Tsirkin" Message-ID: <20141130151255.GA10469@redhat.com> References: <20141129173618.GI22746@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 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. -- MST