[libvirt] [PATCH 0/4] Remove VIR_ERR_DEPRECATED & associated pieces

Daniel P. Berrangé berrange at redhat.com
Wed Jun 26 15:54:39 UTC 2019


A deprecation is inherantly a warning, not an error, so adding an error
with this name makes no conceptual sense.

Features in drivers may come & go at any time and we've always use the
VIR_ERR_NO_SUPPORT to indicate when a hypervisor driver does not support
a particular API.

Daniel P. Berrangé (4):
  qemu: delete methods which are no longer supported
  Revert "error: Add VIR_ERR_DEPRECATED error code"
  Revert "docs: css: Add style for <span class='deprecated'> ..."
  Revert "docs: hvsupport: Add support for deprecating hypervisor
    implementations"

 docs/hvsupport.pl           | 44 ++++++++++++-------------------------
 docs/libvirt.css            | 10 ---------
 include/libvirt/virterror.h |  1 -
 src/qemu/qemu_driver.c      | 31 --------------------------
 src/util/virerror.c         |  4 ----
 5 files changed, 14 insertions(+), 76 deletions(-)

-- 
2.21.0




More information about the libvir-list mailing list