From: Fabiano Rosas <farosas@suse.de>
To: Peter Xu <peterx@redhat.com>, qemu-devel@nongnu.org
Cc: "Eduardo Habkost" <eduardo@habkost.net>,
"Zhao Liu" <zhao1.liu@intel.com>,
peterx@redhat.com, "Yanan Wang" <wangyanan55@huawei.com>,
"Marcel Apfelbaum" <marcel.apfelbaum@gmail.com>,
"Philippe Mathieu-Daudé" <philmd@linaro.org>,
"Peter Maydell" <peter.maydell@linaro.org>
Subject: Re: [PATCH] machine: Provide a description for aux-ram-share property
Date: Mon, 24 Nov 2025 18:47:32 -0300 [thread overview]
Message-ID: <87wm3fdrwr.fsf@suse.de> (raw)
In-Reply-To: <20251124191408.783473-1-peterx@redhat.com>
Peter Xu <peterx@redhat.com> writes:
> 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>
> ---
> v2:
> - Fix spelling, s/auxilliary/auxiliary/ [Fabiano]
> ---
> hw/core/machine.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/hw/core/machine.c b/hw/core/machine.c
> index 06e0c9a179..27372bb01e 100644
> --- a/hw/core/machine.c
> +++ b/hw/core/machine.c
> @@ -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",
Reviewed-by: Fabiano Rosas <farosas@suse.de>
next prev parent reply other threads:[~2025-11-24 21:49 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-24 19:14 [PATCH] machine: Provide a description for aux-ram-share property Peter Xu
2025-11-24 21:47 ` Fabiano Rosas [this message]
2025-11-25 21:50 ` Philippe Mathieu-Daudé
-- strict thread matches above, loose matches on Subject: below --
2025-11-05 19:11 Peter Xu
2025-11-21 18:29 ` Fabiano Rosas
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87wm3fdrwr.fsf@suse.de \
--to=farosas@suse.de \
--cc=eduardo@habkost.net \
--cc=marcel.apfelbaum@gmail.com \
--cc=peter.maydell@linaro.org \
--cc=peterx@redhat.com \
--cc=philmd@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=wangyanan55@huawei.com \
--cc=zhao1.liu@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.