From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=53191 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OnUa1-0006Ju-SA for qemu-devel@nongnu.org; Mon, 23 Aug 2010 06:48:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OnUZz-0000IG-EI for qemu-devel@nongnu.org; Mon, 23 Aug 2010 06:48:41 -0400 Received: from mx1.redhat.com ([209.132.183.28]:11220) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OnUZz-0000I1-4N for qemu-devel@nongnu.org; Mon, 23 Aug 2010 06:48:39 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o7NAmckv014358 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 23 Aug 2010 06:48:38 -0400 From: Gerd Hoffmann Date: Mon, 23 Aug 2010 12:48:32 +0200 Message-Id: <1282560515-22576-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] use new vgabios. 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 will put the new vgabios (patches posted to the list last week) into use for stdvga and vmware_vga. For obvious reasons it depends on the new vgabios binaries being present, i.e. vgabios patches being committed to vgabios.git, subtree being updated and vgabios binaries being recompiled + committed to qemu.git. The patches are also available from git://anongit.freedesktop.org/spice/qemu vgabios There is also a "vgabios.testing" branch available. That one has one more commit which just drops in new vgabios binaries, so the patches can easily be tested even before the vgabios patches are committed. cheers, Gerd Gerd Hoffmann (3): Add new vgabios binaries to blobs list. switch stdvga to pci vgabios switch vmware_vga to pci vgabios Makefile | 5 +++-- hw/vga-pci.c | 7 +++---- hw/vmware_vga.c | 7 +------ 3 files changed, 7 insertions(+), 12 deletions(-)