Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Oops forgot to update the spec file, Danielv0.0.5LIBVIRT_0_0_5 | Daniel Veillard | 2006-02-23 | 1 | -0/+8 |
| | |||||
* | * src/libvirt.c: fixing a bug before the release of 0.0.5 | Daniel Veillard | 2006-02-23 | 8 | -12/+102 |
| | | | | | | | | * 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 | ||||
* | * NEWS configure.in docs/libvir.html docs/news.html: preparing the | Daniel Veillard | 2006-02-23 | 9 | -8/+48 |
| | | | | | | release of 0.0.5 * include/libvirt.h.in: fixed APIs definition Daniel | ||||
* | * python/tests/Makefile.am: added the create.py in the regression tests | Daniel Veillard | 2006-02-23 | 2 | -1/+6 |
| | | | | Daniel | ||||
* | * include/libvirt.h[.in] src/libvirt.c src/xend_internal.[ch] | Daniel Veillard | 2006-02-23 | 20 | -174/+407 |
| | | | | | | | src/libvirt_sym.version: added virDomainLookupByUUID and virDomainGetUUID to be able to use the persistant UUID names * docs//*: rebuilt the docs following the API extension Daniel | ||||
* | * configure.in libvirt.spec.in docs/Makefile.am docs/devhelp/*: | Daniel Veillard | 2006-02-22 | 12 | -2/+810 |
| | | | | | added devhelp docs support, based on libxml2 stylesheets Daniel | ||||
* | * TODO: updated | Daniel Veillard | 2006-02-22 | 4 | -5/+16 |
| | | | | | | * libvirt.spec.in: package the examples in the doc * src/Makefile.am: forgot to add xml.h Daniel | ||||
* | TODO update | Karel Zak | 2006-02-21 | 2 | -0/+15 |
| | |||||
* | * Makefile.am: extended make tests to run those in docs/examples | Daniel Veillard | 2006-02-21 | 6 | -3/+190 |
| | | | | | | * docs/examples/suspend.c docs/examples/*: added an example of suspend/resume and regenerated Daniel | ||||
* | * TODO: updated | Daniel Veillard | 2006-02-21 | 14 | -165/+159 |
| | | | | | | | * 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 | ||||
* | * src/libvirt.c src/xend_internal.c src/xend_internal.h: move the | Daniel Veillard | 2006-02-20 | 23 | -75/+358 |
| | | | | | | | | | | | | XML dump function around to make sure all entry points are centralized in libvirt.c and also avoid doc generation troubles. * docs/examples/Makefile.am docs/examples/index.py: fix the makefile a bit. * TODO: updated * docs/format.html: added a description of the XML used for the domains. * docs//*: rebuilt Daniel | ||||
* | * docs/examples/examples.xsl docs/examples/index.html | Daniel Veillard | 2006-02-20 | 31 | -323/+93 |
| | | | | | | | 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 | ||||
* | * TODO: updated | Daniel Veillard | 2006-02-20 | 10 | -24/+238 |
| | | | | | | | | * include/libvirt.h include/libvirt.h.in: cleanup * src/libvirt.c: remove debugging output * src/xend_internal.c src/xml.c src/xml.h: reimplement virDomainGetXMLDesc() based on xend interface, now work as user too. Daniel | ||||
* | * python/tests/create.py: trying to make test more generic, but it's | Daniel Veillard | 2006-02-17 | 4 | -12/+103 |
| | | | | | | | 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 | ||||
* | * configure.in src/Makefile.am: adding dependency to libxml2 | Daniel Veillard | 2006-02-16 | 20 | -70/+658 |
| | | | | | | | | | | | | * 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 | ||||
* | * configure.in libvirt.spec.in include/libvirt.h.in python/Makefile.am | Daniel Veillard | 2006-02-15 | 7 | -21/+28 |
| | | | | | | src/Makefile.am: fix rpm packaging problems whith head, more LIBVIR -> LIBVIRT changes. Daniel | ||||
* | * Makefile.am configure.in python/Makefile.am python/tests/Makefile.am | Daniel Veillard | 2006-02-14 | 6 | -1/+77 |
| | | | | | | python/tests/basic.py: added first python test script and a 'make tests' target Daniel | ||||
* | * libvirt.pc.in: Karel pointed out the name hadn't been updated | Daniel Veillard | 2006-02-10 | 2 | -1/+5 |
| | | | | Daniel | ||||
* | * python/libvir.c: fixed one more problem prior to 0.0.4v0.0.4LIBVIRT_0_0_4 | Daniel Veillard | 2006-02-10 | 2 | -1/+5 |
| | | | | Daniel | ||||
* | * NEWS configure.in docs/libvir.html docs/news.html include/libvirt.h | Daniel Veillard | 2006-02-10 | 8 | -5/+23 |
| | | | | | libvirt.spec.in: preparing 0.0.4 release Daniel | ||||
* | * README TODO config.h.in libvirt.pc.in: more cleanups. | Daniel Veillard | 2006-02-10 | 8 | -883/+23 |
| | | | | Daniel | ||||
* | Adding missing files, Daniel | Daniel Veillard | 2006-02-10 | 2 | -0/+144 |
| | |||||
* | * NEWS docs/*: regenerated and updated the docs post 0.0.3 release | Daniel Veillard | 2006-02-10 | 11 | -88/+108 |
| | | | | Daniel | ||||
* | * autogen.sh configure.in: fixed snapshot autogeneration, had to | Daniel Veillard | 2006-02-10 | 5 | -20/+23 |
| | | | | | tweak a few things Daniel | ||||
* | Fixing generation, Danielv0.0.3LIBVIRT_0_0_3 | Daniel Veillard | 2006-02-09 | 5 | -120/+120 |
| | |||||
* | * //* : renamed the project libvirt , this affects all makefiles, | Daniel Veillard | 2006-02-09 | 58 | -948/+1476 |
| | | | | | | the specs, the icons, the docs, etc ... * configure.in: prepare for 0.0.3 Daniel | ||||
* | fixing an error pointed by sct, Daniel | Daniel Veillard | 2006-02-03 | 2 | -2/+2 |
| | |||||
* | fix visrh "save" cmd | Karel Zak | 2006-02-03 | 2 | -1/+5 |
| | |||||
* | * configure.in docs/examples/*: starting to add examples. the XSLT | Daniel Veillard | 2006-01-31 | 7 | -0/+621 |
| | | | | | still need to be fixed for web site Daniel | ||||
* | * python/*: update of the python bindings, fix names, add | Daniel Veillard | 2006-01-31 | 8 | -4/+118 |
| | | | | | missing features like list of domains and domain info extraction Daniel | ||||
* | Release of 0.0.2, danielv0.0.2LIBVIR_0_0_2 | Daniel Veillard | 2006-01-31 | 15 | -15/+19 |
| | |||||
* | * NEWS docs/news.xsl: added stylesheet to generate NEWS file | Daniel Veillard | 2006-01-29 | 10 | -38/+143 |
| | | | | | * docs/*: updated docs preparing for the release Daniel | ||||
* | * docs/site.xsl docs/*.html: credits to Diana Fong for graphics | Daniel Veillard | 2006-01-29 | 9 | -10/+16 |
| | | | | | and web site design Daniel | ||||
* | * python/libvir.c: fix a stupid bug in python bindings (DomainDestroy | Daniel Veillard | 2006-01-28 | 2 | -0/+39 |
| | | | | | is still mishandled though) Daniel | ||||
* | * src/libvir.c src/xml.c: applied patch from Anthony Liguori | Daniel Veillard | 2006-01-27 | 3 | -113/+23 |
| | | | | | | to remove the XenStore transactions as this is not needed anymore. Daniel | ||||
* | * TODO: updated | Daniel Veillard | 2006-01-26 | 4 | -66/+108 |
| | | | | | | * docs/search.php: use the new web site design * python/generator.py: fix a generation bug on python keyword Daniel | ||||
* | add xshandle checks, fix virsh grammar | Karel Zak | 2006-01-25 | 16 | -74/+137 |
| | |||||
* | * src/libvir.c: Karel pointed out handle was lost in | Daniel Veillard | 2006-01-24 | 2 | -1/+9 |
| | | | | | virConnectOpenReadOnly() Daniel | ||||
* | * docs/site.xsl docs/*.png docs/*.html: update the images from Diana, | Daniel Veillard | 2006-01-23 | 14 | -12/+19 |
| | | | | | | added favicon to page. * src/libvir.c: reorganized the include imports. Daniel | ||||
* | * doc/*: augment and try to complete the doc in its current state | Daniel Veillard | 2006-01-23 | 8 | -45/+94 |
| | | | | Daniel | ||||
* | Updated and fixed a broken link, Daniel | Daniel Veillard | 2006-01-22 | 3 | -8/+18 |
| | |||||
* | * doc/*: started to augment and update the documentation | Daniel Veillard | 2006-01-22 | 6 | -33/+98 |
| | | | | Daniel | ||||
* | * doc//*: mostly finished the revamp in the plane, starts to look good | Daniel Veillard | 2006-01-21 | 25 | -358/+529 |
| | | | | Daniel | ||||
* | * doc/* : total revamp of the web site based on Diana Fong design | Daniel Veillard | 2006-01-20 | 30 | -1163/+556 |
| | | | | | but not completely integrated yet Daniel | ||||
* | * include/libvir.h include/libvir.h.in src/libvir.c: revamped the | Daniel Veillard | 2006-01-20 | 5 | -14/+143 |
| | | | | | | | | restore API (though it would be better if it was returning a domain pointer in case of success) * src/virsh.c: added save and restore to the commands, tested, the option handling need work though Daniel | ||||
* | * src/libvir.c src/xend_internal.c src/xend_internal.h: continue | Daniel Veillard | 2006-01-19 | 4 | -70/+167 |
| | | | | | | the integration of more xend based accesses, virsh seems to work without accessing the xen store now. Daniel | ||||
* | * src/libvir.c: small change w.r.t. reboot. | Daniel Veillard | 2006-01-18 | 2 | -1/+7 |
| | | | | Daniel | ||||
* | * include/libvir.h include/libvir.h.in src/libvir.c: more integration | Daniel Veillard | 2006-01-18 | 14 | -97/+515 |
| | | | | | | | of libxend capabilities, including checkpointing and restoring in a file. * docs//*: regenerated the docs Daniel | ||||
* | oops removing a debug warning, Daniel | Daniel Veillard | 2006-01-17 | 1 | -1/+0 |
| | |||||
* | * include/libvir.h[.in]: added VIR_DOMAIN_CRASHED status, small | Daniel Veillard | 2006-01-17 | 9 | -58/+198 |
| | | | | | | | | | doc fix * src/virsh.c: fix a integer being formatted as %s in idof * src/internal.h src/libvir.c src/xend_internal.[ch]: started to integrated the xend back-end, especially for getting informations about a domain. Daniel |