Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP3:Update
libvirt.29542
suse-xen-ovmf-loaders.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File suse-xen-ovmf-loaders.patch of Package libvirt.29542
libxl: Temporarily hardcode paths to ovmf firmwares This is a quick, hacky fix for bsc#1159793 until there is time to work on upstream support for firmware autoselection in the xen driver. Sadly, the upstream efforts to improve firmware handling in the qemu driver broke the firmware handling in the xen driver. Index: libvirt-7.1.0/src/libxl/libxl_conf.c =================================================================== --- libvirt-7.1.0.orig/src/libxl/libxl_conf.c +++ libvirt-7.1.0/src/libxl/libxl_conf.c @@ -1788,6 +1788,15 @@ libxlDriverConfigNew(void) cfg->autoDumpDir = g_strdup(LIBXL_DUMP_DIR); cfg->channelDir = g_strdup(LIBXL_CHANNEL_DIR); + /* Begin hack --- + * bsc#1159793: Until there is time to work on proper upstream support for + * firmware autoselection in the xen driver we'll go with this minimal fix. + */ +#define DEFAULT_LOADER_NVRAM "/usr/share/qemu/ovmf-x86_64-ms-4m.bin:/usr/share/qemu/ovmf-x86_64-ms-4m-vars.bin:/usr/share/qemu/ovmf-x86_64-ms.bin:/usr/share/qemu/ovmf-x86_64-ms-vars.bin" + /* + * --- End hack + */ + #ifdef DEFAULT_LOADER_NVRAM if (virFirmwareParseList(DEFAULT_LOADER_NVRAM, &cfg->firmwares,
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor