1. 17 11月, 2009 1 次提交
    • L
      Block live migration · c163b5ca
      lirans@il.ibm.com 提交于
      This patch introduces block migration called during live migration. Block
      are being copied to the destination in an async way. First the code will
      transfer the whole disk and then transfer all dirty blocks accumulted during
      the migration.
      Still need to improve transition from the iterative phase of migration to the
      end phase. For now transition will take place when all blocks transfered once,
      all the dirty blocks will be transfered during the end phase (guest is
      suspended).
      
      Changes from v4:
      - Global variabels moved to a global state structure allocated dynamically.
      - Minor coding style issues.
      - Poll block.c for tracking of dirty blocks instead of manage it here.
      Signed-off-by: NLiran Schour <lirans@il.ibm.com>
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      c163b5ca
  2. 13 11月, 2009 2 次提交
  3. 28 10月, 2009 8 次提交
  4. 15 10月, 2009 1 次提交
  5. 05 10月, 2009 4 次提交
  6. 12 9月, 2009 7 次提交
  7. 11 9月, 2009 1 次提交
    • J
      Remove SaveVM v2 support · bbfe1408
      Juan Quintela 提交于
      In previosu series I remove v2 support for RAM (that was the version that was
      supported when SaveVM v3 appeared).  Now we can't load RAM for any image saved in SaveVM v2, we can as well remove SaveVM v2 entirely.
      
      Note: That SaveVM RAM was at v2 when General SaveVM support went from v2 to v3 makes talking about versions confusing at least
      Signed-off-by: NJuan Quintela <quintela@redhat.com>
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      bbfe1408
  8. 10 9月, 2009 2 次提交
  9. 04 9月, 2009 2 次提交
  10. 28 8月, 2009 12 次提交