Re: [PATCH] MAINTAINERS: Cover pflash QTest in pflash section
Thomas Huth <[email protected]>
| Newsgroups | org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
On 20/08/2026 16.22, Philippe Mathieu-Daudé wrote: > Include the pflash-cfi02-test.c test in the "Parallel NOR > Flash devices" to be notified when patches modify it. > > Signed-off-by: Philippe Mathieu-Daudé <[email protected]> > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index b51f5c3e602..0361909b72f 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -2354,6 +2354,7 @@ M: Philippe Mathieu-Daudé <[email protected]> > S: Maintained > F: hw/block/pflash_cfi*.c > F: include/hw/block/flash.h > +F: tests/qtest/pflash-cfi02-test.c Reviewed-by: Thomas Huth <[email protected]>