From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=59316 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Om2JB-0007h7-Lj for qemu-devel@nongnu.org; Thu, 19 Aug 2010 06:25:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Om2JA-0004xf-2O for qemu-devel@nongnu.org; Thu, 19 Aug 2010 06:25:17 -0400 Received: from mx1.redhat.com ([209.132.183.28]:15581) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Om2J9-0004wa-Rs for qemu-devel@nongnu.org; Thu, 19 Aug 2010 06:25:16 -0400 Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o7JAPBWm015771 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 19 Aug 2010 06:25:12 -0400 From: Gerd Hoffmann Date: Thu, 19 Aug 2010 12:25:03 +0200 Message-Id: <1282213508-8654-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [RESEND VGABIOS PATCH 0/5] Update vgabios repository to 0.6c List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, This patch series updates the vgabios repository @ qemu.org to release vgabios release 0.6c. Qemu has been adapted to the 0.6c expectations during the 0.13 devel cycle, so both master and the upcoming 0.13 release will work with the updated vgabios. 0.12-stable is not fully supported though (vesa gfx support will stop working), so the vgabios binaries there should not be updated. The patches are also available in the git repository at: git://anongit.freedesktop.org/~kraxel/vgabios update-0.6c Volker Ruppert (5): - use VBE LFB address from PCI base address if present (rewrite of the cirrus specific function in main vgabios code) - removed unnecessary spaces - added support for a lot more non-standard VBE modes (e.g. widescreen modes) - requires latest Bochs VBE code (16 MB video memory, VBE_DISPI_ID5, VRAM size in 64k pages stored in VBE register) - check if VBE mode is supported with current VRAM size - preparing for release 0.6c - biosfn_write_teletype: fixed attribute when scrolling in text mode - updates for release 0.6c ChangeLog | 47 ++++++++++++++++++++++++++++ README | 7 ++++ clext.c | 51 +------------------------------ vbe.c | 90 +++++++++++++++++++++++++++++++++--------------------- vbe.h | 70 ++++++++++++++++++++++--------------------- vbetables-gen.c | 43 +++++++++++++++++++------- vgabios.c | 64 ++++++++++++++++++++++++++++++++++++++- 7 files changed, 241 insertions(+), 131 deletions(-)