1. 08 6月, 2016 2 次提交
    • P
      log: daemon: Add remote protocol handling for the log appending API · 78b9b85c
      Peter Krempa 提交于
      Implement the RPC dispatcher and caller for the new API.
      78b9b85c
    • P
      log: handler: Add new API to append to logging files · 5e6143fb
      Peter Krempa 提交于
      For logging one-shot entries to the VM log file it's quite a waste to
      hold open the file descriptor for logging that is provided by the
      current API.
      
      This new API will be ideal for logging one-shot entries to the file
      e.g. at the point when we shut the VM down rather than having to add the
      whole file-descriptor infrastructure.
      
      Additionally this will allow to add the messages even after restart of
      libvirtd since virtlogd doesn't allow to obtain a regular context with
      filedescriptors while the VM is still active.
      5e6143fb
  2. 07 6月, 2016 38 次提交