mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
hw/core/machine: Provide a description for aux-ram-share property
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>
This commit is contained in:
committed by
Philippe Mathieu-Daudé
parent
78d66a25c5
commit
98ee8aa92e
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user