From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=33448 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PDbww-0004Vt-89 for qemu-devel@nongnu.org; Wed, 03 Nov 2010 07:56:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PDbwu-0000OI-5R for qemu-devel@nongnu.org; Wed, 03 Nov 2010 07:56:17 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55376) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PDbwt-0000Nr-Up for qemu-devel@nongnu.org; Wed, 03 Nov 2010 07:56:16 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id oA3BuFco031006 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 3 Nov 2010 07:56:15 -0400 From: Gerd Hoffmann Date: Wed, 3 Nov 2010 12:56:08 +0100 Message-Id: <1288785372-17514-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH v3 0/4] 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 into use for stdvga and vmware_vga. The vgabios patches this patch series depends on have just been posted to the list. 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. Changes in v3: * rebase to master. * added proper signed-off. Changes in v2: * rebase to master, resolve video.x removal conflict. * add a new clean up patch, removes bits which where used by video.x code only. please pull, Gerd The following changes since commit 7d72e76228351d18a856f1e4f5365b59d3205dc3: intel-hda: documentation update (2010-11-02 00:41:04 +0300) are available in the git repository at: git://anongit.freedesktop.org/spice/qemu vgabios.3 Gerd Hoffmann (4): Add new vgabios binaries to blobs list. switch stdvga to pci vgabios switch vmware_vga to pci vgabios more stdvga cleanups. Makefile | 5 +++-- hw/mips_malta.c | 2 +- hw/pc.c | 2 +- hw/pc.h | 3 +-- hw/ppc_newworld.c | 2 +- hw/ppc_oldworld.c | 2 +- hw/ppc_prep.c | 2 +- hw/sun4u.c | 2 +- hw/vga-pci.c | 43 ++++++++----------------------------------- hw/vga.c | 2 -- hw/vga_int.h | 2 -- hw/vmware_vga.c | 7 +------ 12 files changed, 19 insertions(+), 55 deletions(-)