]> xenbits.xensource.com Git - libvirt.git/commit
Wed Jun 20 18:23:00 BST 2007 Richard W.M. Jones <rjones@redhat.com>
authorRichard W.M. Jones <rjones@redhat.com>
Wed, 20 Jun 2007 17:25:39 +0000 (17:25 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Wed, 20 Jun 2007 17:25:39 +0000 (17:25 +0000)
commite2df281e6ce5f33a3e74b384930245642cae1444
treeac874d35128d017fc784efd1af5b1899185a670b
parent17e1ee3cc73b3015371b86e664e8c8a9c6efe1f4
Wed Jun 20 18:23:00 BST 2007 Richard W.M. Jones <rjones@redhat.com>

* src/libvirt.c, src/qemu_internal.c, src/test.c,
  src/xen_unified.c, src/xend_internal.c,
  src/libvirt.c, include/libvirt/virterror.h:
  VIR_ERR_NO_SUPPORT means the function is not supported by
  the hypervisor.  VIR_ERR_NO_CONNECT means the connection
  failed.  VIR_ERR_CALL_FAILED is deprecated.  Drivers which
  decline a URI now no longer produce an error.  Make
  xen_unified.c ignore naked URI strings like "foo".
ChangeLog
include/libvirt/virterror.h
src/libvirt.c
src/qemu_internal.c
src/test.c
src/virterror.c
src/xen_unified.c
src/xend_internal.c