diff options
author | Dr. David Alan Gilbert | 2014-12-12 12:13:42 +0100 |
---|---|---|
committer | Amit Shah | 2014-12-16 13:17:36 +0100 |
commit | 44a1f94684eeaa6e312ea2d77ede266a81d31210 (patch) | |
tree | 2a407c1a6783507d6eaad6e988d7f1e569ebb23c /MAINTAINERS | |
parent | Split the QEMU buffered file code out (diff) | |
download | qemu-44a1f94684eeaa6e312ea2d77ede266a81d31210.tar.gz qemu-44a1f94684eeaa6e312ea2d77ede266a81d31210.tar.xz qemu-44a1f94684eeaa6e312ea2d77ede266a81d31210.zip |
MAINTAINERS: Update for migrated migration code
My previous patches migrated the migration code into migration/
but didn't update MAINTAINERS.
Note that does mean that the owner for block-migration.c
changes, but I'll ask block people what they want to do.
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Amit Shah <amit.shah@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index d2f4a119ba..d72d6e37d0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -939,10 +939,9 @@ M: Juan Quintela <quintela@redhat.com> M: Amit Shah <amit.shah@redhat.com> S: Maintained F: include/migration/ -F: migration* +F: migration/ F: savevm.c F: arch_init.c -F: vmstate.c F: scripts/vmstate-static-checker.py F: tests/vmstate-static-checker-data/ |