[libvirt] [PATCH v2 0/2] qemu_hotplug: introduce VIR_ERR_DEVICE_MISSING for failing to find the desired device

Chen Hanxiao chen_han_xiao at 126.com
Fri Jan 5 10:28:06 UTC 2018


We used VIR_ERR_OPERATION_INVALID for failing to find the desired
device.
But this error code is widely used.
This brings troubles to the project(i.e nova) powered by libvirt,
they had to analyze error messages to find out what
had happened.

Chen Hanxiao (2):
  qemu_hotplug: more proper error messages when target detaching device
    is not found
  qemu_hotplug: introduce VIR_ERR_DEVICE_MISSING for failing to find
    desired device

 include/libvirt/virterror.h |  1 +
 src/libvirt_private.syms    |  2 ++
 src/qemu/qemu_hotplug.c     | 54 +++++++++++++++++++++++++++++----------------
 src/util/virerror.c         |  6 +++++
 4 files changed, 44 insertions(+), 19 deletions(-)

-- 
2.14.3




More information about the libvir-list mailing list