On Mon, 3 Mar 2025 at 18:54, Philippe Mathieu-Daudé <phi...@linaro.org>
wrote:
> On 12/1/25 22:00, Phil Dennis-Jordan wrote:
> > From: Alexander Graf <g...@amazon.com>
> >
> > In addition to the ISA and PCI variants of pvpanic, let's add an MMIO
> > platform device that we can use in embedded arm environments.
> >
> > Signed-off-by: Alexander Graf <g...@amazon.com>
> > Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>
> > Tested-by: Philippe Mathieu-Daudé <phi...@linaro.org>
> > Signed-off-by: Phil Dennis-Jordan <p...@philjordan.eu>
> > Reviewed-by: Akihiko Odaki <akihiko.od...@daynix.com>
> > Tested-by: Akihiko Odaki <akihiko.od...@daynix.com>
> > ---
> >
> > v3:
> >   * Rebased on upstream, updated a header path
> >
> > v15:
> >   * Constified the property table.
> >
> > v16:
> >   * Removed the DEFINE_PROP_END_OF_LIST marker to match recent upstream
> >     changes.
> >
> >   hw/misc/Kconfig           |  4 +++
> >   hw/misc/meson.build       |  1 +
> >   hw/misc/pvpanic-mmio.c    | 60 +++++++++++++++++++++++++++++++++++++++
>
> Missing MAINTAINERS update, who is going to maintain this file?


Good spot!


> I could add it within the vmapple section in the next patch, but I'd
> rather pvpanic have its own entry covering all variants.


You're welcome to put me down as a maintainer on this.

Thanks for taking another look at this series and helping to get it merged!


> >   include/hw/misc/pvpanic.h |  1 +
> >   4 files changed, 66 insertions(+)
> >   create mode 100644 hw/misc/pvpanic-mmio.c
>
>

Reply via email to