]> git.ipfire.org Git - thirdparty/libvirt.git/commit
* include/libvirt.h[.in] include/virterror.h src/driver.h
authorDaniel Veillard <veillard@redhat.com>
Wed, 29 Mar 2006 12:46:03 +0000 (12:46 +0000)
committerDaniel Veillard <veillard@redhat.com>
Wed, 29 Mar 2006 12:46:03 +0000 (12:46 +0000)
commit212eaea3238774fd7e22a270d6241bd141e07f66
tree46c9e28740d88c811912d629e9fe084c2a41fb12
parent78de9baafcfbb5445dad3222ee187c11bcb48eae
* include/libvirt.h[.in] include/virterror.h src/driver.h
  src/internal.h src/libvirt_sym.version src/xen_internal.c
  src/xs_internal.c: added a new entry point to get node hardware
  informations virGetNodeInfo, and associated driver hook.
* src/xend_internal.c: implemented the node and version information
  hooks for the Xen Daemon
* python/libvir.c python/libvirt-python-api.xml python/generator.py:
  also added Python bindings for the new call
Daniel
18 files changed:
ChangeLog
include/libvirt.h
include/libvirt.h.in
include/libvirt/libvirt.h
include/libvirt/libvirt.h.in
include/libvirt/virterror.h
include/virterror.h
python/generator.py
python/libvir.c
python/libvirt-python-api.xml
src/driver.h
src/internal.h
src/libvirt.c
src/libvirt_sym.version
src/virterror.c
src/xen_internal.c
src/xend_internal.c
src/xs_internal.c