From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=43475 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OFSIG-0003t4-Ve for qemu-devel@nongnu.org; Fri, 21 May 2010 09:29:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OFSID-0005QW-PW for qemu-devel@nongnu.org; Fri, 21 May 2010 09:29:39 -0400 Received: from mx1.redhat.com ([209.132.183.28]:17979) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OFSID-0005QJ-Go for qemu-devel@nongnu.org; Fri, 21 May 2010 09:29:37 -0400 Message-ID: <4BF68ABA.4050306@redhat.com> Date: Fri, 21 May 2010 15:29:30 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1273226987-10066-1-git-send-email-kraxel@redhat.com> <4BF5319C.2030108@redhat.com> <4BF53372.3070401@codemonkey.ws> In-Reply-To: <4BF53372.3070401@codemonkey.ws> 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: Anthony Liguori Cc: "qemu-devel@nongnu.org" On 05/20/10 15:04, Anthony Liguori wrote: >> 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 Isn't *that* trivial though as it has no vbe support ... > fork but for now, I guess we'll have to do it. Ok. The vgabios git tree doesn't look like a straight "git cvsimport". It has fancy author names, no *.bin commits and different hashes than my self-created cvsimport. It is probably easiest if you just pull 0.6c version into the repo and I'll rebase my patches to that then. We might also cherry-pick af92284bec7ddbd76ddd105c40718627dda3407e into stable-0.12 to reduce the chance of unpleasant surprises in case someone combines the latest vgabios with stable. cheers, Gerd