diff mbox series

MAINTAINERS: Add more guest-agent related files to the corresponding section

Message ID 20231107101811.14189-1-thuth@redhat.com (mailing list archive)
State New, archived
Headers show
Series MAINTAINERS: Add more guest-agent related files to the corresponding section | expand

Commit Message

Thomas Huth Nov. 7, 2023, 10:18 a.m. UTC
contrib/systemd/qemu-guest-agent.service , tests/data/test-qga-config
and tests/data/test-qga-os-release belong to the guest agent, so make
sure that these files are covered here, too.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 MAINTAINERS | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Konstantin Kostiuk Nov. 7, 2023, 11:17 a.m. UTC | #1
Reviewed-by: Konstantin Kostiuk <kkostiuk@redhat.com>

On Tue, Nov 7, 2023 at 12:18 PM Thomas Huth <thuth@redhat.com> wrote:

> contrib/systemd/qemu-guest-agent.service , tests/data/test-qga-config
> and tests/data/test-qga-os-release belong to the guest agent, so make
> sure that these files are covered here, too.
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>  MAINTAINERS | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index b7be61119f..48a6507759 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3144,10 +3144,11 @@ M: Michael Roth <michael.roth@amd.com>
>  M: Konstantin Kostiuk <kkostiuk@redhat.com>
>  S: Maintained
>  F: qga/
> +F: contrib/systemd/qemu-guest-agent.service
>  F: docs/interop/qemu-ga.rst
>  F: docs/interop/qemu-ga-ref.rst
>  F: scripts/qemu-guest-agent/
> -F: tests/unit/test-qga.c
> +F: tests/*/test-qga*
>  T: git https://github.com/mdroth/qemu.git qga
>
>  QEMU Guest Agent Win32
> --
> 2.41.0
>
>
Philippe Mathieu-Daudé Nov. 7, 2023, 11:47 a.m. UTC | #2
On 7/11/23 11:18, Thomas Huth wrote:
> contrib/systemd/qemu-guest-agent.service , tests/data/test-qga-config
> and tests/data/test-qga-os-release belong to the guest agent, so make
> sure that these files are covered here, too.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>   MAINTAINERS | 3 ++-
>   1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index b7be61119f..48a6507759 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3144,10 +3144,11 @@ M: Michael Roth <michael.roth@amd.com>
>   M: Konstantin Kostiuk <kkostiuk@redhat.com>
>   S: Maintained
>   F: qga/
> +F: contrib/systemd/qemu-guest-agent.service
>   F: docs/interop/qemu-ga.rst
>   F: docs/interop/qemu-ga-ref.rst
>   F: scripts/qemu-guest-agent/
> -F: tests/unit/test-qga.c
> +F: tests/*/test-qga*
>   T: git https://github.com/mdroth/qemu.git qga
>   
>   QEMU Guest Agent Win32

Since I'm preparing a PR, I'm queuing this patch, thanks!
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index b7be61119f..48a6507759 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3144,10 +3144,11 @@  M: Michael Roth <michael.roth@amd.com>
 M: Konstantin Kostiuk <kkostiuk@redhat.com>
 S: Maintained
 F: qga/
+F: contrib/systemd/qemu-guest-agent.service
 F: docs/interop/qemu-ga.rst
 F: docs/interop/qemu-ga-ref.rst
 F: scripts/qemu-guest-agent/
-F: tests/unit/test-qga.c
+F: tests/*/test-qga*
 T: git https://github.com/mdroth/qemu.git qga
 
 QEMU Guest Agent Win32