| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
from Domain class instances to the Connect they were issued from
should fix rhbz#204490
* docs//*: rebuilt
Daniel
|
| |
|
| |
|
|
|
|
|
| |
when handling errors in Python
Daniel
|
|
|
|
|
|
| |
Dan Berrange reported problems due to this when using
virDomainSetMemory bindings
Daniel
|
| |
|
|
|
|
|
|
|
|
|
|
| |
include/libvirt/virterror.h python/generator.py python/libvir.c
python/libvirt_wrap.h src/driver.h src/internal.h src/test.h
src/virsh.c src/virterror.c src/xend_internal.c src/xend_internal.h
src/xml.c src/xml.h: moved the includes from include/ to
include/libvirt to reflect the installed include tree. This
avoid using "" in the includes themselves.
Daniel
|
|
|
|
|
|
|
| |
* python/tests/Makefile.am python/tests/node.py: added a new test for
the new API
* python/tests/create.py: remove a debug
Daniel
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
* src/libvirt_sym.version: add initialize entry point
* src/libvirt.c: make sure we always initialize the lib
* python/tests/*.py: start updating exemple for exception
handling as pointed by Jim Meyering
Daniel
|
|
|
|
|
|
| |
the Perl bindings, regenerated
* python/libvirt_wrap.h: added a missing include.
Daniel
|
|
|
|
|
|
|
| |
src/virterror.c: created a new module related to Xen Store accesses
* src/libvirt.c src/xen_internal.[ch] src/xend_internal.[ch]:
nearly completed the separation of the code from the different modules
Daniel
|
|
|
|
|
|
| |
* src/libvirt.c src/xend_internal.c src/xend_internal.h: more work
on the xend refactoring
Daniel
|
|
|
|
| |
Daniel
|
|
|
|
|
| |
preparing release 0.0.6
Daniel
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* python/Makefile.am python/generator.py python/libvir.c
python/libvir.py: improved python binding, raise exception
when an instance creation or lookup fails, and add support
for the global error handler, per conn handler still needed
* python/tests/error.py python/tests/Makefile.am: adding a
regression test
Daniel
|
|
|
|
|
|
| |
UUID strings can contain zeroes, so the autogenerated conversion
functions don't work.
Daniel
|
|
|
|
|
|
|
|
| |
* python/generator.py python/libvir.c python/libvirt-python-api.xml:
also fixing the binding for getting a domain UUID
* python/tests/Makefile.am python/tests/uuid.py: added a test
for the new UUID API
Daniel
|
|
|
|
| |
Daniel
|
|
|
|
|
|
|
| |
* python/tests/Makefile.am: fix a small PYTHONPATH bug
* docs//*: fixed the xsl a bit for toc names, added doc for
the python bindings, regenerated
Daniel
|
|
|
|
|
|
|
| |
docs/site.xsl: integates the examples page in the web site
* docs//* : fixed generator and rebuilt the docs
* python/tests/basic.py python/tests/create.py: couple cleanups
Daniel
|
|
|
|
|
|
|
| |
difficult since it requires a system image
* src/libvirt.c src/xend_internal.c: fixed the shutdown API which
was broken due to a bad reason at the xend level.
Daniel
|
|
|
|
|
|
|
|
|
|
|
|
| |
* include/libvirt.h* src/libvirt.c src/xend_internal.[ch]
src/xml.[ch]: added XML parsing for Xen domain descriptions
needed for creates, plugged in a converter to s-exp and
xend call. Modified the virDomainCreateLinux() to reflect
that XML based description. Seems to work.
* python/tests/create.py: added a test case which seems to work
not tested much yet
* docs/*: regenerated
Daniel
|
|
|
|
|
|
| |
src/Makefile.am: fix rpm packaging problems whith head, more
LIBVIR -> LIBVIRT changes.
Daniel
|
|
|
|
|
|
| |
python/tests/basic.py: added first python test script and
a 'make tests' target
Daniel
|
|
|
|
| |
Daniel
|
|
|
|
|
|
| |
the specs, the icons, the docs, etc ...
* configure.in: prepare for 0.0.3
Daniel
|
|
|
|
|
| |
missing features like list of domains and domain info extraction
Daniel
|
|
|
|
|
| |
is still mishandled though)
Daniel
|
|
|
|
|
|
| |
* docs/search.php: use the new web site design
* python/generator.py: fix a generation bug on python keyword
Daniel
|
|
version for python bindings, heavilly based on libxml2/libxslt
way of doing things, maybe this need to be revisited. Added packaging
too.
* src/hash.h: fixed the Copyright notice.
Daniel
|