Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP3:Update
virt-manager
virtman-show-no-firmware-for-xenpv.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File virtman-show-no-firmware-for-xenpv.patch of Package virt-manager
References: bsc#1180047 Xen PV doesn't support uefi or BIOS booting Index: virt-manager-3.2.0/virtManager/details/details.py =================================================================== --- virt-manager-3.2.0.orig/virtManager/details/details.py +++ virt-manager-3.2.0/virtManager/details/details.py @@ -696,7 +696,7 @@ class vmmDetails(vmmGObjectUI): not self.is_customize_dialog) show_firmware = ((self.conn.is_qemu() or self.conn.is_test() or - self.conn.is_xen()) and + (self.conn.is_xen() and not self.vm.is_xenpv())) and domcaps.arch_can_uefi()) uiutil.set_grid_row_visible( self.widget("overview-firmware-title"), show_firmware)
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