[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 0/5] Change ghes driver to use HEST-based offsets
From: |
Mauro Carvalho Chehab |
Subject: |
Re: [PATCH v3 0/5] Change ghes driver to use HEST-based offsets |
Date: |
Wed, 8 Jan 2025 15:19:26 +0100 |
Em Wed, 8 Jan 2025 09:08:51 -0500
"Michael S. Tsirkin" <mst@redhat.com> escreveu:
> On Wed, Dec 04, 2024 at 04:57:54PM +0100, Mauro Carvalho Chehab wrote:
> > This series was part of the previous PR to add generic error injection
> > support on GHES. It depends on a cleanup patch series sent earlier
> > today:
> >
> >
> > https://lore.kernel.org/qemu-devel/cover.1733297707.git.mchehab+huawei@kernel.org/T/#t
> >
> > It contains the changes of the math used to calculate offsets at HEST table
> > and hardware_error firmware file. It prepares for the addition of GHES
> > error injection.
> >
> > The first patch was previously at the cleanup series. It prepares
> > the logic to support multiple sources.
> >
> > The second patch adds a new firmware file to store HEST address.
> >
> > The third patch use the new firmware to calculate offsets using
> > HEST table.
> >
> > Patches 4 and 5 add migration support. They assume that this
> > series will be merged for qemu 9.2 (maybe it is too late for that,
> > as QEMU is now on soft freeze).
> >
> > I tested migration using both virt-9.1 and virt-9.2 machines
> > on qemu 9.2.
>
> So this needs a rebase to the next release. Thanks!
Sure, I'll do the rebase today.
What about the preparation patch series, from where this one is
placed on the top:
https://lore.kernel.org/qemu-devel/cover.1733297707.git.mchehab+huawei@kernel.org/T/#m3b56bbe7bd400369f9e38b56faf4e65e64069955
Could you merge it? It should apply cleanly on
https://gitlab.com/qemu-project/qemu.git master
and it doesn't contain any migration stuff on it.
Thanks,
Mauro