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>