[PATCH] MAINTAINERS: Cover pflash QTest in pflash section

Philippe Mathieu-Daudé posted 1 patch 1 day, 6 hours ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260820142212.27537-1-philmd@oss.qualcomm.com
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
[PATCH] MAINTAINERS: Cover pflash QTest in pflash section
Posted by Philippe Mathieu-Daudé 1 day, 6 hours ago
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é <philmd@oss.qualcomm.com>
---
 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é <philmd@mailo.com>
 S: Maintained
 F: hw/block/pflash_cfi*.c
 F: include/hw/block/flash.h
+F: tests/qtest/pflash-cfi02-test.c
 
 SCSI
 M: Paolo Bonzini <pbonzini@redhat.com>
-- 
2.53.0


Re: [PATCH] MAINTAINERS: Cover pflash QTest in pflash section
Posted by Thomas Huth 10 hours ago
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é <philmd@oss.qualcomm.com>
> ---
>   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é <philmd@mailo.com>
>   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 <thuth@redhat.com>