diff mbox series

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

Message ID 20230124043143.5515-27-akihiko.odaki@daynix.com
State Handled Elsewhere
Headers show
Series e1000x cleanups (preliminary for IGB) | expand

Commit Message

Akihiko Odaki Jan. 24, 2023, 4:31 a.m. UTC
Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

Comments

Thomas Huth Jan. 24, 2023, 7:10 a.m. UTC | #1
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>
diff mbox series

Patch

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>