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
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
|