1. 09 Oct, 2015 2 commits
    • Adrian Reber's avatar
      Introduce feature check via RPC · 23573119
      Adrian Reber authored
      There are still systems which do not support dirty memory tracking.
      This offers an interface to query the dirty memory tracking availability
      via the new feature check RPC.
      
      This is in preparation of a p.haul change which will use this RPC
      interface to automatically detect if pre-dumps should be executed
      or not.
      
      This change introduces an additional optional field in the
      criu_request and criu_response message (features) which is a
      'criu_features' message.
      
      Right now only the check for the memory tracking feature is supported
      in the message 'criu_features':
      	optional bool                   mem_track       = 1;
      
      v2: Instead of checking for memory tracking only, provide a generic
          interface to check for arbitrary features.
      
      v3: Do not use bitfields for feature encoding but protobuf optional
          message parameters.
      Signed-off-by: 's avatarAdrian Reber <areber@redhat.com>
      Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
      23573119
    • Matthew Krafczyk's avatar
      Add pre-dump and pre-restore action scripts · 29c08d86
      Matthew Krafczyk authored
      This allows the user to perform actions before dumping or restoration
      occurs.
      Signed-off-by: 's avatarMatthew Krafczyk <krafczyk.matthew@gmail.com>
      Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
      29c08d86
  2. 08 Oct, 2015 4 commits
  3. 07 Oct, 2015 19 commits
  4. 05 Oct, 2015 11 commits
  5. 30 Sep, 2015 3 commits
  6. 28 Sep, 2015 1 commit