From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=53875 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PCwqd-0006ix-N7 for qemu-devel@nongnu.org; Mon, 01 Nov 2010 12:03:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PCwqZ-0004NW-Bb for qemu-devel@nongnu.org; Mon, 01 Nov 2010 12:03:02 -0400 Received: from mx1.redhat.com ([209.132.183.28]:9493) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PCwqZ-0004NR-4z for qemu-devel@nongnu.org; Mon, 01 Nov 2010 12:02:59 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id oA1G2w1s021859 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 1 Nov 2010 12:02:58 -0400 Message-ID: <4CCEE4AE.6010104@redhat.com> Date: Mon, 01 Nov 2010 17:02:54 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <1285088885-10931-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1285088885-10931-1-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [VGABIOS PATCH 00/11] vgabios update 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 09/21/10 19:07, Gerd Hoffmann wrote: > Hi, > > This patch series updates the vgabios. The first five patches are taken > from the vgabios cvs and update the vgabios.git tree @ qemu.org to > vgabios release 0.6c. As this update depends on a newer bochs API it > fully works on qemu 0.13 and master only. When using this vgabios > version on qemu 0.12 vesa bios support will break. > > The last six patches cleanup the build system a bit, add a proper > PCIROM header so seabios will happily load the roms from the PCI option > rom bar and add vgabios binaries for all current and the upcoming qxl > vga device. Ping? cheers, Gerd