[Qemu-devel] [PATCH 35/47] MAINTAINERS: add missing entries for throttling infra

Philippe Mathieu-Daudé posted 47 patches 8 years, 6 months ago
There is a newer version of this series
[Qemu-devel] [PATCH 35/47] MAINTAINERS: add missing entries for throttling infra
Posted by Philippe Mathieu-Daudé 8 years, 6 months ago
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
 MAINTAINERS | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index a2b008e305..b9a132d964 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1584,8 +1584,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.13.3


Re: [Qemu-devel] [PATCH 35/47] MAINTAINERS: add missing entries for throttling infra
Posted by Stefan Hajnoczi 8 years, 6 months ago
On Fri, Jul 28, 2017 at 02:35:58AM -0300, Philippe Mathieu-Daudé wrote:
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
>  MAINTAINERS | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)

Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>