1. 22 9月, 2017 1 次提交
    • J
      migration: Create multifd migration threads · f986c3d2
      Juan Quintela 提交于
      Creation of the threads, nothing inside yet.
      Signed-off-by: NJuan Quintela <quintela@redhat.com>
      Reviewed-by: NDr. David Alan Gilbert <dgilbert@redhat.com>
      
      --
      
      Use pointers instead of long array names
      Move to use semaphores instead of conditions as paolo suggestion
      
      Put all the state inside one struct.
      Use a counter for the number of threads created.  Needed during cancellation.
      
      Add error return to thread creation
      
      Add id field
      
      Rename functions to multifd_save/load_setup/cleanup
      Change recv parameters to a pointer to struct
      Change back to a struct
      Use Error * for _cleanup
      f986c3d2
  2. 11 7月, 2017 2 次提交
  3. 07 6月, 2017 2 次提交
  4. 02 6月, 2017 1 次提交