]> git.ipfire.org Git - thirdparty/mkosi.git/commit
config / qemu: support maxmem argument
authorGregory Price <gourry@gourry.net>
Tue, 23 Sep 2025 12:19:48 +0000 (08:19 -0400)
committerGregory Price <gourry@gourry.net>
Tue, 23 Sep 2025 16:25:25 +0000 (12:25 -0400)
commite070a8da3177021d1cd1b7fc9093b087aa3cd876
tree33cf28fe4f70478a4bd461472b621d00ae6027d9
parent62765f2d0723454fc45a4a78e1d29ab923053ad3
config / qemu: support maxmem argument

Add maxmem=X support for the `-m` option.  This is needed for
hotplug memory regions added at runtime by emulated CXL devices.

Signed-off-by: Gregory Price <gourry@gourry.net>
mkosi/config.py
mkosi/qemu.py
mkosi/resources/man/mkosi.1.md
tests/test_json.py