- bsc#1219791 - [virt-manager][aarch64] Error launching details:

name 'log' is not defined
  virtinst-enable-video-virtio-for-arm.patch

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-manager?expand=0&rev=617
This commit is contained in:
2024-02-12 17:56:14 +00:00
committed by Git OBS Bridge
parent a84048d722
commit d3d0b8bd45
2 changed files with 16 additions and 1 deletions
+7
View File
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Feb 12 10:50:32 MST 2024 - carnold@suse.com
- bsc#1219791 - [virt-manager][aarch64] Error launching details:
name 'log' is not defined
virtinst-enable-video-virtio-for-arm.patch
-------------------------------------------------------------------
Fri Feb 9 14:13:18 MST 2024 - carnold@suse.com
+9 -1
View File
@@ -157,7 +157,15 @@ Index: virt-manager-4.1.0/virtinst/devices/video.py
===================================================================
--- virt-manager-4.1.0.orig/virtinst/devices/video.py
+++ virt-manager-4.1.0/virtinst/devices/video.py
@@ -32,8 +32,11 @@ class DeviceVideo(Device):
@@ -6,6 +6,7 @@
from .device import Device
from ..xmlbuilder import XMLProperty
+from ..logger import log
class DeviceVideo(Device):
@@ -32,8 +33,11 @@ class DeviceVideo(Device):
if guest.os.is_pseries():
return "vga"
if guest.os.is_arm_machvirt():