qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Cover guest-agent in QAPI schema
@ 2024-07-17 14:00 Philippe Mathieu-Daudé
  2024-07-17 15:18 ` Markus Armbruster
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Philippe Mathieu-Daudé @ 2024-07-17 14:00 UTC (permalink / raw)
  To: qemu-devel
  Cc: Eric Blake, Markus Armbruster, Konstantin Kostiuk, Dehan Meng,
	qemu-trivial, Philippe Mathieu-Daudé

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 7d9811458c..af4db698de 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3219,6 +3219,7 @@ M: Eric Blake <eblake@redhat.com>
 M: Markus Armbruster <armbru@redhat.com>
 S: Supported
 F: qapi/*.json
+F: qga/qapi-schema.json
 T: git https://repo.or.cz/qemu/armbru.git qapi-next
 
 QObject
-- 
2.41.0



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] MAINTAINERS: Cover guest-agent in QAPI schema
  2024-07-17 14:00 [PATCH] MAINTAINERS: Cover guest-agent in QAPI schema Philippe Mathieu-Daudé
@ 2024-07-17 15:18 ` Markus Armbruster
  2024-07-18  7:08 ` Konstantin Kostiuk
  2024-07-22 21:18 ` Philippe Mathieu-Daudé
  2 siblings, 0 replies; 4+ messages in thread
From: Markus Armbruster @ 2024-07-17 15:18 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé
  Cc: qemu-devel, Eric Blake, Konstantin Kostiuk, Dehan Meng,
	qemu-trivial

Philippe Mathieu-Daudé <philmd@linaro.org> writes:

> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 7d9811458c..af4db698de 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3219,6 +3219,7 @@ M: Eric Blake <eblake@redhat.com>
>  M: Markus Armbruster <armbru@redhat.com>
>  S: Supported
>  F: qapi/*.json
> +F: qga/qapi-schema.json
>  T: git https://repo.or.cz/qemu/armbru.git qapi-next
>  
>  QObject

I guess we provide a similar service for qga/qapi-schema.json as we do
for much of qapi/: proper use of QAPI, reasonable documentation, but not
the subject matter aspects.

Reviewed-by: Markus Armbruster <armbru@redhat.com>



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] MAINTAINERS: Cover guest-agent in QAPI schema
  2024-07-17 14:00 [PATCH] MAINTAINERS: Cover guest-agent in QAPI schema Philippe Mathieu-Daudé
  2024-07-17 15:18 ` Markus Armbruster
@ 2024-07-18  7:08 ` Konstantin Kostiuk
  2024-07-22 21:18 ` Philippe Mathieu-Daudé
  2 siblings, 0 replies; 4+ messages in thread
From: Konstantin Kostiuk @ 2024-07-18  7:08 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé
  Cc: qemu-devel, Eric Blake, Markus Armbruster, Dehan Meng,
	qemu-trivial

[-- Attachment #1: Type: text/plain, Size: 659 bytes --]

Reviewed-by: Konstantin Kostiuk <kkostiuk@redhat.com>

On Wed, Jul 17, 2024 at 5:00 PM Philippe Mathieu-Daudé <philmd@linaro.org>
wrote:

> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 7d9811458c..af4db698de 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3219,6 +3219,7 @@ M: Eric Blake <eblake@redhat.com>
>  M: Markus Armbruster <armbru@redhat.com>
>  S: Supported
>  F: qapi/*.json
> +F: qga/qapi-schema.json
>  T: git https://repo.or.cz/qemu/armbru.git qapi-next
>
>  QObject
> --
> 2.41.0
>
>

[-- Attachment #2: Type: text/html, Size: 1307 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] MAINTAINERS: Cover guest-agent in QAPI schema
  2024-07-17 14:00 [PATCH] MAINTAINERS: Cover guest-agent in QAPI schema Philippe Mathieu-Daudé
  2024-07-17 15:18 ` Markus Armbruster
  2024-07-18  7:08 ` Konstantin Kostiuk
@ 2024-07-22 21:18 ` Philippe Mathieu-Daudé
  2 siblings, 0 replies; 4+ messages in thread
From: Philippe Mathieu-Daudé @ 2024-07-22 21:18 UTC (permalink / raw)
  To: qemu-devel
  Cc: Eric Blake, Markus Armbruster, Konstantin Kostiuk, Dehan Meng,
	qemu-trivial

On 17/7/24 16:00, Philippe Mathieu-Daudé wrote:
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> ---
>   MAINTAINERS | 1 +
>   1 file changed, 1 insertion(+)

Patch queued.



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-07-22 21:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-17 14:00 [PATCH] MAINTAINERS: Cover guest-agent in QAPI schema Philippe Mathieu-Daudé
2024-07-17 15:18 ` Markus Armbruster
2024-07-18  7:08 ` Konstantin Kostiuk
2024-07-22 21:18 ` Philippe Mathieu-Daudé

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).