dcavalca / rpms / qemu

Forked from rpms/qemu a year ago
Clone

Blame 0009-vgabios-update-to-0.6c-pcibios-patches.patch

Justin M. Forbes a81953
From 0920337756cdf82dcd585efb23ae18f8086696c8 Mon Sep 17 00:00:00 2001
Justin M. Forbes a81953
From: Gerd Hoffmann <kraxel@redhat.com>
Justin M. Forbes a81953
Date: Wed, 24 Mar 2010 11:16:54 +0100
Justin M. Forbes a81953
Subject: [PATCH 09/39] vgabios update to 0.6c + pcibios patches.
Justin M. Forbes a81953
Justin M. Forbes a81953
---
Justin M. Forbes a81953
 Makefile |    5 +++--
Justin M. Forbes a81953
 1 files changed, 3 insertions(+), 2 deletions(-)
Justin M. Forbes a81953
Justin M. Forbes a81953
diff --git a/Makefile b/Makefile
Justin M. Forbes a81953
index 3cd07e0..e40c9a2 100644
Justin M. Forbes a81953
--- a/Makefile
Justin M. Forbes a81953
+++ b/Makefile
Justin M. Forbes a81953
@@ -154,8 +154,9 @@ ar      de     en-us  fi  fr-be  hr     it  lv  nl         pl  ru     th \
Justin M. Forbes a81953
 common  de-ch  es     fo  fr-ca  hu     ja  mk  nl-be      pt  sl     tr
Justin M. Forbes a81953
Justin M. Forbes a81953
 ifdef INSTALL_BLOBS
Justin M. Forbes a81953
-BLOBS=bios.bin vgabios.bin vgabios-cirrus.bin ppc_rom.bin \
Justin M. Forbes a81953
-video.x openbios-sparc32 openbios-sparc64 openbios-ppc \
Justin M. Forbes a81953
+BLOBS=bios.bin vgabios.bin vgabios-cirrus.bin \
Justin M. Forbes a81953
+vgabios-stdvga.bin vgabios-vmware.bin vgabios-qxl.bin vgabios-qxldev.bin \
Justin M. Forbes a81953
+ppc_rom.bin video.x openbios-sparc32 openbios-sparc64 openbios-ppc \
Justin M. Forbes a81953
 gpxe-eepro100-80861209.rom \
Justin M. Forbes a81953
 gpxe-eepro100-80861229.rom \
Justin M. Forbes a81953
 pxe-e1000.bin \
Justin M. Forbes a81953
-- 
Justin M. Forbes a81953
1.7.2.3
Justin M. Forbes a81953