| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
| |
* 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
|