1. 12 Feb, 2012 1 commit
    • Pavel Emelyanov's avatar
      cr: Split dumped pages locations · 227f1771
      Pavel Emelyanov authored
      This actually does two things:
      
      1. The parasite code writes to pages _or_ to pages_shared file himself based
         on a hint given from the main program. This avoids shared pages copying
         in finalize_core.
      
      2. The private pages are moved out of the core file into a separate one. This
         avoids private pages copying in finalize_core.
      
      The goal of this patch is a) to avoid pages copying at all (we still have
      one on restore, but fixing this requires Andrey's work on shared memory
      dumping) and b) make big blobs with pages be stored in separate files (I
      have plans on its format rework and unification).
      Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
      Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
      227f1771
  2. 11 Feb, 2012 4 commits
  3. 10 Feb, 2012 20 commits
  4. 09 Feb, 2012 5 commits
  5. 08 Feb, 2012 8 commits
  6. 07 Feb, 2012 2 commits