From: Peter Xu <[email protected]>

It was forgotten when being introduced in commit 91792807d1 ("machine:
aux-ram-share option").

Cc: [email protected]
Reported-by: Peter Maydell <[email protected]>
Signed-off-by: Peter Xu <[email protected]>
Reviewed-by: Fabiano Rosas <[email protected]>
Message-ID: <[email protected]>
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
(cherry picked from commit 98ee8aa92e930a447c6108d4689f0bf8b535359d)
Signed-off-by: Michael Tokarev <[email protected]>

diff --git a/hw/core/machine.c b/hw/core/machine.c
index bd47527479..117792569a 100644
--- a/hw/core/machine.c
+++ b/hw/core/machine.c
@@ -1194,6 +1194,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",
-- 
2.47.3


Reply via email to