[Qemu-devel] [PATCH v2 11/17] MAINTAINERS: add missing entries for throttling infra

Philippe Mathieu-Daudé posted 17 patches 8 years, 2 months ago
There is a newer version of this series
[Qemu-devel] [PATCH v2 11/17] MAINTAINERS: add missing entries for throttling infra
Posted by Philippe Mathieu-Daudé 8 years, 2 months ago
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


Re: [Qemu-devel] [PATCH v2 11/17] MAINTAINERS: add missing entries for throttling infra
Posted by Alberto Garcia 8 years, 2 months ago
On Wed 30 Aug 2017 11:55:17 PM CEST, Philippe Mathieu-Daudé <f4bug@amsat.org> wrote:
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>

Reviewed-by: Alberto Garcia <berto@igalia.com>

Berto