* 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
14 lines
540 B
Diff
14 lines
540 B
Diff
Index: xen-4.14.0-testing/tools/examples/xl.conf
|
|
===================================================================
|
|
--- xen-4.14.0-testing.orig/tools/examples/xl.conf
|
|
+++ xen-4.14.0-testing/tools/examples/xl.conf
|
|
@@ -34,7 +34,7 @@
|
|
#vif.default.script="vif-bridge"
|
|
|
|
# default bridge device to use with vif-bridge hotplug scripts
|
|
-#vif.default.bridge="xenbr0"
|
|
+vif.default.bridge="br0"
|
|
|
|
# Reserve a claim of memory when launching a guest. This guarantees immediate
|
|
# feedback whether the guest can be launched due to memory exhaustion
|