From: Peter Maydell <peter.maydell@linaro.org>
To: "steven.shen@jaguarmicro.com" <steven.shen@jaguarmicro.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [PATCH] qemu-options.hx: Fix uncorrect description of "-serial"
Date: Tue, 5 Mar 2024 13:21:56 +0000 [thread overview]
Message-ID: <CAFEAcA_BOgDPAmb1ksSWOLtEaHQozze1C2hiu4BS7k8CHsKz_Q@mail.gmail.com> (raw)
In-Reply-To: <20240305013016.2268-1-steven.shen@jaguarmicro.com>
On Tue, 5 Mar 2024 at 01:31, steven.shen@jaguarmicro.com
<steven.shen@jaguarmicro.com> wrote:
>
> Before v2.12, serial_hds used MAX_SERIAL_PORTS(4) for
> resources of serials.The limitaion description of "-serial"
> option: "This option can be used several times to simulate
> up to 4 serial ports."
> In latest qemu, serial_hds have been replaced by "Chardev **"
> and now is dynamically allocated through "g_renew".
> So the limitation description is not suitable now.
> Update to "This option can be used several times to simulate
> multiple serial ports." to avoid misleading.
>
> Signed-off-by: Steven Shen <steven.shen@jaguarmicro.com>
Thanks for this documentation fix! I've applied it to target-arm.next
(with some tweaks to the commit message), so it should appear in
upstream git within a week or so.
-- PMM
prev parent reply other threads:[~2024-03-05 13:22 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-05 1:30 [PATCH] qemu-options.hx: Fix uncorrect description of "-serial" steven.shen
2024-03-05 13:21 ` Peter Maydell [this message]
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=CAFEAcA_BOgDPAmb1ksSWOLtEaHQozze1C2hiu4BS7k8CHsKz_Q@mail.gmail.com \
--to=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=steven.shen@jaguarmicro.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).