It was forgotten when being introduced in commit 91792807d1 ("machine:
aux-ram-share option").
Reported-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Xu <peterx@redhat.com>
---
hw/core/machine.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/hw/core/machine.c b/hw/core/machine.c
index 0580550e12..8dd8ce4cac 100644
--- a/hw/core/machine.c
+++ b/hw/core/machine.c
@@ -1200,6 +1200,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 auxilliary guest RAMs");
#endif
object_class_property_add_bool(oc, "usb",
--
2.50.1