faf078ceda
b8a77805-domain-cpu-Clear-migratable-when-changing-to-custom-cpu.patch 0d84bcfb-cli-Add-iothreadids-attributes-thread_pool_min-and-thread_pool_max.patch 90e13549-Fix-build-with-setuptools-61+.patch 424283ad-launch_security-Use-SEV-ES-policy-0x07-if-host-supports-it.patch - Modified virtman-add-sev-memory-support.patch - Renamed upstream patches virtman-pr381-setuptools-61.patch to 46dc0616-setup-add-bits-for-setuptools-61.patch virtman-34662fe-argcomplete.patch to 34662fec-tests-Fix-with-latest-argcomplete.patch OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-manager?expand=0&rev=571
16 lines
649 B
Diff
16 lines
649 B
Diff
References: bsc#1180069
|
|
|
|
Index: virt-manager-4.0.0/virtinst/guest.py
|
|
===================================================================
|
|
--- virt-manager-4.0.0.orig/virtinst/guest.py
|
|
+++ virt-manager-4.0.0/virtinst/guest.py
|
|
@@ -689,6 +689,8 @@ class Guest(XMLBuilder):
|
|
self.type != "kvm"):
|
|
log.warning( # pragma: no cover
|
|
"KVM acceleration not available, using '%s'", self.type)
|
|
+ if self.os.is_xenpv() and self.os.smbios_mode is not None:
|
|
+ raise RuntimeError(_("The --sysinfo flag (smbios) is not supported for Xen PV guests."))
|
|
|
|
def refresh_machine_type(self):
|
|
"""
|