]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
hw/core/machine: Provide a description for aux-ram-share property
authorPeter Xu <peterx@redhat.com>
Mon, 24 Nov 2025 19:14:08 +0000 (14:14 -0500)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 25 Nov 2025 21:45:30 +0000 (22:45 +0100)
It was forgotten when being introduced in commit 91792807d1 ("machine:
aux-ram-share option").

Cc: qemu-stable@nongnu.org
Reported-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Xu <peterx@redhat.com>
Reviewed-by: Fabiano Rosas <farosas@suse.de>
Message-ID: <20251124191408.783473-1-peterx@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
hw/core/machine.c

index 06e0c9a179bb3e6e140d54cb9687caaa59ee0e61..27372bb01ef4b71cd59cdf1e0f2d88c73952359a 100644 (file)
@@ -1204,6 +1204,8 @@ static void machine_class_init(ObjectClass *oc, const void *data)
     object_class_property_add_bool(oc, "aux-ram-share",
                                    machine_get_aux_ram_share,
                                    machine_set_aux_ram_share);
+    object_class_property_set_description(oc, "aux-ram-share",
+        "Use anonymous shared memory for auxiliary guest RAMs");
 #endif
 
     object_class_property_add_bool(oc, "usb",