[Qemu-devel] [PATCH] MAINTAINERS: Update QAPI stanza for commit fb0bc835e56

Markus Armbruster posted 1 patch 5 years, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180620124827.17106-1-armbru@redhat.com
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test s390x passed
MAINTAINERS | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
[Qemu-devel] [PATCH] MAINTAINERS: Update QAPI stanza for commit fb0bc835e56
Posted by Markus Armbruster 5 years, 10 months ago
Commit fb0bc835e56 moved code from scripts/qapi-*.py to
scripts/qapi/*.py.  It neglected to update MAINTAINERS: scripts/qapi*
matches only the former, not the latter.  Do that now.

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

diff --git a/MAINTAINERS b/MAINTAINERS
index da91501c7a..7fa5c51a98 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1615,7 +1615,8 @@ F: tests/test-*-visitor.c
 F: tests/test-qapi-*.c
 F: tests/test-qmp-*.c
 F: tests/test-visitor-serialization.c
-F: scripts/qapi*
+F: scripts/qapi-gen.py
+F: scripts/qapi/*
 F: docs/devel/qapi*
 T: git git://repo.or.cz/qemu/armbru.git qapi-next
 
-- 
2.17.1


Re: [Qemu-devel] [PATCH] MAINTAINERS: Update QAPI stanza for commit fb0bc835e56
Posted by Eric Blake 5 years, 10 months ago
On 06/20/2018 07:48 AM, Markus Armbruster wrote:
> Commit fb0bc835e56 moved code from scripts/qapi-*.py to
> scripts/qapi/*.py.  It neglected to update MAINTAINERS: scripts/qapi*
> matches only the former, not the latter.  Do that now.
> 
> Signed-off-by: Markus Armbruster <armbru@redhat.com>
> ---
>   MAINTAINERS | 3 ++-
>   1 file changed, 2 insertions(+), 1 deletion(-)

Reviewed-by: Eric Blake <eblake@redhat.com>

> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index da91501c7a..7fa5c51a98 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1615,7 +1615,8 @@ F: tests/test-*-visitor.c
>   F: tests/test-qapi-*.c
>   F: tests/test-qmp-*.c
>   F: tests/test-visitor-serialization.c
> -F: scripts/qapi*
> +F: scripts/qapi-gen.py
> +F: scripts/qapi/*
>   F: docs/devel/qapi*
>   T: git git://repo.or.cz/qemu/armbru.git qapi-next
>   
> 

-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3266
Virtualization:  qemu.org | libvirt.org