commit | 6bd68781331590c4f2fbd1fdf98e80d7f6588b31 | [log] [tgz] |
---|---|---|
author | Juan Quintela <quintela@redhat.com> | Wed Jun 27 10:59:15 2012 +0200 |
committer | Juan Quintela <quintela@redhat.com> | Fri Jul 20 08:19:27 2012 +0200 |
tree | ae53eee26d30deae6d3ed0ca84b559d0b2819265 | |
parent | 9b5bfab05f7c2a56d5908117e8cc62015e6b2c63 [diff] |
savevm: introduce is_active method Enable the creation of a method to tell migration if that section is active and should be migrate. We use it for blk-migration, that is normally not active. We don't create the method for RAM, as setups without RAM are very strange O:-) Signed-off-by: Juan Quintela <quintela@redhat.com>