b5fb5e90fb
memory in rtl8139 device model xsa140-qemuu-1.patch xsa140-qemuu-2.patch xsa140-qemuu-3.patch xsa140-qemuu-4.patch xsa140-qemuu-5.patch xsa140-qemuu-6.patch xsa140-qemuu-7.patch xsa140-qemut-1.patch xsa140-qemut-2.patch xsa140-qemut-3.patch xsa140-qemut-4.patch xsa140-qemut-5.patch xsa140-qemut-6.patch xsa140-qemut-7.patch - bsc#939709 - VUL-0: XSA-139: xen: Use after free in QEMU/Xen block unplug protocol xsa139-qemuu.patch - bsc#937371 - xen vm's running after reboot xendomains-libvirtd-conflict.patch - bsc#938344 - VUL-0: CVE-2015-5154: qemu,kvm,xen: host code execution via IDE subsystem CD-ROM CVE-2015-5154-qemuu-check-array-bounds-before-writing-to-io_buffer.patch CVE-2015-5154-qemut-check-array-bounds-before-writing-to-io_buffer.patch CVE-2015-5154-qemuu-fix-START-STOP-UNIT-command-completion.patch CVE-2015-5154-qemut-fix-START-STOP-UNIT-command-completion.patch CVE-2015-5154-qemuu-clear-DRQ-after-handling-all-expected-accesses.patch OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=371
21 lines
732 B
Diff
21 lines
732 B
Diff
xendomains conflicts with libvirtd (bnc#937371)
|
|
|
|
It saves domains without telling libvirt
|
|
It restores domains without telling libvirt
|
|
---
|
|
tools/hotplug/Linux/systemd/xendomains.service.in | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
Index: xen-4.5.1-testing/tools/hotplug/Linux/systemd/xendomains.service.in
|
|
===================================================================
|
|
--- xen-4.5.1-testing.orig/tools/hotplug/Linux/systemd/xendomains.service.in
|
|
+++ xen-4.5.1-testing/tools/hotplug/Linux/systemd/xendomains.service.in
|
|
@@ -5,6 +5,7 @@ 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
|