1. 11 7月, 2017 3 次提交
  2. 22 6月, 2017 1 次提交
  3. 20 6月, 2017 6 次提交
  4. 04 4月, 2017 1 次提交
  5. 22 2月, 2017 2 次提交
  6. 21 2月, 2017 1 次提交
  7. 06 9月, 2016 2 次提交
  8. 18 8月, 2016 1 次提交
  9. 16 8月, 2016 1 次提交
  10. 27 7月, 2016 7 次提交
  11. 08 6月, 2016 4 次提交
  12. 20 4月, 2016 1 次提交
    • C
      storage: remove support for /usr/bin/kvm-img · 487d211d
      Cole Robinson 提交于
      This an ubuntu/debian packaging convention. At one point it may have
      been an actually different binary, but at least as of ubuntu precise
      (the oldest supported ubuntu distro, released april 2012) kvm-img is
      just a symlink to qemu-img for back compat.
      
      I think it's safe to drop support for it
      487d211d
  13. 04 2月, 2015 2 次提交
  14. 21 11月, 2014 2 次提交
  15. 30 10月, 2014 1 次提交
    • P
      storage: Fix crash when parsing backing store URI with schema · 98784369
      Peter Krempa 提交于
      The code that parses the schema from the URI touches the "hosts[0]"
      member of the storage file source structure in case the URI contains a
      schema. The hosts array was not yet allocated at the point in the code
      where the transport protocol was parsed and set. This lead to a crash of
      libvirtd.
      
      Fix the code by allocating the "hosts" array upfront and add a test case
      to verify this scenario. (Unfortunately this requires shuffling the test
      case numbers too).
      
      Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1156288
      98784369
  16. 24 9月, 2014 1 次提交
    • P
      util: storage: Allow metadata crawler to report useful errors · b8549877
      Peter Krempa 提交于
      Add a new parameter to virStorageFileGetMetadata that will break the
      backing chain detection process and report useful error message rather
      than having to use virStorageFileChainGetBroken.
      
      This patch just introduces the option, usage will be provided
      separately.
      b8549877
  17. 09 7月, 2014 1 次提交
  18. 25 6月, 2014 3 次提交