- Temporarily disable Xen PVH support until feature is more usable
(fate#326698) virtinst-add-pvh-support.patch OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-manager?expand=0&rev=460
This commit is contained in:
parent
72aeea6cea
commit
086d2718cf
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 10:10:13 MST 2019 - carnold@suse.com
|
||||
|
||||
- Temporarily disable Xen PVH support until feature is more usable
|
||||
(fate#326698)
|
||||
virtinst-add-pvh-support.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 12 13:34:26 MST 2019 - carnold@suse.com
|
||||
|
||||
|
@ -1,5 +1,20 @@
|
||||
References: fate#326698 - Add pvh support to virt-manager
|
||||
At this time support is disabled in this patch.
|
||||
|
||||
Index: virt-manager-2.1.0/virtManager/create.py
|
||||
===================================================================
|
||||
--- virt-manager-2.1.0.orig/virtManager/create.py
|
||||
+++ virt-manager-2.1.0/virtManager/create.py
|
||||
@@ -739,6 +739,9 @@ class vmmCreate(vmmGObjectUI):
|
||||
for guest in guests:
|
||||
if not guest.domains:
|
||||
continue
|
||||
+ # xenpvh is currently unsupported
|
||||
+ if guest.os_type == "xenpvh":
|
||||
+ continue
|
||||
|
||||
gtype = guest.os_type
|
||||
dom = guest.domains[0]
|
||||
Index: virt-manager-2.1.0/virtinst/domain/os.py
|
||||
===================================================================
|
||||
--- virt-manager-2.1.0.orig/virtinst/domain/os.py
|
||||
|
@ -1,11 +1,11 @@
|
||||
References: bsc#919692
|
||||
Because openSUSE repos combine 32 and 64 bit sources we need to
|
||||
continue showing the 'Architecture' pop-up.
|
||||
Index: virt-manager-2.0.0/virtManager/create.py
|
||||
Index: virt-manager-2.1.0/virtManager/create.py
|
||||
===================================================================
|
||||
--- virt-manager-2.0.0.orig/virtManager/create.py
|
||||
+++ virt-manager-2.0.0/virtManager/create.py
|
||||
@@ -774,11 +774,6 @@ class vmmCreate(vmmGObjectUI):
|
||||
--- virt-manager-2.1.0.orig/virtManager/create.py
|
||||
+++ virt-manager-2.1.0/virtManager/create.py
|
||||
@@ -777,11 +777,6 @@ class vmmCreate(vmmGObjectUI):
|
||||
for guest in self.conn.caps.guests:
|
||||
if guest.os_type == self._capsinfo.os_type:
|
||||
archs.append(guest.arch)
|
||||
|
@ -221,7 +221,7 @@ Index: virt-manager-2.1.0/virtManager/create.py
|
||||
|
||||
|
||||
#####################
|
||||
@@ -2156,7 +2156,7 @@ class vmmCreate(vmmGObjectUI):
|
||||
@@ -2159,7 +2159,7 @@ class vmmCreate(vmmGObjectUI):
|
||||
'insecure': self._get_config_oscontainer_isecure,
|
||||
'root_password': self._get_config_oscontainer_root_password,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user