[seabios] Rebased to version 1.7.5 Support for obtaining SMBIOS tables directly from QEMU. XHCI USB controller

Cole Robinson crobinso at fedoraproject.org
Sat May 31 17:49:42 UTC 2014


commit e43370956f262b76c8d25e672016bb977b855169
Author: Cole Robinson <crobinso at redhat.com>
Date:   Sat May 31 13:35:30 2014 -0400

    Rebased to version 1.7.5
    Support for obtaining SMBIOS tables directly from QEMU.
    XHCI USB controller fixes for real hardware
    seavgabios: New driver for coreboot native vga support
    seavgabios: Improved detection of x86emu versions with incorrect
    emulation.
    Several bug fixes and code cleanups

 ..._scsi-reset-the-HBA-before-freeing-its-vi.patch |   54 ----------------
 seabios.spec                                       |   24 +++----
 ...mpt-to-detect-old-x86emu-and-force-a-fault.diff |   66 --------------------
 3 files changed, 11 insertions(+), 133 deletions(-)
---
diff --git a/seabios.spec b/seabios.spec
index 2780c37..748f3c3 100644
--- a/seabios.spec
+++ b/seabios.spec
@@ -1,6 +1,6 @@
 Name:           seabios
-Version:        1.7.4
-Release:        5%{?dist}
+Version:        1.7.5
+Release:        1%{?dist}
 Summary:        Open-source legacy BIOS implementation
 
 Group:          Applications/Emulators
@@ -19,12 +19,6 @@ Source16:       config.coreboot
 Source17:       config.seabios-128k
 Source18:       config.seabios-256k
 
-# Fix kvm migration with empty virtio-scsi controller (bz #1032208)
-Patch0001: 0001-init_virtio_scsi-reset-the-HBA-before-freeing-its-vi.patch
-
-# Fix freebsd problem
-Patch0002: vgabios-attempt-to-detect-old-x86emu-and-force-a-fault.diff
-
 BuildRequires: python iasl
 BuildRequires: binutils-x86_64-linux-gnu gcc-x86_64-linux-gnu
 
@@ -77,11 +71,6 @@ SeaVGABIOS is an open-source VGABIOS implementation.
 %prep
 %setup -q
 
-# Fix kvm migration with empty virtio-scsi controller (bz #1032208)
-%patch0001 -p1
-# Fix running freebsd (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737142)
-%patch0002 -p1
-
 # Makefile changes version to include date and buildhost
 sed -i 's,VERSION=%{version}.*,VERSION=%{version},g' Makefile
 
@@ -148,6 +137,15 @@ install -m 0644 binaries/vgabios*.bin $RPM_BUILD_ROOT%{_datadir}/seavgabios
 
 
 %changelog
+* Sat May 31 2014 Cole Robinson <crobinso at redhat.com> - 1.7.5-1
+- Rebased to version 1.7.5
+- Support for obtaining SMBIOS tables directly from QEMU.
+- XHCI USB controller fixes for real hardware
+- seavgabios: New driver for "coreboot native vga" support
+- seavgabios: Improved detection of x86emu versions with incorrect
+  emulation.
+- Several bug fixes and code cleanups
+
 * Wed Mar 26 2014 Matthias Clasen <mclasen at redhat.com> 1.7.4-5
 - Fix booting FreeBSD VMs in virt-manager
 


More information about the scm-commits mailing list