From 73c54d46b12f2f3fe00d1ea5327baab5173a5201 Mon Sep 17 00:00:00 2001 From: Stefano Stabellini Date: Wed, 22 Sep 2010 17:42:01 +0100 Subject: xl: add a global configuration file Add a global configuration file: /etc/xen/xl.conf; the only option currently parsed is autoballoon that is 1 by default. [fixed up for conflicts with libxl__ naming policy changes -iwj] Signed-off-by: Stefano Stabellini Signed-off-by: Ian Jackson --- tools/examples/Makefile | 1 + tools/examples/xl.conf | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 tools/examples/xl.conf (limited to 'tools/examples') 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 -- cgit v1.2.3