aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples
diff options
context:
space:
mode:
Diffstat (limited to 'tools/examples')
-rw-r--r--tools/examples/Makefile1
-rw-r--r--tools/examples/xl.conf5
2 files changed, 6 insertions, 0 deletions
diff --git a/tools/examples/Makefile b/tools/examples/Makefile
index a911fff057..ba54a1b8c7 100644
--- a/tools/examples/Makefile
+++ b/tools/examples/Makefile
@@ -21,6 +21,7 @@ XEN_CONFIGS += xmexample.nbd
XEN_CONFIGS += xmexample.vti
XEN_CONFIGS += xend-pci-quirks.sxp
XEN_CONFIGS += xend-pci-permissive.sxp
+XEN_CONFIGS += xl.conf
.PHONY: all
all:
diff --git a/tools/examples/xl.conf b/tools/examples/xl.conf
new file mode 100644
index 0000000000..946c1a1d89
--- /dev/null
+++ b/tools/examples/xl.conf
@@ -0,0 +1,5 @@
+## Global XL config file ##
+
+# automatically balloon down dom0 when xen doesn't have enough free
+# memory to create a domain
+autoballon=1