From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NIzf7-0006jh-QB for qemu-devel@nongnu.org; Fri, 11 Dec 2009 02:11:37 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NIzf3-0006i9-H2 for qemu-devel@nongnu.org; Fri, 11 Dec 2009 02:11:37 -0500 Received: from [199.232.76.173] (port=38069 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NIzf3-0006hy-0y for qemu-devel@nongnu.org; Fri, 11 Dec 2009 02:11:33 -0500 Received: from mx1.redhat.com ([209.132.183.28]:37766) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NIzf2-0007FR-M3 for qemu-devel@nongnu.org; Fri, 11 Dec 2009 02:11:32 -0500 Subject: Re: [Qemu-devel] vmware video broken in git From: Mark McLoughlin In-Reply-To: <21d7e9970912102059g1e63862cl9f32bcc9a3650d8@mail.gmail.com> References: <21d7e9970912102059g1e63862cl9f32bcc9a3650d8@mail.gmail.com> Content-Type: text/plain; charset="UTF-8" Date: Fri, 11 Dec 2009 07:11:28 +0000 Message-Id: <1260515488.2622.10.camel@blaa> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Reply-To: Mark McLoughlin List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Dave Airlie Cc: qemu-devel@nongnu.org Hi Dave, On Fri, 2009-12-11 at 14:59 +1000, Dave Airlie wrote: > Hi guys, > > Building 0.11.0, qemu -vga vmware -sdl works fine. > with git I just get a blank screen. > > I'm trying to bisect but I keep running into a big chunk of NIC changes > where none of the drivers compile, so I thought maybe someone could > make an educated guess. Can't help with the vmware problem, but could you name one of those broken commits out of curiosity? Pretty sure the most recent set of NIC changes are bisectable at least. Thanks, Mark.