SHA256
1
0
forked from pool/qemu

Accepting request 236077 from home:bfrogers:branches:Virtualization

Fix problem discovered with direct kernel boot for SLES 10 and SLES 11 guests (bnc#880625)
Only build x86 firmware on x86, to avoid randomly getting the upstream binary firmware blobs packaged, instead of the ones we try to build.
Add probing of vhost-net for SLE11 host in udev rules file.
Get rid of pmtools Buildrequires for old distros - I checked, we can't build the firmware as is for old distros correctly.

OBS-URL: https://build.opensuse.org/request/show/236077
OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=213
This commit is contained in:
Bruce Rogers
2014-06-02 18:08:59 +00:00
committed by Git OBS Bridge
parent e2a042f066
commit fb067ac4a4
5 changed files with 52 additions and 9 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Jun 2 13:26:13 UTC 2014 - brogers@suse.com
- only build the x86 firmware on x86, ensuring consistent binaries
- remove un-needed pmtools BuildRequires
- Fix vga related problem doing direct kernel boot for SLES 10 and
SLES 11 guests (bnc#880625)
vgabios-Make-sure-stdvga_list_modes-doesn-t-overrun-.patch
- Probe vhost-net module on SLE11 (copied from SP3 package)
-------------------------------------------------------------------
Sat May 24 10:01:36 UTC 2014 - afaerber@suse.de