Message ID | 20230213144038.2547584-11-sunilvl@ventanamicro.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Add basic ACPI support for risc-v virt | expand |
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 <sunilvl@ventanamicro.com> > Reviewed-by: Bin Meng <bmeng@tinylab.org> > Acked-by: Alistair Francis <alistair.francis@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-arm@nongnu.org > S: Maintained > F: hw/arm/virt-acpi-build.c > > +RISC-V ACPI Subsystem > +M: Sunil V L <sunilvl@ventanamicro.com> > +L: qemu-riscv@nongnu.org > +S: Maintained > +F: hw/riscv/virt-acpi-build.c > + > STM32F100 > M: Alexandre Iooss <erdnaxe@crans.org> > L: qemu-arm@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 <ajones@ventanamicro.com>
diff --git a/MAINTAINERS b/MAINTAINERS index 847bc7f131..7fb0f1052d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1003,6 +1003,12 @@ L: qemu-arm@nongnu.org S: Maintained F: hw/arm/virt-acpi-build.c +RISC-V ACPI Subsystem +M: Sunil V L <sunilvl@ventanamicro.com> +L: qemu-riscv@nongnu.org +S: Maintained +F: hw/riscv/virt-acpi-build.c + STM32F100 M: Alexandre Iooss <erdnaxe@crans.org> L: qemu-arm@nongnu.org