[PATCH v2 26/26] MAINTAINERS: Add e1000e test files

Akihiko Odaki posted 26 patches 2 years, 5 months ago
There is a newer version of this series
[PATCH v2 26/26] MAINTAINERS: Add e1000e test files
Posted by Akihiko Odaki 2 years, 5 months ago
Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 958915f227..3b648a89d7 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2218,6 +2218,8 @@ R: Akihiko Odaki <akihiko.odaki@daynix.com>
 S: Maintained
 F: hw/net/e1000e*
 F: tests/qtest/fuzz-e1000e-test.c
+F: tests/qtest/e1000e-test.c
+F: tests/qtest/libqos/e1000e.c
 
 eepro100
 M: Stefan Weil <sw@weilnetz.de>
-- 
2.39.0
Re: [PATCH v2 26/26] MAINTAINERS: Add e1000e test files
Posted by Thomas Huth 2 years, 5 months ago
On 24/01/2023 05.31, Akihiko Odaki wrote:
> Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
> ---
>   MAINTAINERS | 2 ++
>   1 file changed, 2 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 958915f227..3b648a89d7 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2218,6 +2218,8 @@ R: Akihiko Odaki <akihiko.odaki@daynix.com>
>   S: Maintained
>   F: hw/net/e1000e*
>   F: tests/qtest/fuzz-e1000e-test.c
> +F: tests/qtest/e1000e-test.c
> +F: tests/qtest/libqos/e1000e.c

I'd suggest to use tests/qtest/libqos/e1000e.* in the last line to include 
the header file, too.

Anyway:
Acked-by: Thomas Huth <thuth@redhat.com>

>   
>   eepro100
>   M: Stefan Weil <sw@weilnetz.de>