diff options
author | Juan Quintela | 2017-10-11 11:03:22 +0200 |
---|---|---|
committer | Juan Quintela | 2017-10-29 14:06:16 +0100 |
commit | 2656bfd9731d430f2767f90906a3f1b1bfbf62d2 (patch) | |
tree | 685659cb7663fa8f5ac2daf99060f5be639ace69 /MAINTAINERS | |
parent | migration: Make xbzrle_cache_size a migration parameter (diff) | |
download | qemu-2656bfd9731d430f2767f90906a3f1b1bfbf62d2.tar.gz qemu-2656bfd9731d430f2767f90906a3f1b1bfbf62d2.tar.xz qemu-2656bfd9731d430f2767f90906a3f1b1bfbf62d2.zip |
tests: rename postcopy-test to migration-test
Instead of repeating the code, we are going to bo more tests on this file
Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 2650063242..1fd7a6273c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1563,6 +1563,7 @@ F: include/migration/ F: migration/ F: scripts/vmstate-static-checker.py F: tests/vmstate-static-checker-data/ +F: tests/migration-test.c F: docs/devel/migration.txt F: qapi/migration.json |