[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v7 7/8] MAINTAINERS: Add myself as maintainer for yank feature
From: |
Lukas Straub |
Subject: |
[PATCH v7 7/8] MAINTAINERS: Add myself as maintainer for yank feature |
Date: |
Tue, 4 Aug 2020 10:11:57 +0200 |
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>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Acked-by: Stefan Hajnoczi <stefanha@redhat.com>
---
MAINTAINERS | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 0886eb3d2b..bf5075a637 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2614,6 +2614,12 @@ 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
+
COLO Framework
M: zhanghailiang <zhang.zhanghailiang@huawei.com>
S: Maintained
--
2.20.1
pgpWRU2CSOpHP.pgp
Description: OpenPGP digital signature
- Re: [PATCH v7 1/8] Introduce yank feature, (continued)
[PATCH v7 2/8] block/nbd.c: Add yank feature, Lukas Straub, 2020/08/04
[PATCH v7 3/8] chardev/char-socket.c: Add yank feature, Lukas Straub, 2020/08/04
[PATCH v7 4/8] migration: Add yank feature, Lukas Straub, 2020/08/04
[PATCH v7 5/8] io/channel-tls.c: make qio_channel_tls_shutdown thread-safe, Lukas Straub, 2020/08/04
[PATCH v7 6/8] io: Document thread-safety of qio_channel_shutdown, Lukas Straub, 2020/08/04
[PATCH v7 7/8] MAINTAINERS: Add myself as maintainer for yank feature,
Lukas Straub <=
[PATCH v7 8/8] tests/test-char.c: Wait for the chardev to connect in char_socket_client_dupid_test, Lukas Straub, 2020/08/04
Re: [PATCH v7 0/8] Introduce 'yank' oob qmp command to recover from hanging qemu, Lukas Straub, 2020/08/18