1. 17 Jul, 2012 20 commits
  2. 16 Jul, 2012 7 commits
  3. 12 Jul, 2012 2 commits
  4. 13 Jul, 2012 2 commits
  5. 12 Jul, 2012 1 commit
    • Pavel Emelyanov's avatar
      pipe: Rework pipe data restore to use vmsplice · 237ef3c8
      Pavel Emelyanov authored
      This serves two things -- kills annoying data offset management
      which makes protobuf switch too ugly. And removes the need to
      seek the pipe data image, which in turn is the prerequisity for
      streaming migration.
      
      Memory usage is still optimal, since we still use splice on dump
      path and on restore stage we F_GIFT pipe buffers to the kernel.
      Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
      237ef3c8
  6. 11 Jul, 2012 8 commits