- bsc#1180047 - [xen][virt-manger] Libvirt or Hyperisor does not
support UEFI for 15SP3 XENPV Guest virtman-show-no-firmware-for-xenpv.patch OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-manager?expand=0&rev=534
This commit is contained in:
parent
096bc07168
commit
682ca2209d
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 5 13:10:18 MST 2021 - carnold@suse.com
|
||||||
|
|
||||||
|
- bsc#1180047 - [xen][virt-manger] Libvirt or Hyperisor does not
|
||||||
|
support UEFI for 15SP3 XENPV Guest
|
||||||
|
virtman-show-no-firmware-for-xenpv.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 18 06:06:52 MST 2020 - carnold@suse.com
|
Fri Dec 18 06:06:52 MST 2020 - carnold@suse.com
|
||||||
|
|
||||||
|
@ -66,6 +66,7 @@ Patch156: virtman-dont-specify-gtksource-version.patch
|
|||||||
Patch157: virtman-fix-restore-vm-menu-selection.patch
|
Patch157: virtman-fix-restore-vm-menu-selection.patch
|
||||||
Patch158: virtman-disallow-adding-floppy-disk.patch
|
Patch158: virtman-disallow-adding-floppy-disk.patch
|
||||||
Patch159: virtman-register-delete-event-for-details-dialog.patch
|
Patch159: virtman-register-delete-event-for-details-dialog.patch
|
||||||
|
Patch160: virtman-show-no-firmware-for-xenpv.patch
|
||||||
Patch170: virtinst-xen-drive-type.patch
|
Patch170: virtinst-xen-drive-type.patch
|
||||||
Patch171: virtinst-xenbus-disk-index-fix.patch
|
Patch171: virtinst-xenbus-disk-index-fix.patch
|
||||||
Patch172: virtinst-refresh_before_fetch_pool.patch
|
Patch172: virtinst-refresh_before_fetch_pool.patch
|
||||||
@ -194,6 +195,7 @@ machine).
|
|||||||
%patch157 -p1
|
%patch157 -p1
|
||||||
%patch158 -p1
|
%patch158 -p1
|
||||||
%patch159 -p1
|
%patch159 -p1
|
||||||
|
%patch160 -p1
|
||||||
%patch170 -p1
|
%patch170 -p1
|
||||||
%patch171 -p1
|
%patch171 -p1
|
||||||
%patch172 -p1
|
%patch172 -p1
|
||||||
|
14
virtman-show-no-firmware-for-xenpv.patch
Normal file
14
virtman-show-no-firmware-for-xenpv.patch
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
References: bsc#1180047
|
||||||
|
Xen PV doesn't support uefi or BIOS booting
|
||||||
|
|
||||||
|
--- virt-manager-3.2.0/virtManager/details/details.py.orig 2021-01-05 13:02:58.040792391 -0700
|
||||||
|
+++ virt-manager-3.2.0/virtManager/details/details.py 2021-01-05 13:07:51.212799377 -0700
|
||||||
|
@@ -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)
|
Loading…
Reference in New Issue
Block a user