Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:Update
virt-manager
virtinst-set-qemu-emulator.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File virtinst-set-qemu-emulator.patch of Package virt-manager
Use the correct qemu emulator based on the architecture. We want to get away from using the old qemu-dm emulator for Xen HVM guests so default to qemu-system-i386. 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 @@ -802,6 +802,10 @@ class Guest(XMLBuilder): self._add_default_tpm() self.clock.set_defaults(self) + if self.os.is_hvm() and self.type == "xen": + # Force not using Xen's old qemu-dm + if not self.emulator or "qemu-dm" in self.emulator: + self.emulator = "/usr/lib/xen/bin/qemu-system-i386" self.cpu.set_defaults(self) self.features.set_defaults(self) for seclabel in self.seclabels:
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