1. 25 7月, 2019 3 次提交
  2. 23 7月, 2019 1 次提交
  3. 19 7月, 2019 5 次提交
  4. 18 7月, 2019 5 次提交
  5. 16 7月, 2019 4 次提交
  6. 12 7月, 2019 4 次提交
  7. 11 7月, 2019 2 次提交
  8. 10 7月, 2019 1 次提交
  9. 09 7月, 2019 1 次提交
  10. 03 7月, 2019 4 次提交
  11. 28 6月, 2019 2 次提交
  12. 27 6月, 2019 1 次提交
    • D
      Revert "error: Add VIR_ERR_DEPRECATED error code" · bd17012f
      Daniel P. Berrangé 提交于
      This reverts commit 226094fb.
      
      A deprecation is a warning to something that use of a feature is
      being discouraged. By definition it is not an error condition to
      continue to use a deprecated feature.
      
      A VIR_ERR_DEPRECATED constant thus makes no conceptual sense. For
      features which are entirely absent we already document that the
      VIR_ERR_NO_SUPPORT code will be used. There is no need to distinguish
      between a feature which never existed and a feature which previously
      existed and was since removed.
      Reviewed-by: NJán Tomko <jtomko@redhat.com>
      Signed-off-by: NDaniel P. Berrangé <berrange@redhat.com>
      bd17012f
  13. 26 6月, 2019 7 次提交