Documentation/admin-guide/sysctl/xen.rst

Source file repositories/reference/linux-study-clean/Documentation/admin-guide/sysctl/xen.rst

File Facts

System
Linux kernel
Corpus path
Documentation/admin-guide/sysctl/xen.rst
Extension
.rst
Size
988 bytes
Lines
32
Domain
Support Tooling And Documentation
Bucket
Documentation
Inferred role
Support Tooling And Documentation: documentation
Status
atlas-only

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

===============
/proc/sys/xen/
===============

Copyright (c) 2026, Shubham Chakraborty <chakrabortyshubham66@gmail.com>

For general info and legal blurb, please look in
Documentation/admin-guide/sysctl/index.rst.

------------------------------------------------------------------------------

These files show up in ``/proc/sys/xen/``, depending on the
kernel configuration:

.. contents:: :local:

balloon/hotplug_unpopulated
===========================

This flag controls whether unpopulated memory ranges are automatically
hotplugged as system RAM.

- ``0``: Unpopulated ranges are not hotplugged (default).
- ``1``: Unpopulated ranges are automatically hotplugged.

When enabled, the Xen balloon driver will add memory regions that are
marked as unpopulated in the Xen memory map to the system as usable RAM.
This allows for dynamic memory expansion in Xen guest domains.

This option is only available when the kernel is built with
``CONFIG_XEN_BALLOON_MEMORY_HOTPLUG`` enabled.

Annotation

Implementation Notes