[libvirt] [PATCH] Replace VIR_ERROR with standard vir*Error in state driver init

Jovanka Gulicoska jovanka.gulicoska at gmail.com
Fri May 20 13:46:32 UTC 2016


Replace VIR_ERROR logging macros for error reporting in driver startup routines
with vir*Error function.

Link to task: http://wiki.libvirt.org/page/BiteSizedTasks#Replace_VIR_ERROR_with_standard_vir.2AError_in_state_driver_init

Jovanka Gulicoska (1):
  Replace VIR_ERROR with standard vir*Error in state driver init

 src/bhyve/bhyve_driver.c           |  5 +++--
 src/libxl/libxl_driver.c           |  6 ++---
 src/lxc/lxc_driver.c               |  2 +-
 src/node_device/node_device_hal.c  | 19 ++++++++--------
 src/node_device/node_device_udev.c | 32 +++++++++++++-------------
 src/nwfilter/nwfilter_driver.c     |  4 ++--
 src/qemu/qemu_driver.c             | 43 ++++++++++++++++++-----------------
 src/storage/storage_driver.c       | 46 +++++++++++++++++++-------------------
 src/uml/uml_driver.c               | 21 ++++++++---------
 src/xen/xen_driver.c               |  5 +++--
 10 files changed, 95 insertions(+), 88 deletions(-)

-- 
2.5.5




More information about the libvir-list mailing list