Daniel Veillard
714532355f
* NEWS configure.in libvirt.spec.in include/libvirt.h docs/*:
...
preparing release 0.0.6
Daniel
2006-02-28 14:22:33 +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
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
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
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
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
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
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
ca586e5a80
Release of 0.0.2, daniel
2006-01-31 10:21:10 +00:00
Daniel Veillard
75169488a0
* Makefile.am configure.in libvir.spec.in python/*: added a first
...
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
2005-12-19 16:34:11 +00:00
Daniel Veillard
21619c5586
Remove autogenerated COPYING from make dist, Daniel
2005-12-09 10:37:37 +00:00
Daniel Veillard
dbe2c21a79
* configure.in: adding --without-depends to make dist on non
...
Xenified machine.
Daniel
2005-12-09 10:16:33 +00:00
Daniel Veillard
ded06db1e6
* configure.in include/libvir.h.in include/libvir.h src/Makefile.am
...
include/Makefile.am: provide/fix library versionning information
include/libvir.h is now generated !
* include/libvir.h.in src/libvir.c: revamp APIs and implement
complete ones.
* src/virsh.c: finish the version command and a bit of cleanup.
Daniel
2005-12-08 15:08:46 +00:00
Daniel Veillard
96a54b42a6
* configure.in: activate pedantic flags
...
* src/libvir.c src/libvir_sym.version src/xen_internal.[ch]
include/libvir.h: implementing hypervisor Version and Type interfaces
* src/virsh.c: adding a version command, WIP
Daniel
2005-12-08 13:26:52 +00:00
Karel Zak
0d8043574d
virsh is more sexy now
2005-12-08 10:23:34 +00:00
Daniel Veillard
7c82cb733f
* configure.in src/Makefile.am src/libvir.c src/xen_internal.c
...
src/xen_internal.h: removed dependancy on xenctrl library, untested
yet.
Daniel
2005-12-07 18:10:51 +00:00
Daniel Veillard
b38893c3ea
* configure.in libvir.spec.in docs/Makefile.am: make sure the
...
docs are installed and packaged in the -devel RPM
* docs/api.xsl docs/newapi.xsl: forgot to commit API HTML stylesheets
Daniel
2005-12-07 13:45:20 +00:00
Daniel Veillard
d3b96d4a00
* configure.in docs/FAQ.html docs/Libxml2-Logo-90x34.gif
...
docs/Makefile.am docs/bugs.html docs/index.html docs/intro.html
docs/libvir.html docs/redhat.gif docs/site.xsl: starting to add
the web site, based on libxml2 one.
* src/hash.c: add a missing include
Daniel
2005-12-07 09:33:00 +00:00
Daniel Veillard
1192a2ade3
* Makefile.am README TODO autogen.sh configure.in libvir.pc.in
...
libvir.spec.in docs/Makefile.am docs/apibuild.py docs/structures.fig
include/Makefile.am include/libvir.h src/Makefile.am src/hash.c
src/hash.h src/internal.h src/libvir.c src/libvir_sym.version
src/virsh.c: renamed to libvir
Daniel
2005-12-05 11:16:07 +00:00
Daniel Veillard
37ecc62443
* configure.in src/Makefile.am: more warnings from compiler and
...
link static in work environement
Daniel
2005-12-02 12:11:06 +00:00
Daniel Veillard
ff4ede0055
* Makefile.am configure.in docs/apibuild.py docs/libxen-api.xml
...
docs/libxen-refs.xml docs/structures.fig: starting to add docs
and the extraction tool
* src/libxen.c: fixed comments error raised by apibuild
Daniel
2005-12-01 17:34:21 +00:00
Daniel Veillard
aa60580097
* configure.in: checking xenstore library, error out on missing libs
...
* include/libxen.h src/libxen.c src/libxen_sym.version: adding new
entry points
Daniel
2005-11-23 07:47:13 +00:00
Daniel Veillard
70eb59b8be
* TODO libxen.pc.in libxen.spec.in include/Makefile.am Makefile.am
...
config.h.in configure.in: fix make dist, add rpm packaging
* src/libxen_sym.version src/Makefile.am: set a policy of no
export by default of library symbols
Daniel
2005-11-02 15:37:34 +00:00
Daniel Veillard
b8e381131c
* AUTHORS NEWS README autogen.sh configure.in: allow autogen.sh and
...
configure to start working
* src/Makefile.am src/internal.h src/libxen.c: make the first compile
Daniel
2005-11-02 13:19:10 +00:00
Daniel Veillard
d77e1a9642
Initial revision
2005-11-02 12:50:21 +00:00