Message ID | c09e8bbd44783d9473e64994cad49da6fe2f8f74.1592923201.git.lukasstraub2@web.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Introduce 'yank' oob qmp command to recover from hanging qemu | expand |
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 --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
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