Daniel Veillard
7d28bba98d
Fixing link to search.php, Daniel
2006-02-24 22:42:27 +00:00
Daniel Veillard
ac6eb960cf
missing Daniel
2006-02-24 22:37:23 +00:00
Daniel Veillard
8557bc67a4
* src/Makefile.am src/internal.h src/libvirt.c src/libvirt_sym.version
...
src/virterror.c include/Makefile.am include/virterror.h: adding
the public APIs for errors, callbacks and synchronous. The boring
stuff is still left to do, plugging it. Also need to be exposed
at the python level.
* doc//*: rebuilt
Daniel
2006-02-24 22:36:10 +00:00
Daniel Veillard
868f93ba8e
Tiny fix, Daniel
2006-02-24 21:22:21 +00:00
Daniel Veillard
4750942abe
* docs/index.py docs/search.php: fixing the search engine.
...
Daniel
2006-02-24 21:17:54 +00:00
Daniel Veillard
5800109158
A few libvir->libvirt, Daniel
2006-02-24 13:47:47 +00:00
Daniel Veillard
fd21f1b3ec
* python/generator.py python/libvir.c python/libvirt-python-api.xml:
...
UUID strings can contain zeroes, so the autogenerated conversion
functions don't work.
Daniel
2006-02-24 12:26:56 +00:00
Daniel Veillard
20cfd0c818
Oops forgot to update the spec file, Daniel
2006-02-23 11:35:37 +00:00
Daniel Veillard
97f9566687
* src/libvirt.c: fixing a bug before the release of 0.0.5
...
* 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
2006-02-23 11:26:17 +00:00
Daniel Veillard
6eaf35d077
* NEWS configure.in docs/libvir.html docs/news.html: preparing the
...
release of 0.0.5
* include/libvirt.h.in: fixed APIs definition
Daniel
2006-02-23 10:42:29 +00:00
Daniel Veillard
6ce04643d0
* python/tests/Makefile.am: added the create.py in the regression tests
...
Daniel
2006-02-23 10:31:23 +00:00
Daniel Veillard
6536c00f25
* include/libvirt.h[.in] src/libvirt.c src/xend_internal.[ch]
...
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
2006-02-23 10:13:55 +00:00
Daniel Veillard
21df1e503b
* configure.in libvirt.spec.in docs/Makefile.am docs/devhelp/*:
...
added devhelp docs support, based on libxml2 stylesheets
Daniel
2006-02-22 10:54:54 +00:00
Daniel Veillard
a3512b01f9
* TODO: updated
...
* libvirt.spec.in: package the examples in the doc
* src/Makefile.am: forgot to add xml.h
Daniel
2006-02-22 08:59:00 +00:00
Karel Zak
d02fa086ff
TODO update
2006-02-21 21:01:09 +00:00
Daniel Veillard
c509b5cd0b
* Makefile.am: extended make tests to run those in docs/examples
...
* docs/examples/suspend.c docs/examples/*: added an example of
suspend/resume and regenerated
Daniel
2006-02-21 14:15:32 +00:00
Daniel Veillard
d3a15eb303
* TODO: updated
...
* 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
2006-02-21 13:23:16 +00:00
Daniel Veillard
9a2ec00a05
* src/libvirt.c src/xend_internal.c src/xend_internal.h: move the
...
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
2006-02-20 23:08:47 +00:00
Daniel Veillard
9c5111b9c9
* docs/examples/examples.xsl docs/examples/index.html
...
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
2006-02-20 20:50:48 +00:00
Daniel Veillard
144141872b
* TODO: updated
...
* 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
2006-02-20 17:22:16 +00:00
Daniel Veillard
82402982c8
* python/tests/create.py: trying to make test more generic, but it's
...
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
2006-02-17 13:18:57 +00:00
Daniel Veillard
77e8b6c62c
* configure.in src/Makefile.am: adding dependency to libxml2
...
* 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
2006-02-16 22:50:52 +00:00
Daniel Veillard
2985f0acdb
* configure.in libvirt.spec.in include/libvirt.h.in python/Makefile.am
...
src/Makefile.am: fix rpm packaging problems whith head, more
LIBVIR -> LIBVIRT changes.
Daniel
2006-02-15 13:21:17 +00:00
Daniel Veillard
f32eee58b0
* Makefile.am configure.in python/Makefile.am python/tests/Makefile.am
...
python/tests/basic.py: added first python test script and
a 'make tests' target
Daniel
2006-02-14 14:30:42 +00:00
Daniel Veillard
a5f9391541
* libvirt.pc.in: Karel pointed out the name hadn't been updated
...
Daniel
2006-02-10 15:46:36 +00:00
Daniel Veillard
04142f1c5e
* python/libvir.c: fixed one more problem prior to 0.0.4
...
Daniel
2006-02-10 10:31:50 +00:00
Daniel Veillard
2a9660e425
* NEWS configure.in docs/libvir.html docs/news.html include/libvirt.h
...
libvirt.spec.in: preparing 0.0.4 release
Daniel
2006-02-10 10:28:59 +00:00
Daniel Veillard
7191077439
* README TODO config.h.in libvirt.pc.in: more cleanups.
...
Daniel
2006-02-10 10:11:21 +00:00
Daniel Veillard
60c5aabc5a
Adding missing files, Daniel
2006-02-10 08:47:26 +00:00
Daniel Veillard
f2fec34604
* NEWS docs/*: regenerated and updated the docs post 0.0.3 release
...
Daniel
2006-02-10 08:43:31 +00:00
Daniel Veillard
0b2869fb84
* autogen.sh configure.in: fixed snapshot autogeneration, had to
...
tweak a few things
Daniel
2006-02-10 08:40:20 +00:00
Daniel Veillard
5fe8d8b3ff
Fixing generation, Daniel
2006-02-09 18:03:54 +00:00
Daniel Veillard
8c423e6c83
* //* : renamed the project libvirt , this affects all makefiles,
...
the specs, the icons, the docs, etc ...
* configure.in: prepare for 0.0.3
Daniel
2006-02-09 17:45:11 +00:00
Daniel Veillard
1c40364403
fixing an error pointed by sct, Daniel
2006-02-03 16:51:36 +00:00
Karel Zak
17202ea686
fix visrh "save" cmd
2006-02-03 14:49:41 +00:00
Daniel Veillard
7871d455b3
* configure.in docs/examples/*: starting to add examples. the XSLT
...
still need to be fixed for web site
Daniel
2006-01-31 18:13:27 +00:00
Daniel Veillard
b6022c2ad3
* python/*: update of the python bindings, fix names, add
...
missing features like list of domains and domain info extraction
Daniel
2006-01-31 10:24:12 +00:00
Daniel Veillard
ca586e5a80
Release of 0.0.2, daniel
2006-01-31 10:21:10 +00:00
Daniel Veillard
3afad0b2f0
* NEWS docs/news.xsl: added stylesheet to generate NEWS file
...
* docs/*: updated docs preparing for the release
Daniel
2006-01-29 10:56:15 +00:00
Daniel Veillard
eece06a14f
* docs/site.xsl docs/*.html: credits to Diana Fong for graphics
...
and web site design
Daniel
2006-01-29 08:52:59 +00:00
Daniel Veillard
e9736c7d92
* python/libvir.c: fix a stupid bug in python bindings (DomainDestroy
...
is still mishandled though)
Daniel
2006-01-28 20:24:55 +00:00
Daniel Veillard
b259e6be88
* src/libvir.c src/xml.c: applied patch from Anthony Liguori
...
to remove the XenStore transactions as this is not needed
anymore.
Daniel
2006-01-27 08:59:42 +00:00
Daniel Veillard
b2764c3d94
* TODO: updated
...
* docs/search.php: use the new web site design
* python/generator.py: fix a generation bug on python keyword
Daniel
2006-01-26 12:11:32 +00:00
Karel Zak
b64c353863
add xshandle checks, fix virsh grammar
2006-01-25 09:46:22 +00:00
Daniel Veillard
41e990528a
* src/libvir.c: Karel pointed out handle was lost in
...
virConnectOpenReadOnly()
Daniel
2006-01-24 13:10:39 +00:00
Daniel Veillard
46202b3705
* docs/site.xsl docs/*.png docs/*.html: update the images from Diana,
...
added favicon to page.
* src/libvir.c: reorganized the include imports.
Daniel
2006-01-23 22:55:41 +00:00
Daniel Veillard
d0a71d23da
* doc/*: augment and try to complete the doc in its current state
...
Daniel
2006-01-23 13:24:07 +00:00
Daniel Veillard
abd2214b44
Updated and fixed a broken link, Daniel
2006-01-22 17:03:48 +00:00
Daniel Veillard
3333cec207
* doc/*: started to augment and update the documentation
...
Daniel
2006-01-22 16:27:09 +00:00
Daniel Veillard
ff97523083
* doc//*: mostly finished the revamp in the plane, starts to look good
...
Daniel
2006-01-21 23:34:36 +00:00