0a0dc9a60d
block-dmmd - Update to Xen 4.3.0-rc2 - Consolidate all xend and traditional qemu patches into one patch file. Rename '.diff' patches to '.patch' and reoder others. xend-traditional-qemu.patch - Create a xend-tools package for the legacy xend toolstack files - Update to Xen 4.3.0-rc1 c/s 27068 - bnc#818183 - VUL-0: xen: CVE-2013-2007: XSA-51: qga set umask 0077 when daemonizing CVE-2013-2007-xsa51-1.patch CVE-2013-2007-xsa51-2.patch - bnc#808269 - Fully Virtualized Windows VM install is failed on Ivy Bridge platforms with Xen kernel 26754-hvm-Improve-APIC-INIT-SIPI-emulation.patch OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=241
12 lines
835 B
Diff
12 lines
835 B
Diff
Index: xen-4.3.0-testing/tools/hotplug/Linux/xen-backend.rules
|
|
===================================================================
|
|
--- xen-4.3.0-testing.orig/tools/hotplug/Linux/xen-backend.rules
|
|
+++ xen-4.3.0-testing/tools/hotplug/Linux/xen-backend.rules
|
|
@@ -12,4 +12,5 @@ KERNEL=="blktap-control", NAME="xen/blkt
|
|
KERNEL=="gntdev", NAME="xen/%k", MODE="0600"
|
|
KERNEL=="pci_iomul", NAME="xen/%k", MODE="0600"
|
|
KERNEL=="tapdev[a-z]*", NAME="xen/blktap-2/tapdev%m", MODE="0600"
|
|
-SUBSYSTEM=="net", KERNEL=="vif*-emu", ACTION=="add", ENV{UDEV_CALL}="1", RUN+="/etc/xen/scripts/vif-setup $env{ACTION} type_if=tap"
|
|
+SUBSYSTEM=="net", KERNEL=="vif*-emu", ACTION=="add", ENV{UDEV_CALL}="1", TEST=="/proc/xen" RUN+="/etc/xen/scripts/vif-setup $env{ACTION} type_if=tap"
|
|
+KERNELS=="xen", KERNEL=="xvd*", SUBSYSTEM=="block", OPTIONS+="last_rule"
|