From: "Michael S. Tsirkin" <mst@redhat.com>
To: Song Gao <gaosong@loongson.cn>
Cc: qemu-devel@nongnu.org, richard.henderson@linaro.org,
peter.maydell@linaro.org, philmd@linaro.org, armbru@redhat.com,
thuth@redhat.com, maobibo@loongson.cn, yangxiaojuan@loongson.cn
Subject: Re: [PATCH v1 2/2] loongarch: Add smbios command line option.
Date: Wed, 8 Feb 2023 04:51:58 -0500 [thread overview]
Message-ID: <20230208045151-mutt-send-email-mst@kernel.org> (raw)
In-Reply-To: <20230208094133.2945979-2-gaosong@loongson.cn>
On Wed, Feb 08, 2023 at 05:41:33PM +0800, Song Gao wrote:
> LoongArch has enabled CONFIG_SMBIOS, but didn't enable CLI '-smbios'.
>
> Signed-off-by: Song Gao <gaosong@loongson.cn>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
> ---
> qemu-options.hx | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/qemu-options.hx b/qemu-options.hx
> index 88e93c6103..2aa6709466 100644
> --- a/qemu-options.hx
> +++ b/qemu-options.hx
> @@ -2592,7 +2592,7 @@ DEF("smbios", HAS_ARG, QEMU_OPTION_smbios,
> " specify SMBIOS type 17 fields\n"
> "-smbios type=41[,designation=str][,kind=str][,instance=%d][,pcidev=str]\n"
> " specify SMBIOS type 41 fields\n",
> - QEMU_ARCH_I386 | QEMU_ARCH_ARM)
> + QEMU_ARCH_I386 | QEMU_ARCH_ARM | QEMU_ARCH_LOONGARCH)
> SRST
> ``-smbios file=binary``
> Load SMBIOS entry from binary file.
> --
> 2.31.1
next prev parent reply other threads:[~2023-02-08 9:52 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-08 9:41 [PATCH v1 1/2] docs/system/loongarch: update loongson3.rst and rename it to virt.rst Song Gao
2023-02-08 9:41 ` [PATCH v1 2/2] loongarch: Add smbios command line option Song Gao
2023-02-08 9:51 ` Michael S. Tsirkin [this message]
2023-02-08 10:26 ` Markus Armbruster
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=20230208045151-mutt-send-email-mst@kernel.org \
--to=mst@redhat.com \
--cc=armbru@redhat.com \
--cc=gaosong@loongson.cn \
--cc=maobibo@loongson.cn \
--cc=peter.maydell@linaro.org \
--cc=philmd@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=richard.henderson@linaro.org \
--cc=thuth@redhat.com \
--cc=yangxiaojuan@loongson.cn \
/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.