[libvirt] [PATCH 0/2] Xen: cleanup use of virErrorDomain enum

Jim Fehlig jfehlig at suse.com
Wed Jan 20 18:58:27 UTC 2016


While reviewing a patch from Ian Campbell, I noticed the various
Xen-related elements in the virErrorDomain enum were not used
correctly throughout the corresponding source files.

Patch 1 fixes use of existing Xen-related elements in virErrorDomain.
Patch 2 adds a new element for Xen XL config and uses it in
src/xenconfig/xen_xl.c.

Jim Fehlig (2):
  Xen: VIR_FROM_THIS cleanup
  Xen: add XENXL to virErrorDomain enum

 include/libvirt/virterror.h   | 1 +
 src/util/virerror.c           | 1 +
 src/xen/xs_internal.c         | 2 +-
 src/xenconfig/xen_common.c    | 1 +
 src/xenconfig/xen_sxpr.c      | 2 ++
 src/xenconfig/xen_xl.c        | 2 +-
 src/xenconfig/xen_xm.c        | 1 +
 src/xenconfig/xenxs_private.h | 2 --
 8 files changed, 8 insertions(+), 4 deletions(-)

-- 
2.6.1




More information about the libvir-list mailing list