From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43027) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZEHxA-00035x-Ao for qemu-devel@nongnu.org; Sun, 12 Jul 2015 10:10:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZEHx7-0007ro-2C for qemu-devel@nongnu.org; Sun, 12 Jul 2015 10:10:00 -0400 Received: from mail-wi0-x22a.google.com ([2a00:1450:400c:c05::22a]:36241) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZEHx6-0007ri-Qp for qemu-devel@nongnu.org; Sun, 12 Jul 2015 10:09:56 -0400 Received: by widjy10 with SMTP id jy10so48476931wid.1 for ; Sun, 12 Jul 2015 07:09:56 -0700 (PDT) Sender: Paolo Bonzini References: <1433517363-32335-1-git-send-email-pbonzini@redhat.com> <1433517363-32335-13-git-send-email-pbonzini@redhat.com> From: Paolo Bonzini Message-ID: <55A2752E.9010903@redhat.com> Date: Sun, 12 Jul 2015 16:09:50 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PULL 12/62] framebuffer: check memory_region_is_logging List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers On 10/07/2015 17:44, Peter Maydell wrote: > I've just noticed that one of my vexpress-a9 test images has > regressed, and git bisect suggests this commit (d55d42078bfb50) > is at fault. > > Test image (512MB) > http://people.linaro.org/~peter.maydell/vexpress-3.8.tgz > Untar anywhere, and run with > ~/path/to/vexpress-3.8/runme path/to/qemu-system-arm I can't reproduce it. I get to the root shell prompt (both on the framebuffer and on the serial console) and can poweroff successfully. Paolo