From patchwork Tue Sep 21 17:07:57 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerd Hoffmann X-Patchwork-Id: 65355 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id A67CFB70B8 for ; Wed, 22 Sep 2010 03:22:20 +1000 (EST) Received: from localhost ([127.0.0.1]:59568 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oy6Xp-0000wT-LH for incoming@patchwork.ozlabs.org; Tue, 21 Sep 2010 13:22:17 -0400 Received: from [140.186.70.92] (port=32842 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oy6KD-00084C-Fq for qemu-devel@nongnu.org; Tue, 21 Sep 2010 13:08:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oy6KB-0003mX-Ug for qemu-devel@nongnu.org; Tue, 21 Sep 2010 13:08:13 -0400 Received: from mx1.redhat.com ([209.132.183.28]:20066) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oy6KB-0003mN-NI for qemu-devel@nongnu.org; Tue, 21 Sep 2010 13:08:11 -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 o8LH8AFA001286 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 21 Sep 2010 13:08:11 -0400 Received: from rincewind.home.kraxel.org (vpn1-4-82.ams2.redhat.com [10.36.4.82]) by int-mx08.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o8LH87pG021821; Tue, 21 Sep 2010 13:08:08 -0400 Received: by rincewind.home.kraxel.org (Postfix, from userid 500) id C37DB4517F; Tue, 21 Sep 2010 19:08:05 +0200 (CEST) From: Gerd Hoffmann To: qemu-devel@nongnu.org Date: Tue, 21 Sep 2010 19:07:57 +0200 Message-Id: <1285088885-10931-4-git-send-email-kraxel@redhat.com> In-Reply-To: <1285088885-10931-1-git-send-email-kraxel@redhat.com> References: <1285088885-10931-1-git-send-email-kraxel@redhat.com> X-Scanned-By: MIMEDefang 2.67 on 10.5.11.21 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. Cc: Volker Ruppert , Gerd Hoffmann Subject: [Qemu-devel] [VGABIOS PATCH 03/11] - preparing for release 0.6c X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org From: Volker Ruppert Signed-off-by: Gerd Hoffmann --- ChangeLog | 35 +++++++++++++++++++++++++++++++++++ README | 6 ++++++ 2 files changed, 41 insertions(+), 0 deletions(-) diff --git a/ChangeLog b/ChangeLog index 75be5bd..35bf00a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,38 @@ +2009-01-25 16:46 vruppert + + * vbe.c (1.62), vbe.h (1.28), vbetables-gen.c (1.5): + + - 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 + +2009-01-24 11:02 vruppert + + * clext.c (1.14), vbe.c (1.61), vgabios.c (1.68): + + - use VBE LFB address from PCI base address if present (rewrite of the cirrus + specific function in main vgabios code) + - removed unnecessary spaces + +2008-12-14 09:29 vruppert + + * clext.c (1.13): + + - added DPMS support to cirrus vgabios (patch from Gleb Natapov) + +2008-05-30 17:28 vruppert + + * README (1.16): + + - updated for release 0.6b + +2008-05-22 12:55 vruppert + + * ChangeLog (1.27), README (1.15): + + - preparations for release 0.6b + 2008-05-11 08:40 vruppert * biossums.c (1.6): diff --git a/README b/README index 90141d4..ce67aeb 100644 --- a/README +++ b/README @@ -90,6 +90,12 @@ For any information on qemu, visit the website http://fabrice.bellard.free.fr/qe History ------- +vgabios-0.6c : not yet released + - Volker + . added DPMS support to cirrus vgabios (patch from Gleb Natapov) + . use VBE LFB address from PCI base address if present + . added support for a lot more non-standard VBE modes (e.g. widescreen modes) + vgabios-0.6b : May 30 2008 - Volker . added PCI data structure for the Cirrus VGABIOS images