From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52053) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDdKY-0005ej-Rg for qemu-devel@nongnu.org; Thu, 07 Mar 2013 11:06:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UDdKT-00059k-TQ for qemu-devel@nongnu.org; Thu, 07 Mar 2013 11:06:06 -0500 Sender: Paolo Bonzini Message-ID: <5138BADC.1000208@redhat.com> Date: Thu, 07 Mar 2013 17:05:48 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <24E144B8C0207547AD09C467A8259F7557B2BE14@lisa.maurer-it.com> <20130306231208.GA17594@ohm.aurel32.net> <20130307005351.GA19296@morn.localdomain> <20130307084304.GA17400@ohm.aurel32.net> <51388FD1.2000201@terremark.com> <51389D9B.4010000@terremark.com> In-Reply-To: <51389D9B.4010000@terremark.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] problems with freeBSD List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Don Slutz Cc: seabios@seabios.org, Dietmar Maurer , "qemu-devel@nongnu.org" , Aurelien Jarno , qemu-stable@nongnu.org Il 07/03/2013 15:00, Don Slutz ha scritto: > Turns out that this is not the normal kind of issue. Newer seabios > works, older does not: > > good * 88cb66e (HEAD, tag: rel-1.7.2.1, origin/1.7.2-stable, > 1.7.2-stable) seabios: Add a dummy PCI slot to irq mapping funct > good * 985a9d3 seabios q35: Add new PCI slot to irq routing function > good * 2b57726 seabios q35: Enable all PIRQn IRQs at startup > good * e5fe4f9 Verify CC is valid during build tests. > good * 4219149 build: Don't require $(OUT) to be a sub-directory of > the main directory. > bad * d75c22f Fix Makefile - don't reference "out/" directly, instead > use "$(OUT)". > bad * 12e8199 USB-EHCI: Fix null pointer assignment > bad * f396871 Update tools/acpi_extract.py to handle iasl 20130117 > release. > bad * 4bd8aeb (tag: rel-1.7.2) vgabios: implement AX=1120H..1124H > functions If so, you need to invert "bad" and "good" when bisecting. Did you? Paolo