From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nu9jk-0003bF-Eh for qemu-devel@nongnu.org; Tue, 23 Mar 2010 15:26:00 -0400 Received: from [140.186.70.92] (port=58490 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nu9jU-0003WR-U4 for qemu-devel@nongnu.org; Tue, 23 Mar 2010 15:25:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nu9iQ-0001rp-Qa for qemu-devel@nongnu.org; Tue, 23 Mar 2010 15:24:40 -0400 Received: from mail-pw0-f45.google.com ([209.85.160.45]:44415) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nu9iQ-0001rM-LW for qemu-devel@nongnu.org; Tue, 23 Mar 2010 15:24:38 -0400 Received: by pwi9 with SMTP id 9so4523166pwi.4 for ; Tue, 23 Mar 2010 12:24:36 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20100323090344.GA28611@volta.aurel32.net> References: <20100322212524.GA75169@triton8.kn-bremen.de> <20100323022726.GB14049@hall.aurel32.net> <20100323090344.GA28611@volta.aurel32.net> Date: Tue, 23 Mar 2010 21:24:35 +0200 Message-ID: Subject: Re: [Qemu-devel] git head broken? (x86 softmmu w/o kvm) From: Blue Swirl Content-Type: text/plain; charset=UTF-8 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: Juergen Lock , qemu-devel@nongnu.org On 3/23/10, Aurelien Jarno wrote: > On Tue, Mar 23, 2010 at 03:27:26AM +0100, Aurelien Jarno wrote: > > On Mon, Mar 22, 2010 at 10:25:24PM +0100, Juergen Lock wrote: > > > Hi! > > > > > > I just wanted to make another FreeBSD qemu git head snaphot port update, > > > and found both i386-softmmu and x86_64-softmmu no longer boot, they seem > > > to hang early in the bios before it prints anything, last tb seems to be > > > this loop: > > > > > > > A quick bisect revealed it has been broken by this patch: > > > > > I have just pushed a patch to fix the problem. Thanks, sorry for the trouble.