All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Philippe Mathieu-Daudé" <f4bug@amsat.org>
To: Alberto Garcia <berto@igalia.com>, Stefan Hajnoczi <stefanha@redhat.com>
Cc: "Philippe Mathieu-Daudé" <f4bug@amsat.org>,
	qemu-devel@nongnu.org, qemu-trivial@nongnu.org
Subject: [Qemu-devel] [PATCH v2 11/17] MAINTAINERS: add missing entries for throttling infra
Date: Wed, 30 Aug 2017 18:55:17 -0300	[thread overview]
Message-ID: <20170830215523.25278-12-f4bug@amsat.org> (raw)
In-Reply-To: <20170830215523.25278-1-f4bug@amsat.org>

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
---
 MAINTAINERS | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 0a3a50aa25..fa74b7254b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1558,8 +1558,10 @@ M: Alberto Garcia <berto@igalia.com>
 S: Supported
 F: block/throttle-groups.c
 F: include/block/throttle-groups.h
-F: include/qemu/throttle.h
+F: include/qemu/throttle*.h
 F: util/throttle.c
+F: docs/throttle.txt
+F: tests/test-throttle.c
 L: qemu-block@nongnu.org
 
 UUID
-- 
2.14.1

  parent reply	other threads:[~2017-08-30 21:56 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-30 21:55 [Qemu-devel] [PATCH v2 00/17] add missing entries in MAINTAINERS Philippe Mathieu-Daudé
2017-08-30 21:55 ` [Qemu-devel] [PATCH v2 01/17] MAINTAINERS: add missing ARM entries Philippe Mathieu-Daudé
2017-08-31  5:07   ` Thomas Huth
2017-08-30 21:55 ` [Qemu-devel] [PATCH v2 02/17] MAINTAINERS: add missing Versatile PB entry Philippe Mathieu-Daudé
2017-08-31  5:22   ` Thomas Huth
2017-08-30 21:55 ` [Qemu-devel] [PATCH v2 03/17] MAINTAINERS: add missing STM32 entry Philippe Mathieu-Daudé
2017-08-30 21:55 ` [Qemu-devel] [PATCH v2 04/17] MAINTAINERS: add missing entry for vhost Philippe Mathieu-Daudé
2017-08-30 21:55 ` [Qemu-devel] [PATCH v2 05/17] MAINTAINERS: add missing VMWare entry Philippe Mathieu-Daudé
2017-08-30 21:55 ` [Qemu-devel] [PATCH v2 06/17] MAINTAINERS: add missing Guest Agent entries Philippe Mathieu-Daudé
2017-09-08 13:04   ` Philippe Mathieu-Daudé
2017-09-08 16:36     ` Michael Roth
2017-08-30 21:55 ` [Qemu-devel] [PATCH v2 07/17] MAINTAINERS: add missing qcow2 entry Philippe Mathieu-Daudé
2017-08-30 21:55 ` [Qemu-devel] [PATCH v2 08/17] MAINTAINERS: add missing USB entry Philippe Mathieu-Daudé
2017-08-30 21:55 ` [Qemu-devel] [PATCH v2 09/17] MAINTAINERS: add missing PCI entries Philippe Mathieu-Daudé
2017-09-04  9:51   ` Marcel Apfelbaum
2017-08-30 21:55 ` [Qemu-devel] [PATCH v2 10/17] MAINTAINERS: add missing SSI entries Philippe Mathieu-Daudé
2017-08-30 23:13   ` Alistair Francis
2017-08-30 21:55 ` Philippe Mathieu-Daudé [this message]
2017-08-31  7:45   ` [Qemu-devel] [PATCH v2 11/17] MAINTAINERS: add missing entries for throttling infra Alberto Garcia
2017-08-30 21:55 ` [Qemu-devel] [PATCH v2 12/17] MAINTAINERS: add missing megasas test entry Philippe Mathieu-Daudé
2017-09-08 13:04   ` Philippe Mathieu-Daudé
2017-09-08 17:12     ` Philippe Mathieu-Daudé
2017-09-08 17:29       ` Philippe Mathieu-Daudé
2017-08-30 21:55 ` [Qemu-devel] [PATCH v2 13/17] MAINTAINERS: add missing AIO entry Philippe Mathieu-Daudé
2017-08-30 21:55 ` [Qemu-devel] [PATCH v2 14/17] MAINTAINERS: add missing entry for Generic Loader Philippe Mathieu-Daudé
2017-08-30 23:13   ` Alistair Francis
2017-08-30 21:55 ` [Qemu-devel] [PATCH v2 15/17] MAINTAINERS: add missing Cryptography entry Philippe Mathieu-Daudé
2017-08-31  9:19   ` Daniel P. Berrange
2017-08-30 21:55 ` [Qemu-devel] [PATCH v2 16/17] MAINTAINERS: update docs/devel/ entries Philippe Mathieu-Daudé
2017-08-30 21:55 ` [Qemu-devel] [PATCH v2 17/17] MAINTAINERS: update docs/interop/ entries Philippe Mathieu-Daudé
2017-08-31  3:55 ` [Qemu-devel] [PATCH v2 00/17] add missing entries in MAINTAINERS Philippe Mathieu-Daudé
2017-09-08 12:51 ` Michael S. Tsirkin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170830215523.25278-12-f4bug@amsat.org \
    --to=f4bug@amsat.org \
    --cc=berto@igalia.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-trivial@nongnu.org \
    --cc=stefanha@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.