summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Oops forgot to update the spec file, Danielv0.0.5LIBVIRT_0_0_5Daniel Veillard2006-02-231-0/+8
|
* * src/libvirt.c: fixing a bug before the release of 0.0.5Daniel Veillard2006-02-238-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 theDaniel Veillard2006-02-239-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 testsDaniel Veillard2006-02-232-1/+6
| | | | Daniel
* * include/libvirt.h[.in] src/libvirt.c src/xend_internal.[ch]Daniel Veillard2006-02-2320-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 Veillard2006-02-2212-2/+810
| | | | | added devhelp docs support, based on libxml2 stylesheets Daniel
* * TODO: updatedDaniel Veillard2006-02-224-5/+16
| | | | | | * libvirt.spec.in: package the examples in the doc * src/Makefile.am: forgot to add xml.h Daniel
* TODO updateKarel Zak2006-02-212-0/+15
|
* * Makefile.am: extended make tests to run those in docs/examplesDaniel Veillard2006-02-216-3/+190
| | | | | | * docs/examples/suspend.c docs/examples/*: added an example of suspend/resume and regenerated Daniel
* * TODO: updatedDaniel Veillard2006-02-2114-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 theDaniel Veillard2006-02-2023-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.htmlDaniel Veillard2006-02-2031-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: updatedDaniel Veillard2006-02-2010-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'sDaniel Veillard2006-02-174-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 libxml2Daniel Veillard2006-02-1620-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.amDaniel Veillard2006-02-157-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.amDaniel Veillard2006-02-146-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 updatedDaniel Veillard2006-02-102-1/+5
| | | | Daniel
* * python/libvir.c: fixed one more problem prior to 0.0.4v0.0.4LIBVIRT_0_0_4Daniel Veillard2006-02-102-1/+5
| | | | Daniel
* * NEWS configure.in docs/libvir.html docs/news.html include/libvirt.hDaniel Veillard2006-02-108-5/+23
| | | | | libvirt.spec.in: preparing 0.0.4 release Daniel
* * README TODO config.h.in libvirt.pc.in: more cleanups.Daniel Veillard2006-02-108-883/+23
| | | | Daniel
* Adding missing files, DanielDaniel Veillard2006-02-102-0/+144
|
* * NEWS docs/*: regenerated and updated the docs post 0.0.3 releaseDaniel Veillard2006-02-1011-88/+108
| | | | Daniel
* * autogen.sh configure.in: fixed snapshot autogeneration, had toDaniel Veillard2006-02-105-20/+23
| | | | | tweak a few things Daniel
* Fixing generation, Danielv0.0.3LIBVIRT_0_0_3Daniel Veillard2006-02-095-120/+120
|
* * //* : renamed the project libvirt , this affects all makefiles,Daniel Veillard2006-02-0958-948/+1476
| | | | | | the specs, the icons, the docs, etc ... * configure.in: prepare for 0.0.3 Daniel
* fixing an error pointed by sct, DanielDaniel Veillard2006-02-032-2/+2
|
* fix visrh "save" cmdKarel Zak2006-02-032-1/+5
|
* * configure.in docs/examples/*: starting to add examples. the XSLTDaniel Veillard2006-01-317-0/+621
| | | | | still need to be fixed for web site Daniel
* * python/*: update of the python bindings, fix names, addDaniel Veillard2006-01-318-4/+118
| | | | | missing features like list of domains and domain info extraction Daniel
* Release of 0.0.2, danielv0.0.2LIBVIR_0_0_2Daniel Veillard2006-01-3115-15/+19
|
* * NEWS docs/news.xsl: added stylesheet to generate NEWS fileDaniel Veillard2006-01-2910-38/+143
| | | | | * docs/*: updated docs preparing for the release Daniel
* * docs/site.xsl docs/*.html: credits to Diana Fong for graphicsDaniel Veillard2006-01-299-10/+16
| | | | | and web site design Daniel
* * python/libvir.c: fix a stupid bug in python bindings (DomainDestroyDaniel Veillard2006-01-282-0/+39
| | | | | is still mishandled though) Daniel
* * src/libvir.c src/xml.c: applied patch from Anthony LiguoriDaniel Veillard2006-01-273-113/+23
| | | | | | to remove the XenStore transactions as this is not needed anymore. Daniel
* * TODO: updatedDaniel Veillard2006-01-264-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 grammarKarel Zak2006-01-2516-74/+137
|
* * src/libvir.c: Karel pointed out handle was lost inDaniel Veillard2006-01-242-1/+9
| | | | | virConnectOpenReadOnly() Daniel
* * docs/site.xsl docs/*.png docs/*.html: update the images from Diana,Daniel Veillard2006-01-2314-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 stateDaniel Veillard2006-01-238-45/+94
| | | | Daniel
* Updated and fixed a broken link, DanielDaniel Veillard2006-01-223-8/+18
|
* * doc/*: started to augment and update the documentationDaniel Veillard2006-01-226-33/+98
| | | | Daniel
* * doc//*: mostly finished the revamp in the plane, starts to look goodDaniel Veillard2006-01-2125-358/+529
| | | | Daniel
* * doc/* : total revamp of the web site based on Diana Fong designDaniel Veillard2006-01-2030-1163/+556
| | | | | but not completely integrated yet Daniel
* * include/libvir.h include/libvir.h.in src/libvir.c: revamped theDaniel Veillard2006-01-205-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: continueDaniel Veillard2006-01-194-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 Veillard2006-01-182-1/+7
| | | | Daniel
* * include/libvir.h include/libvir.h.in src/libvir.c: more integrationDaniel Veillard2006-01-1814-97/+515
| | | | | | | of libxend capabilities, including checkpointing and restoring in a file. * docs//*: regenerated the docs Daniel
* oops removing a debug warning, DanielDaniel Veillard2006-01-171-1/+0
|
* * include/libvir.h[.in]: added VIR_DOMAIN_CRASHED status, smallDaniel Veillard2006-01-179-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