- bsc#1191358 - The Virtual Machine Manager shows disconnected
after rebooting virtual machine in Xen mode in SLES15 SP3. virtman-init-viewer-on-reboot.patch OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-manager?expand=0&rev=549
This commit is contained in:
parent
806560bdca
commit
5d5bc54482
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 12 16:47:47 MDT 2021 - carnold@suse.com
|
||||
|
||||
- bsc#1191358 - The Virtual Machine Manager shows disconnected
|
||||
after rebooting virtual machine in Xen mode in SLES15 SP3.
|
||||
virtman-init-viewer-on-reboot.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 7 14:53:51 MDT 2021 - carnold@suse.com
|
||||
|
||||
|
@ -74,6 +74,7 @@ Patch158: virtman-disallow-adding-floppy-disk.patch
|
||||
Patch159: virtman-register-delete-event-for-details-dialog.patch
|
||||
Patch160: virtman-show-no-firmware-for-xenpv.patch
|
||||
Patch161: virtman-legacy-bios-support.patch
|
||||
Patch162: virtman-init-viewer-on-reboot.patch
|
||||
Patch170: virtinst-xen-drive-type.patch
|
||||
Patch171: virtinst-xenbus-disk-index-fix.patch
|
||||
Patch172: virtinst-refresh_before_fetch_pool.patch
|
||||
@ -206,6 +207,7 @@ machine).
|
||||
%patch159 -p1
|
||||
%patch160 -p1
|
||||
%patch161 -p1
|
||||
%patch162 -p1
|
||||
%patch170 -p1
|
||||
%patch171 -p1
|
||||
%patch172 -p1
|
||||
|
15
virtman-init-viewer-on-reboot.patch
Normal file
15
virtman-init-viewer-on-reboot.patch
Normal file
@ -0,0 +1,15 @@
|
||||
References: bsc#1191358
|
||||
|
||||
Index: virt-manager-3.2.0/virtManager/details/console.py
|
||||
===================================================================
|
||||
--- virt-manager-3.2.0.orig/virtManager/details/console.py
|
||||
+++ virt-manager-3.2.0/virtManager/details/console.py
|
||||
@@ -923,6 +923,8 @@ class vmmConsolePages(vmmGObjectUI):
|
||||
return
|
||||
|
||||
cpage = self.widget("console-pages").get_current_page()
|
||||
+ if cpage == _CONSOLE_PAGE_GRAPHICS:
|
||||
+ self._init_viewer()
|
||||
if cpage != _CONSOLE_PAGE_UNAVAILABLE:
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user