internal/instance: Add volatile.hotplug.memory

Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
This commit is contained in:
Stéphane Graber 2026-02-26 14:07:28 -05:00
parent e99cc8aa67
commit d8bdd42cbd
No known key found for this signature in database
GPG Key ID: C638974D64792D67

View File

@ -1178,6 +1178,13 @@ var InstanceConfigKeysVM = map[string]func(value string) error{
// shortdesc: QEMU VM definition name (used for migration between versions)
"volatile.vm.definition": validate.Optional(validate.IsAny),
// gendoc:generate(entity=instance, group=volatile, key=volatile.vm.hotplug.memory)
//
// ---
// type: string
// shortdesc: Memory setup of the VM as needed for state restoration
"volatile.vm.hotplug.memory": validate.Optional(validate.IsAny),
// gendoc:generate(entity=instance, group=volatile, key=volatile.vm.needs_reset)
//
// ---