[libvirt] [PATCH v2 0/8] Replace VIR_ERROR with standard vir*Error in state driver init

Jovanka Gulicoska jovanka.gulicoska at gmail.com
Mon May 23 18:35:53 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 (8):
  uml: Replace VIR_ERROR with standard vir*Error in state driver init
  xen: Replace VIR_ERROR with standard vir*Error in state driver init
  bhyve: Replace VIR_ERROR with standard vir*Error in state driver init
  libxl: Replace VIR_ERROR with standard vir*Error in state driver init
  node_device: Replace VIR_ERROR with standard vir*Error in state driver
    init
  nwfilter: Replace VIR_ERROR with standard vir*Error in state driver
    init
  qemu: Replace VIR_ERROR with standard vir*Error in state driver init
  storage: Replace VIR_ERROR with standard vir*Error in state driver
    init

 src/bhyve/bhyve_driver.c           |  4 +--
 src/libxl/libxl_driver.c           |  6 ++---
 src/node_device/node_device_hal.c  | 24 ++++++++++-------
 src/node_device/node_device_udev.c | 45 +++++++++++++++++++------------
 src/nwfilter/nwfilter_driver.c     |  5 ++--
 src/qemu/qemu_driver.c             | 55 ++++++++++++++++++++++++--------------
 src/storage/storage_driver.c       | 32 +++++++++++++---------
 src/uml/uml_driver.c               | 20 +++++++-------
 src/xen/xen_driver.c               |  5 ++--
 9 files changed, 119 insertions(+), 77 deletions(-)

-- 
2.5.5




More information about the libvir-list mailing list