f9b3d85b1e
* xen/arm: Fully initialise struct membanks_hdr fields * build: Set DATE to SOURCE_DATE_EPOCH if available (for reproducible builds) * x86: Add Support for Paging-Write Feature * x86/time: introduce command line option to select wallclock * x86/time: prefer CMOS over EFI_GET_TIME * xentrace: free CPU mask string before overwriting pointer * xl: properly dispose of vTPM struct instance * xl: properly dispose of libxl_dominfo struct instances * Various documentation fixes and adjustments * Various MISRA compliance improvements. OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=871
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
|