On Mon, Feb 13, 2023 at 08:10:38PM +0530, Sunil V L wrote: > RISC-V ACPI related functionality for virt machine is added in > virt-acpi-build.c. Add the maintainer entry. > > Signed-off-by: Sunil V L <suni...@ventanamicro.com> > Reviewed-by: Bin Meng <bm...@tinylab.org> > Acked-by: Alistair Francis <alistair.fran...@wdc.com> > --- > MAINTAINERS | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 847bc7f131..7fb0f1052d 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1003,6 +1003,12 @@ L: qemu-...@nongnu.org > S: Maintained > F: hw/arm/virt-acpi-build.c > > +RISC-V ACPI Subsystem > +M: Sunil V L <suni...@ventanamicro.com> > +L: qemu-ri...@nongnu.org > +S: Maintained > +F: hw/riscv/virt-acpi-build.c > + > STM32F100 > M: Alexandre Iooss <erdn...@crans.org> > L: qemu-...@nongnu.org > -- > 2.34.1 >
Please move the ARM ACPI entry down under the main ACPI entry and then add the RISC-V one there too. Otherwise, Reviewed-by: Andrew Jones <ajo...@ventanamicro.com>