* See release candidate changelog entries below for 4.20.0 * Reduce xenstore library dependencies. * Enable CONFIG_UBSAN (Arm64, x86, PPC, RISC-V) for GitLab CI. * Support for Intel EPT Paging-Write Feature. * AMD Zen 5 CPU support, including for new hardware mitigations for the SRSO speculative vulnerability. - bsc#1238043 - VUL-0: CVE-2025-1713: xen: deadlock potential with VT-d and legacy PCI device pass-through (XSA-467) This fix is part of the final tarball - Remove references to vm-install from README.SUSE OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=884
21 lines
806 B
Diff
21 lines
806 B
Diff
xendomains: remove libvirtd conflict
|
|
|
|
Conflicting with libvirtd is fine for upstream, where xl/libxl is king.
|
|
But down the SUSE stream, we promote libvirt and all the libvirt-based
|
|
tools. If a user installs libvirt on their SUSE Xen host, then libvirt
|
|
should be king and override xendomains.
|
|
|
|
bsc#1015348
|
|
Index: xen-4.8.0-testing/tools/hotplug/Linux/systemd/xendomains.service.in
|
|
===================================================================
|
|
--- xen-4.8.0-testing.orig/tools/hotplug/Linux/systemd/xendomains.service.in
|
|
+++ xen-4.8.0-testing/tools/hotplug/Linux/systemd/xendomains.service.in
|
|
@@ -5,7 +5,6 @@ After=proc-xen.mount xenstored.service x
|
|
After=network-online.target
|
|
After=remote-fs.target
|
|
ConditionPathExists=/proc/xen/capabilities
|
|
-Conflicts=libvirtd.service
|
|
|
|
[Service]
|
|
Type=oneshot
|