forked from pool/libvirt
Accepting request 356399 from home:jfehlig:branches:Virtualization
- qemu: set /usr/share/qemu/ovmf-x86_64-ms-{code,vars}.bin as default UEFI firmwares for x86_64 bsc#961853 OBS-URL: https://build.opensuse.org/request/show/356399 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=509
This commit is contained in:
parent
fe8f4e8203
commit
ead8cd12f9
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 23 01:19:22 UTC 2016 - jfehlig@suse.com
|
||||||
|
|
||||||
|
- qemu: set /usr/share/qemu/ovmf-x86_64-ms-{code,vars}.bin as
|
||||||
|
default UEFI firmwares for x86_64
|
||||||
|
bsc#961853
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 18 18:30:52 UTC 2016 - jfehlig@suse.com
|
Mon Jan 18 18:30:52 UTC 2016 - jfehlig@suse.com
|
||||||
|
|
||||||
|
@ -215,6 +215,11 @@
|
|||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
# Advertise OVMF for >= 13.1
|
||||||
|
%if 0%{?suse_version} >= 1310
|
||||||
|
%define with_loader_nvram --with-loader-nvram="/usr/share/qemu/ovmf-x86_64-ms-code.bin:/usr/share/qemu/ovmf-x86_64-ms-vars.bin"
|
||||||
|
%endif
|
||||||
|
|
||||||
%if %{with_macvtap}
|
%if %{with_macvtap}
|
||||||
%define with_libnl 1
|
%define with_libnl 1
|
||||||
%endif
|
%endif
|
||||||
@ -1196,6 +1201,7 @@ export CFLAGS="$RPM_OPT_FLAGS"
|
|||||||
--libexecdir=%{_libdir}/%{name} \
|
--libexecdir=%{_libdir}/%{name} \
|
||||||
--with-qemu-user=%{qemu_user} \
|
--with-qemu-user=%{qemu_user} \
|
||||||
--with-qemu-group=%{qemu_group} \
|
--with-qemu-group=%{qemu_group} \
|
||||||
|
%{?with_loader_nvram} \
|
||||||
--without-login-shell \
|
--without-login-shell \
|
||||||
%{init_scripts} \
|
%{init_scripts} \
|
||||||
ac_cv_path_MODPROBE=/sbin/modprobe \
|
ac_cv_path_MODPROBE=/sbin/modprobe \
|
||||||
|
Loading…
Reference in New Issue
Block a user