Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:bmwiedemann:reproducible:distribution:ring1
virt-manager
virtinst-smbios-unsupported-for-xenpv.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File virtinst-smbios-unsupported-for-xenpv.patch of Package virt-manager
References: bsc#1180069 Index: virt-manager-4.1.0/virtinst/guest.py =================================================================== --- virt-manager-4.1.0.orig/virtinst/guest.py +++ virt-manager-4.1.0/virtinst/guest.py @@ -711,6 +711,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): """
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor