From patchwork Fri Jun 18 10:37:55 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerd Hoffmann X-Patchwork-Id: 56166 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 DC794B7D85 for ; Fri, 18 Jun 2010 20:50:09 +1000 (EST) Received: from localhost ([127.0.0.1]:48870 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OPZ9C-0000xZ-69 for incoming@patchwork.ozlabs.org; Fri, 18 Jun 2010 06:50:06 -0400 Received: from [140.186.70.92] (port=35816 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OPZ5H-0007ms-N4 for qemu-devel@nongnu.org; Fri, 18 Jun 2010 06:46:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OPZ1N-00037G-Ll for qemu-devel@nongnu.org; Fri, 18 Jun 2010 06:42:06 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50677) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OPZ0o-00030y-Bn for qemu-devel@nongnu.org; Fri, 18 Jun 2010 06:42:01 -0400 Received: from int-mx05.intmail.prod.int.phx2.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.18]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o5IAcUhU007063 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 18 Jun 2010 06:39:40 -0400 Received: from rincewind.home.kraxel.org (vpn1-6-66.ams2.redhat.com [10.36.6.66]) by int-mx05.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o5IAbwR6022030; Fri, 18 Jun 2010 06:37:59 -0400 Received: by rincewind.home.kraxel.org (Postfix, from userid 500) id 8436F41629; Fri, 18 Jun 2010 12:37:57 +0200 (CEST) From: Gerd Hoffmann To: qemu-devel@nongnu.org Date: Fri, 18 Jun 2010 12:37:55 +0200 Message-Id: <1276857477-14201-4-git-send-email-kraxel@redhat.com> In-Reply-To: <1276857477-14201-1-git-send-email-kraxel@redhat.com> References: <1276857477-14201-1-git-send-email-kraxel@redhat.com> X-Scanned-By: MIMEDefang 2.67 on 10.5.11.18 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. Cc: Volker Ruppert Subject: [Qemu-devel] [PATCH 3/5] - 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 --- 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