diff mbox

[2/4] MAINTAINERS: migration: add vmstate static checker files

Message ID 624a942c788dedbb9f392e57eff408398f6b10bf.1416313793.git.amit.shah@redhat.com
State New
Headers show

Commit Message

Amit Shah Nov. 18, 2014, 12:31 p.m. UTC
Signed-off-by: Amit Shah <amit.shah@redhat.com>
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

Comments

Juan Quintela Nov. 19, 2014, 9:23 a.m. UTC | #1
Amit Shah <amit.shah@redhat.com> wrote:
> Signed-off-by: Amit Shah <amit.shah@redhat.com>
> ---
>  MAINTAINERS | 2 ++
>  1 file changed, 2 insertions(+)
>

Reviewed-by: Juan Quintela <quintela@redhat.com>
diff mbox

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index e517c41..af8d856 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -935,6 +935,8 @@  F: migration*
 F: savevm.c
 F: arch_init.c
 F: vmstate.c
+F: scripts/vmstate-static-checker.py
+F: tests/vmstate-static-checker-data/
 
 Seccomp
 M: Eduardo Otubo <eduardo.otubo@profitbricks.com>