From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=33935 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OF5Qs-0006Rg-IO for qemu-devel@nongnu.org; Thu, 20 May 2010 09:05:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OF5Ql-0005oU-Tc for qemu-devel@nongnu.org; Thu, 20 May 2010 09:05:02 -0400 Received: from mail-gw0-f45.google.com ([74.125.83.45]:42816) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OF5Ql-0005oF-R6 for qemu-devel@nongnu.org; Thu, 20 May 2010 09:04:55 -0400 Received: by gwj17 with SMTP id 17so3392246gwj.4 for ; Thu, 20 May 2010 06:04:54 -0700 (PDT) Message-ID: <4BF53372.3070401@codemonkey.ws> Date: Thu, 20 May 2010 08:04:50 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1273226987-10066-1-git-send-email-kraxel@redhat.com> <4BF5319C.2030108@redhat.com> In-Reply-To: <4BF5319C.2030108@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: vgabios plans ( Re: [PATCH 1/5] Makefile cleanup) List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: "qemu-devel@nongnu.org" On 05/20/2010 07:57 AM, Gerd Hoffmann wrote: > On 05/07/10 12:09, Gerd Hoffmann wrote: >> Use a single rule for building bios binaries. >> Use target specific variables to set compile flags. >> >> This makes it more obvious what the differences between the versions >> are. It also makes it easier to add new bios binaries with slightly >> different settings. > > Hmm. No response for weeks from vgabios folks on this patch series. > How to go forward best with vgabios bits? Just upgrade > http://git.qemu.org/vgabios.git/ to 0.6c, then apply patches there? Yeah, I think the long term goal should be to move to SeaBIOS's vgabios fork but for now, I guess we'll have to do it. Regards, Anthony Liguori > cheers, > Gerd