[libvirt] [PATCH v3 0/3] More usage of virGetLastErrorMessage()

Jovanka Gulicoska jovanka.gulicoska at gmail.com
Thu May 19 19:10:16 UTC 2016


Use virGetLastErrorMessage() instead of virGetLastError()
Link to task: http://wiki.libvirt.org/page/BiteSizedTasks#More_usage_of_virGetLastErrorMessage.28.29

Jovanka Gulicoska (3):
  tests: nodeinfotest: Convert to virGetLastErrorMessage()
  tests: More usage of virGetLastErrorMessage()
  More usage of virGetLastErrorMessage

 daemon/libvirtd.c                   |  8 +---
 examples/object-events/event-test.c |  9 ++---
 src/bhyve/bhyve_driver.c            |  3 +-
 src/conf/virsecretobj.c             |  5 +--
 src/libvirt.c                       |  3 +-
 src/libxl/libxl_domain.c            |  3 +-
 src/libxl/libxl_driver.c            |  4 +-
 src/locking/lock_daemon.c           |  8 +---
 src/logging/log_daemon.c            |  8 +---
 src/lxc/lxc_container.c             |  9 ++---
 src/lxc/lxc_controller.c            |  9 ++---
 src/lxc/lxc_domain.c                |  4 +-
 src/lxc/lxc_process.c               |  6 +--
 src/rpc/virnettlscontext.c          |  3 +-
 src/storage/storage_driver.c        | 16 ++------
 src/uml/uml_driver.c                |  3 +-
 src/util/iohelper.c                 | 10 +----
 src/util/virhook.c                  |  3 +-
 src/util/virhostdev.c               | 20 ++++-----
 tests/commandtest.c                 | 81 +++++++++++++------------------------
 tests/libvirtdconftest.c            | 26 ++++++------
 tests/nodeinfotest.c                |  8 ++--
 tests/openvzutilstest.c             |  7 +---
 tests/qemucapsprobe.c               |  6 +--
 tests/securityselinuxtest.c         |  6 +--
 25 files changed, 91 insertions(+), 177 deletions(-)

-- 
2.5.5




More information about the libvir-list mailing list