commit | d1315aac6e4df1f472a6f87ef6e310b8c109f498 | [log] [tgz] |
---|---|---|
author | Juan Quintela <quintela@redhat.com> | Thu Jun 28 15:11:57 2012 +0200 |
committer | Juan Quintela <quintela@redhat.com> | Fri Jul 20 08:19:27 2012 +0200 |
tree | f8cdca807d155698e2399306dbec7892b363dd9b | |
parent | 6bd68781331590c4f2fbd1fdf98e80d7f6588b31 [diff] |
savevm: split save_live_setup from save_live_state This patch splits stage 1 to its own function for both save_live users, ram and block. It is just a copy of the function, removing the parts of the other stages. Optimizations would came later. Signed-off-by: Juan Quintela <quintela@redhat.com>