From: "Michael S. Tsirkin" <mst@redhat.com>
To: Li Chen <me@linux.beauty>
Cc: "Peter Maydell" <peter.maydell@linaro.org>,
"Shannon Zhao" <shannon.zhaosl@gmail.com>,
"Igor Mammedov" <imammedo@redhat.com>,
"Ani Sinha" <anisinha@redhat.com>,
"Eduardo Habkost" <eduardo@habkost.net>,
"Marcel Apfelbaum" <marcel.apfelbaum@gmail.com>,
"\"Philippe Mathieu-Daudé\"" <philmd@linaro.org>,
"Yanan Wang" <wangyanan55@huawei.com>,
"Zhao Liu" <zhao1.liu@intel.com>,
"Song Gao" <gaosong@loongson.cn>,
"Jiaxun Yang" <jiaxun.yang@flygoat.com>,
"Sunil V L" <sunilvl@ventanamicro.com>,
"Palmer Dabbelt" <palmer@dabbelt.com>,
"Alistair Francis" <alistair.francis@wdc.com>,
"Weiwei Li" <liwei1518@gmail.com>, qemu-arm <qemu-arm@nongnu.org>,
qemu-devel <qemu-devel@nongnu.org>,
qemu-riscv <qemu-riscv@nongnu.org>
Subject: Re: [PATCH REPOST v4 4/4] acpi/virt: suppress UART device & SPCR when guest has no serial hardware
Date: Thu, 11 Dec 2025 02:43:45 -0500 [thread overview]
Message-ID: <20251211024304-mutt-send-email-mst@kernel.org> (raw)
In-Reply-To: <19b0ab7f203.43fecb3b140213.6490567972995015069@linux.beauty>
On Thu, Dec 11, 2025 at 08:03:05AM +0800, Li Chen wrote:
> Hi Tsirkin,
>
> ---- On Wed, 10 Dec 2025 20:53:01 +0800 Michael S. Tsirkin <mst@redhat.com> wrote ---
> > On Wed, Dec 10, 2025 at 08:23:21PM +0800, Li Chen wrote:
> > > Hi Michael,
> > >
> > > ---- On Fri, 19 Sep 2025 07:38:56 +0800 Li Chen <me@linux.beauty> wrote ---
> > > > Hi Michael,
> > > >
> > > > ---- On Wed, 16 Jul 2025 19:59:14 +0800 Li Chen <me@linux.beauty> wrote ---
> > > > > Hi Michael,
> > > > >
> > > > > ---- On Wed, 16 Jul 2025 19:42:42 +0800 Michael S. Tsirkin <mst@redhat.com> wrote ---
> > > > > > On Wed, Jul 16, 2025 at 07:41:11PM +0800, Li Chen wrote:
> > > > > > > Hi Michael,
> > > > > > >
> > > > > > > Thanks for your kind review! All issues below have been fixed in v5:
> > > > > > > https://lore.kernel.org/qemu-devel/20250716111959.404917-5-me@linux.beauty/T/#m696cee9a95646add1b74b866c3d6761aa4c5c762
> > > > > >
> > > > > > Past soft freeze now: I tagged this but pls remind me after the release
> > > > > > to help make sure it's not lost.
> > > >
> > > > Gentle reminder: This patch is still missing from the latest master branch, but can apply without
> > > > any conflict. Can it be included in 10.2?
> > > >
> > > > Regards,
> > > > Li.
> > > >
> > > >
> > >
> > > Sorry for bothering again. But I'm still unable to find this patch in the latest master branch, though it applies without conflicts now.
> > >
> > > Could it be merged now?
> > >
> > > Regards,
> > > Li
> >
> > you still need to update loongarch, I think. otherwise these tests will
> > fail.
>
> Yes, it seems that tap stdout is polluted by serial stdio.
>
> I'll address the stdout pollution from -serial stdio by redirecting serial output to /dev/null using -serial null in the next version.
> This will still create the serial device but prevent it from writing to the console.
>
> Regards,
>
> Li
I don't know about that, what I meant is that loongaarch also has SPCR
so it's expected tables have to be updated.
--
MST
next prev parent reply other threads:[~2025-12-11 7:44 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-28 10:53 [PATCH REPOST v4 0/4] acpi: Add machine option to disable SPCR table Li Chen
2025-05-28 10:53 ` [PATCH REPOST v4 1/4] " Li Chen
2025-05-28 10:53 ` [PATCH REPOST v4 2/4] tests/qtest/bios-tables-test: Add test for disabling SPCR on AArch64 Li Chen
2025-05-28 10:53 ` [PATCH REPOST v4 3/4] tests/qtest/bios-tables-test: Add test for disabling SPCR on RISC-V Li Chen
2025-05-28 10:53 ` [PATCH REPOST v4 4/4] acpi/virt: suppress UART device & SPCR when guest has no serial hardware Li Chen
2025-07-14 18:45 ` Michael S. Tsirkin
2025-07-16 11:41 ` Li Chen
2025-07-16 11:42 ` Michael S. Tsirkin
2025-07-16 11:59 ` Li Chen
2025-09-18 23:38 ` Li Chen
2025-12-10 12:23 ` Li Chen
2025-12-10 12:53 ` Michael S. Tsirkin
2025-12-11 0:03 ` Li Chen
2025-12-11 7:43 ` Michael S. Tsirkin [this message]
2025-12-11 10:25 ` Li Chen
2025-05-30 12:10 ` [PATCH REPOST v4 0/4] acpi: Add machine option to disable SPCR table Michael S. Tsirkin
2025-06-11 7:43 ` Li Chen
2025-06-19 11:47 ` Li Chen
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=20251211024304-mutt-send-email-mst@kernel.org \
--to=mst@redhat.com \
--cc=alistair.francis@wdc.com \
--cc=anisinha@redhat.com \
--cc=eduardo@habkost.net \
--cc=gaosong@loongson.cn \
--cc=imammedo@redhat.com \
--cc=jiaxun.yang@flygoat.com \
--cc=liwei1518@gmail.com \
--cc=marcel.apfelbaum@gmail.com \
--cc=me@linux.beauty \
--cc=palmer@dabbelt.com \
--cc=peter.maydell@linaro.org \
--cc=philmd@linaro.org \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-riscv@nongnu.org \
--cc=shannon.zhaosl@gmail.com \
--cc=sunilvl@ventanamicro.com \
--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.