Message ID | 20240110231537.1654478-10-ninad@linux.ibm.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Introduce model for IBM's FSI | expand |
On 1/11/24 00:15, Ninad Palsule wrote: > Added maintainer for IBM FSI model > > Signed-off-by: Cédric Le Goater <clg@kaod.org> Please remove my S-o-b. > Signed-off-by: Ninad Palsule <ninad@linux.ibm.com> > --- > MAINTAINERS | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 00ec1f7eca..79f97a3fb9 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -3569,6 +3569,14 @@ F: tests/qtest/adm1272-test.c > F: tests/qtest/max34451-test.c > F: tests/qtest/isl_pmbus_vr-test.c > > +FSI > +M: Ninad Palsule <ninad@linux.ibm.com> and add me as Reviewer. Thanks, C. > +S: Maintained > +F: hw/fsi/* > +F: include/hw/fsi/* > +F: docs/specs/fsi.rst > +F: tests/qtest/fsi-test.c > + > Firmware schema specifications > M: Philippe Mathieu-Daudé <philmd@linaro.org> > R: Daniel P. Berrange <berrange@redhat.com>
Hello Cedric, On 1/12/24 10:03, Cédric Le Goater wrote: > On 1/11/24 00:15, Ninad Palsule wrote: >> Added maintainer for IBM FSI model >> >> Signed-off-by: Cédric Le Goater <clg@kaod.org> > > Please remove my S-o-b. Removed. > >> >> F: tests/qtest/isl_pmbus_vr-test.c >> +FSI >> +M: Ninad Palsule <ninad@linux.ibm.com> > > and add me as Reviewer. Added you as a reviewer. Thanks for the review. Regards, Ninad > >
diff --git a/MAINTAINERS b/MAINTAINERS index 00ec1f7eca..79f97a3fb9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3569,6 +3569,14 @@ F: tests/qtest/adm1272-test.c F: tests/qtest/max34451-test.c F: tests/qtest/isl_pmbus_vr-test.c +FSI +M: Ninad Palsule <ninad@linux.ibm.com> +S: Maintained +F: hw/fsi/* +F: include/hw/fsi/* +F: docs/specs/fsi.rst +F: tests/qtest/fsi-test.c + Firmware schema specifications M: Philippe Mathieu-Daudé <philmd@linaro.org> R: Daniel P. Berrange <berrange@redhat.com>