xen/xl-conf-disable-autoballoon.patch
Charles Arnold 465b125ccc - Update to Xen 4.20.0 RC4 release
* AMD/IOMMU: log IVHD contents
  * AMD/IOMMU: drop stray MSI enabling
  * radix-tree: introduce RADIX_TREE{,_INIT}()

OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=878
2025-02-10 15:02:29 +00:00

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
@@ -7,7 +7,7 @@
# Control whether dom0 is ballooned down when xen doesn't have enough
# free memory to create a domain. "auto" means only balloon if dom0
# starts with all the host's memory.
-#autoballoon="auto"
+autoballoon="off"
# full path of the lockfile used by xl during domain creation
#lockfile="/var/lock/xl"