From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=33164 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oy6LK-0000hu-Be for qemu-devel@nongnu.org; Tue, 21 Sep 2010 13:09:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oy6LI-00040y-Lf for qemu-devel@nongnu.org; Tue, 21 Sep 2010 13:09:21 -0400 Received: from mx1.redhat.com ([209.132.183.28]:20855) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oy6LI-00040n-FB for qemu-devel@nongnu.org; Tue, 21 Sep 2010 13:09:20 -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 o8LH9JdM023569 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 21 Sep 2010 13:09:19 -0400 From: Gerd Hoffmann Date: Tue, 21 Sep 2010 19:09:15 +0200 Message-Id: <1285088958-11120-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH REPOST 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 just re-posted) 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(-)