- 24 7月, 2007 1 次提交
-
-
由 Daniel Veillard 提交于
* src/libvirt.c python/generator.py: some cleanup and warnings from Richard W.M. Jones Daniel
-
- 26 6月, 2007 1 次提交
-
-
由 Richard W.M. Jones 提交于
* src/remote_internal.c, python/Makefile.am: Python bindings fixed, and now building virConnect.getHostname and virConnect.getURI. Fixed a problem which stopped libvirt.py from being (re-)built. Rearranged python/Makefile.am to make it cleaner and clearer.
-
- 25 6月, 2007 1 次提交
-
-
由 Richard W.M. Jones 提交于
* include/libvirt/libvirt.h.in, src/libvirt.c, src/libvirt_sym.version, python/generator.py: Added virDomainGetConnect and virNetworkGetConnect to allow us to get the "hidden" connection associated with each domain or network.
-
- 15 6月, 2007 1 次提交
-
-
由 Richard W.M. Jones 提交于
* src/internal.h, src/virsh.c: Replace _N with N_ so that Solaris builds work (Mark Johnson). * src/virsh.c: Add a couple of missing error messages (Mark Johnson). * python/types.c: Fix NULL pointer deref on DEBUG build (Mark Johnson). * src/virsh.c: Spelling fix (Mark Johnson).
-
- 29 5月, 2007 1 次提交
-
-
由 Richard W.M. Jones 提交于
+ + * python/generator.py, python/libvir.c, python/libvir.py: + Wrap the virGetVersion call as Python libvirt.getVersion. + + * src/libvirt.c: Change virGetVersion so that the driver name + is case insensitive. +
-
- 16 4月, 2007 1 次提交
-
-
由 Daniel P. Berrange 提交于
-
- 11 4月, 2007 1 次提交
-
-
由 Daniel P. Berrange 提交于
-
- 28 3月, 2007 1 次提交
-
-
由 Richard W.M. Jones 提交于
in almost all cases where an error is encountered in the underlying libvirt code.
-
- 16 3月, 2007 1 次提交
-
-
由 Daniel Veillard 提交于
virNetworkDefine binding Daniel
-
- 15 3月, 2007 1 次提交
-
-
由 Daniel Veillard 提交于
virNetworkLookup...() functions, which were clashing with equivalent virConnLookup...() equivalents, as reported by Tatsuro Enokura Daniel
-
- 09 3月, 2007 1 次提交
-
-
由 Daniel P. Berrange 提交于
-
- 07 3月, 2007 1 次提交
-
-
由 Daniel P. Berrange 提交于
-
- 02 3月, 2007 1 次提交
-
-
由 Mark McLoughlin 提交于
* acinclude.m4: add LIBVIRT_COMPILE_WARNINGS, copied from GNOME but with a few more flags we'd been using. * configure.in: use that instead of setting CFLAGS directly. * proxy/Makefile.am, python/Makefile.am, qemud/Makefile.am, src/Makefile.am, tests/Makefile.am: use $(WARN_CFLAGS)
-
- 15 2月, 2007 1 次提交
-
-
由 Daniel P. Berrange 提交于
-
- 23 1月, 2007 1 次提交
-
-
由 Mark McLoughlin 提交于
* include/libvirt/libvirt.h.in: add VIR_UUID_BUFLEN and VIR_UUID_STRING_BUFLEN * libvirt/proxy/libvirt_proxy.c, libvirt/src/hash.c, libvirt/src/internal.h, libvirt/src/libvirt.c, libvirt/src/proxy_internal.c, libvirt/src/test.c, libvirt/src/virsh.c, libvirt/src/xend_internal.c, libvirt/src/xm_internal.c, libvirt/src/xml.c, libvirt/python/libvir.c: use them
-
- 16 11月, 2006 2 次提交
-
-
由 Daniel P. Berrange 提交于
-
由 Daniel P. Berrange 提交于
-
- 11 11月, 2006 1 次提交
-
-
由 Daniel P. Berrange 提交于
-
- 09 11月, 2006 1 次提交
-
-
由 Daniel Veillard 提交于
from Domain class instances to the Connect they were issued from should fix rhbz#204490 * docs//*: rebuilt Daniel
-
- 08 11月, 2006 1 次提交
-
-
由 Daniel P. Berrange 提交于
-
- 25 10月, 2006 1 次提交
-
-
由 Daniel P. Berrange 提交于
-
- 29 8月, 2006 1 次提交
-
-
由 Daniel Veillard 提交于
when handling errors in Python Daniel
-
- 04 8月, 2006 1 次提交
-
-
由 Daniel Veillard 提交于
Dan Berrange reported problems due to this when using virDomainSetMemory bindings Daniel
-
- 06 7月, 2006 1 次提交
-
-
由 Mark McLoughlin 提交于
-
- 26 6月, 2006 1 次提交
-
-
由 Daniel Veillard 提交于
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
-
- 29 3月, 2006 2 次提交
-
-
由 Daniel Veillard 提交于
* python/tests/Makefile.am python/tests/node.py: added a new test for the new API * python/tests/create.py: remove a debug Daniel
-
由 Daniel Veillard 提交于
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
-
- 28 3月, 2006 2 次提交
-
-
由 Daniel Veillard 提交于
* 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
-
由 Daniel Veillard 提交于
the Perl bindings, regenerated * python/libvirt_wrap.h: added a missing include. Daniel
-
- 23 3月, 2006 1 次提交
-
-
由 Daniel Veillard 提交于
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
-
- 22 3月, 2006 2 次提交
-
-
由 Daniel Veillard 提交于
* src/libvirt.c src/xend_internal.c src/xend_internal.h: more work on the xend refactoring Daniel
-
由 Daniel Veillard 提交于
Daniel
-
- 28 2月, 2006 3 次提交
-
-
由 Daniel Veillard 提交于
preparing release 0.0.6 Daniel
-
由 Daniel Veillard 提交于
-
由 Daniel Veillard 提交于
* 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
-
- 24 2月, 2006 1 次提交
-
-
由 Daniel Veillard 提交于
UUID strings can contain zeroes, so the autogenerated conversion functions don't work. Daniel
-
- 23 2月, 2006 2 次提交
-
-
由 Daniel Veillard 提交于
* 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 Veillard 提交于
Daniel
-
- 21 2月, 2006 2 次提交
-
-
由 Daniel Veillard 提交于
* 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
-
由 Daniel Veillard 提交于
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
-