diff mbox series

[v5,7/7] MAINTAINERS: Add myself as maintainer for yank feature

Message ID c09e8bbd44783d9473e64994cad49da6fe2f8f74.1592923201.git.lukasstraub2@web.de
State New
Headers show
Series Introduce 'yank' oob qmp command to recover from hanging qemu | expand

Commit Message

Lukas Straub June 23, 2020, 2:43 p.m. UTC
I'll maintain this for now as the colo usecase is the first user
of this functionality.

Signed-off-by: Lukas Straub <lukasstraub2@web.de>
---
 MAINTAINERS | 13 +++++++++++++
 1 file changed, 13 insertions(+)

--
2.20.1

Comments

Daniel P. Berrangé July 28, 2020, 11:41 a.m. UTC | #1
On Tue, Jun 23, 2020 at 04:43:13PM +0200, Lukas Straub wrote:
> I'll maintain this for now as the colo usecase is the first user
> of this functionality.
> 
> Signed-off-by: Lukas Straub <lukasstraub2@web.de>
> ---
>  MAINTAINERS | 13 +++++++++++++
>  1 file changed, 13 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 955cc8dd5c..a403d59190 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2506,6 +2506,19 @@ F: util/uuid.c
>  F: include/qemu/uuid.h
>  F: tests/test-uuid.c
> 
> +Yank feature
> +M: Lukas Straub <lukasstraub2@web.de>
> +S: Odd fixes
> +F: util/yank.c
> +F: include/qemu/yank.h

For these 2 files,

   Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>

> +F: chardev/char-socket.c
> +F: block/nbd.c
> +F: migration/channel.c
> +F: migration/migration.c
> +F: migration/multifd.c
> +F: migration/qemu-file-channel.c
> +F: migration/savevm.c

You shouldn't be claiming maintainership of any of these
files.


Regards,
Daniel
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 955cc8dd5c..a403d59190 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2506,6 +2506,19 @@  F: util/uuid.c
 F: include/qemu/uuid.h
 F: tests/test-uuid.c

+Yank feature
+M: Lukas Straub <lukasstraub2@web.de>
+S: Odd fixes
+F: util/yank.c
+F: include/qemu/yank.h
+F: chardev/char-socket.c
+F: block/nbd.c
+F: migration/channel.c
+F: migration/migration.c
+F: migration/multifd.c
+F: migration/qemu-file-channel.c
+F: migration/savevm.c
+
 COLO Framework
 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
 S: Maintained