1. 13 8月, 2018 2 次提交
  2. 08 8月, 2018 4 次提交
  3. 07 8月, 2018 1 次提交
  4. 06 8月, 2018 5 次提交
  5. 27 7月, 2018 2 次提交
    • M
      Forget last daemon/ dir artefacts · cfdc0c77
      Michal Privoznik 提交于
      The most important part is LIBVIRTD_PATH env var fix. It is used
      in virFileFindResourceFull() from tests. The libvirtd no longer
      lives under daemon/.
      
      Then, libvirtd-fail test was still failing (as expected) but not
      because of missing config file but because it was trying to
      execute (nonexistent) top_builddir/daemon/libvirtd which
      fulfilled expected outcome and thus test did not fail.
      
      Thirdly, lcov was told to generate coverage for daemon/ dir too.
      
      Fourthly, our compiling documentation was still suggesting to run
      daemonn/libvirtd.
      
      And finally, some comments in a systemtap file and a probes file
      were still referring to daemon/libvirtd.
      Signed-off-by: NMichal Privoznik <mprivozn@redhat.com>
      Reviewed-by: NJohn Ferlan <jferlan@redhat.com>
      cfdc0c77
    • H
      news: Usb and sata for virsh attach-disk --address · 1f1e1e0d
      Han Han 提交于
      Signed-off-by: NHan Han <hhan@redhat.com>
      1f1e1e0d
  6. 25 7月, 2018 1 次提交
  7. 23 7月, 2018 2 次提交
    • A
      util: Improve virStrncpy() implementation · 7d70a63b
      Andrea Bolognani 提交于
      We finally get rid of the strncpy()-like semantics
      and implement our own, more sensible ones instead.
      
      As a bonus, this also fixes compilation on MinGW.
      Signed-off-by: NAndrea Bolognani <abologna@redhat.com>
      7d70a63b
    • A
      src: Make virStr*cpy*() functions return an int · 6c0d0210
      Andrea Bolognani 提交于
      Currently, the functions return a pointer to the
      destination buffer on success or NULL on failure.
      
      Not only does this kind of error handling look quite
      alien in the context of libvirt, where most functions
      return zero on success and a negative int on failure,
      but it's also somewhat pointless because unless there's
      been a failure the returned pointer will be the same
      one passed in by the user, thus offering no additional
      value.
      
      Change the functions so that they return an int
      instead.
      Signed-off-by: NAndrea Bolognani <abologna@redhat.com>
      6c0d0210
  8. 19 7月, 2018 6 次提交
  9. 18 7月, 2018 3 次提交
  10. 13 7月, 2018 1 次提交
  11. 03 7月, 2018 4 次提交
  12. 02 7月, 2018 1 次提交
  13. 27 6月, 2018 2 次提交
  14. 26 6月, 2018 4 次提交
  15. 25 6月, 2018 2 次提交