From: Igor Mammedov <imammedo@redhat.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: "Michael S . Tsirkin" <mst@redhat.com>,
Mauro Carvalho Chehab <mchehab+huawei@kernel.org>,
qemu-arm@nongnu.org
Subject: Re: [PATCH v10 (RESEND) 00/20] Change ghes to use HEST-based offsets and add support for error inject
Date: Tue, 15 Jul 2025 12:56:31 +0200 [thread overview]
Message-ID: <20250715125631.4231c850@fedora> (raw)
In-Reply-To: <CAFEAcA-f03Ua=eipArDKrvWS5SCeeMiXkuhJAQsQ46cNTPdtFw@mail.gmail.com>
On Tue, 15 Jul 2025 10:01:02 +0100
Peter Maydell <peter.maydell@linaro.org> wrote:
> On Tue, 15 Jul 2025 at 09:59, Peter Maydell <peter.maydell@linaro.org> wrote:
> >
> > On Tue, 15 Jul 2025 at 09:45, Igor Mammedov <imammedo@redhat.com> wrote:
> > >
> > > On Thu, 12 Jun 2025 17:17:24 +0200
> > > Mauro Carvalho Chehab <mchehab+huawei@kernel.org> wrote:
> > >
> > > > Hi Michael,
> > > >
> > > > This is v10 of the patch series, rebased to apply after release
> > > > 10.0. The only difference against v9 is a minor confict resolution.
> > >
> > > Michael,
> > >
> > > it's been on the list for a while and there are another GHES
> > > related patches in queue which depend on this series.
> > >
> > > Can you pick it up?
> > >
> >
> > This series was only sent to qemu-arm, not qemu-devel, which
> > is probably part of why nobody looked at it. You should
> > probably resend it to qemu-arm + qemu-devel
I'm fine with merging it even now (it was through so much testing
that I feel it's low risk). But as always, it's all up-to maintainers.
I'm just pinging so that series wouldn't get lost.
With latest Michael's pull, binary blobs likely need to be regenerated.
>
> ...no, sorry, that's wrong -- the series *was* sent to -devel,
> but this branch of the email thread has had -devel dropped
> for some reason. Apologies for the noise.
I guess it was my mistake while removing folks to avoid
spamming just for process thingy.
>
> -- PMM
>
next prev parent reply other threads:[~2025-07-15 10:57 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-12 15:17 [PATCH v10 (RESEND) 00/20] Change ghes to use HEST-based offsets and add support for error inject Mauro Carvalho Chehab
2025-06-12 15:17 ` [PATCH v10 (RESEND) 01/20] tests/acpi: virt: add an empty HEST file Mauro Carvalho Chehab
2025-06-12 15:17 ` [PATCH v10 (RESEND) 02/20] tests/qtest/bios-tables-test: extend to also check HEST table Mauro Carvalho Chehab
2025-06-12 15:17 ` [PATCH v10 (RESEND) 03/20] tests/acpi: virt: update HEST file with its current data Mauro Carvalho Chehab
2025-06-12 15:17 ` [PATCH v10 (RESEND) 04/20] Revert "hw/acpi/ghes: Make ghes_record_cper_errors() static" Mauro Carvalho Chehab
2025-06-12 15:17 ` [PATCH v10 (RESEND) 05/20] acpi/ghes: Cleanup the code which gets ghes ged state Mauro Carvalho Chehab
2025-06-12 15:17 ` [PATCH v10 (RESEND) 06/20] acpi/ghes: prepare to change the way HEST offsets are calculated Mauro Carvalho Chehab
2025-06-12 15:17 ` [PATCH v10 (RESEND) 07/20] acpi/ghes: add a firmware file with HEST address Mauro Carvalho Chehab
2025-06-12 15:17 ` [PATCH v10 (RESEND) 08/20] acpi/ghes: Use HEST table offsets when preparing GHES records Mauro Carvalho Chehab
2025-06-12 15:17 ` [PATCH v10 (RESEND) 09/20] acpi/ghes: don't hard-code the number of sources for HEST table Mauro Carvalho Chehab
2025-06-12 15:17 ` [PATCH v10 (RESEND) 10/20] acpi/ghes: add a notifier to notify when error data is ready Mauro Carvalho Chehab
2025-06-12 15:17 ` [PATCH v10 (RESEND) 11/20] acpi/generic_event_device: Update GHES migration to cover hest addr Mauro Carvalho Chehab
2025-06-12 15:17 ` [PATCH v10 (RESEND) 12/20] acpi/generic_event_device: add logic to detect if HEST addr is available Mauro Carvalho Chehab
2025-06-12 15:17 ` [PATCH v10 (RESEND) 13/20] acpi/generic_event_device: add an APEI error device Mauro Carvalho Chehab
2025-06-12 15:17 ` [PATCH v10 (RESEND) 14/20] tests/acpi: virt: allow acpi table changes at DSDT and HEST tables Mauro Carvalho Chehab
2025-06-12 15:17 ` [PATCH v10 (RESEND) 15/20] arm/virt: Wire up a GED error device for ACPI / GHES Mauro Carvalho Chehab
2025-06-12 15:17 ` [PATCH v10 (RESEND) 16/20] qapi/acpi-hest: add an interface to do generic CPER error injection Mauro Carvalho Chehab
2025-06-12 15:17 ` [PATCH v10 (RESEND) 17/20] acpi/generic_event_device.c: enable use_hest_addr for QEMU 10.x Mauro Carvalho Chehab
2025-06-12 15:17 ` [PATCH v10 (RESEND) 18/20] tests/acpi: virt: update HEST and DSDT tables Mauro Carvalho Chehab
2025-06-12 15:17 ` [PATCH v10 (RESEND) 19/20] docs: hest: add new "etc/acpi_table_hest_addr" and update workflow Mauro Carvalho Chehab
2025-06-12 15:17 ` [PATCH v10 (RESEND) 20/20] scripts/ghes_inject: add a script to generate GHES error inject Mauro Carvalho Chehab
2025-07-14 0:56 ` [PATCH v10 (RESEND) 00/20] Change ghes to use HEST-based offsets and add support for " Gavin Shan
2025-07-15 8:44 ` Igor Mammedov
2025-07-15 8:59 ` Peter Maydell
2025-07-15 9:01 ` Peter Maydell
2025-07-15 10:56 ` Igor Mammedov [this message]
2025-07-15 17:21 ` Michael S. Tsirkin
2025-07-15 17:36 ` Michael S. Tsirkin
2025-07-16 6:11 ` Mauro Carvalho Chehab
2025-07-16 7:01 ` Michael S. Tsirkin
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=20250715125631.4231c850@fedora \
--to=imammedo@redhat.com \
--cc=mchehab+huawei@kernel.org \
--cc=mst@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-arm@nongnu.org \
/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.