From patchwork Wed Nov 3 11:41:50 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerd Hoffmann X-Patchwork-Id: 69992 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 59A01B70DA for ; Wed, 3 Nov 2010 23:03:36 +1100 (EST) Received: from localhost ([127.0.0.1]:50963 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PDc3w-0006yR-BT for incoming@patchwork.ozlabs.org; Wed, 03 Nov 2010 08:03:32 -0400 Received: from [140.186.70.92] (port=49387 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PDbjM-0002u1-9n for qemu-devel@nongnu.org; Wed, 03 Nov 2010 07:42:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PDbjK-0006M8-5a for qemu-devel@nongnu.org; Wed, 03 Nov 2010 07:42:16 -0400 Received: from mx1.redhat.com ([209.132.183.28]:2213) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PDbjJ-0006Le-VL for qemu-devel@nongnu.org; Wed, 03 Nov 2010 07:42:14 -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 oA3BgAvQ028509 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 3 Nov 2010 07:42:10 -0400 Received: from rincewind.home.kraxel.org (vpn1-4-71.ams2.redhat.com [10.36.4.71]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id oA3Bg7U3018447 for ; Wed, 3 Nov 2010 07:42:09 -0400 Received: by rincewind.home.kraxel.org (Postfix, from userid 500) id D2C554584B; Wed, 3 Nov 2010 12:41:57 +0100 (CET) From: Gerd Hoffmann To: qemu-devel@nongnu.org Date: Wed, 3 Nov 2010 12:41:50 +0100 Message-Id: <1288784516-15637-6-git-send-email-kraxel@redhat.com> In-Reply-To: <1288784516-15637-1-git-send-email-kraxel@redhat.com> References: <1288784516-15637-1-git-send-email-kraxel@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. Subject: [Qemu-devel] [vgabios patch v2 05/11] - updates 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 | 12 ++++++++++++ README | 3 ++- 2 files changed, 14 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index 35bf00a..dbaed5d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2009-04-07 20:18 vruppert + + * vgabios.c (1.69): + + - biosfn_write_teletype: fixed attribute when scrolling in text mode + +2009-04-06 20:17 vruppert + + * ChangeLog (1.28), README (1.17): + + - preparing for release 0.6c + 2009-01-25 16:46 vruppert * vbe.c (1.62), vbe.h (1.28), vbetables-gen.c (1.5): diff --git a/README b/README index ce67aeb..c68b573 100644 --- a/README +++ b/README @@ -90,11 +90,12 @@ For any information on qemu, visit the website http://fabrice.bellard.free.fr/qe History ------- -vgabios-0.6c : not yet released +vgabios-0.6c : Apr 08 2009 - 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) + . minor bugfixes vgabios-0.6b : May 30 2008 - Volker