]> xenbits.xensource.com Git - libvirt.git/log
libvirt.git
19 years agoFixing the python example, Daniel
Daniel Veillard [Tue, 28 Mar 2006 14:48:57 +0000 (14:48 +0000)]
Fixing the python example, Daniel

19 years ago* python/libvir.c: call the initialize entry point
Daniel Veillard [Tue, 28 Mar 2006 14:41:04 +0000 (14:41 +0000)]
* python/libvir.c: call the initialize entry point
* 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

19 years ago* doc/site.xsl doc/libvir.html doc/*: added informations about
Daniel Veillard [Tue, 28 Mar 2006 09:50:17 +0000 (09:50 +0000)]
* doc/site.xsl doc/libvir.html doc/*: added informations about
  the Perl bindings, regenerated
* python/libvirt_wrap.h: added a missing include.
Daniel

19 years ago* doc/*: updated module list and rebuilt
Daniel Veillard [Mon, 27 Mar 2006 15:24:36 +0000 (15:24 +0000)]
* doc/*: updated module list and rebuilt
* include/libvirt.h include/libvirt.h.in: added intialization function
* include/virterror.h src/virterror.c: one more error code
* src/internal.h: first part of Jim's format checking
* src/libvirt.c src/xen_internal.[ch] src/xend_internal.[ch]
  src/xs_internal.[ch]: initialization and registration of drivers
Daniel

19 years ago* src/Makefile.am: add driver.h to SOURCES as pointed by Jim Meyering
Daniel Veillard [Sat, 25 Mar 2006 10:47:41 +0000 (10:47 +0000)]
* src/Makefile.am: add  driver.h to SOURCES as pointed by Jim Meyering
* doc/*: rebuilt
Daniel

19 years ago* src/virterror.c: add message as pointed by Jim Meyering
Daniel Veillard [Sat, 25 Mar 2006 10:38:30 +0000 (10:38 +0000)]
* src/virterror.c: add message as pointed by Jim Meyering
Daniel

19 years ago* include/virterror.h: fix typos pointed by Jim Meyering
Daniel Veillard [Fri, 24 Mar 2006 22:58:13 +0000 (22:58 +0000)]
* include/virterror.h: fix typos pointed by Jim Meyering
Daniel

19 years ago* include/virterror.h: applied patch from Daniel Berrange for out of
Daniel Veillard [Fri, 24 Mar 2006 22:36:47 +0000 (22:36 +0000)]
* include/virterror.h: applied patch from Daniel Berrange for out of
  tree compiles.
Daniel

19 years ago* libvirt.pc.in: applied patch from Daniel Berrange to fix --cflags
Daniel Veillard [Fri, 24 Mar 2006 13:18:12 +0000 (13:18 +0000)]
* libvirt.pc.in: applied patch from Daniel Berrange to fix --cflags
Daniel

19 years ago* src/Makefile.am: fix out of tree build
Daniel Veillard [Fri, 24 Mar 2006 13:03:29 +0000 (13:03 +0000)]
* src/Makefile.am: fix out of tree build
Daniel

19 years ago* src/xs_internal.c src/xs_internal.h include/virterror.h
Daniel Veillard [Thu, 23 Mar 2006 15:42:10 +0000 (15:42 +0000)]
* src/xs_internal.c src/xs_internal.h include/virterror.h
  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

19 years ago* python/tests/create.py: add one more image path
Daniel Veillard [Wed, 22 Mar 2006 13:44:01 +0000 (13:44 +0000)]
* python/tests/create.py: add one more image path
* src/libvirt.c src/xend_internal.c src/xend_internal.h: more work
  on the xend refactoring
Daniel

19 years ago* python/tests/create.py: adapt to new naming scheme in FC5
Daniel Veillard [Wed, 22 Mar 2006 13:33:20 +0000 (13:33 +0000)]
* python/tests/create.py: adapt to new naming scheme in FC5
Daniel

19 years ago* src/driver.h src/xen_internal.c: just add a driver block for
Daniel Veillard [Mon, 20 Mar 2006 23:42:12 +0000 (23:42 +0000)]
* src/driver.h src/xen_internal.c: just add a driver block for
  the Xen hypervisor direct access module. Need to convert
  xend_internal.[ch] and make one for the Xenstore now ...
Daniel

19 years ago* src/driver.h src/internal.h src/libvirt.c src/xen_internal.c
Daniel Veillard [Mon, 20 Mar 2006 17:49:28 +0000 (17:49 +0000)]
* src/driver.h src/internal.h src/libvirt.c src/xen_internal.c
  src/xen_internal.h docs/apibuild.py: starting the refactoring,
  first the direct Xen hypervisor module. New header describing the
  entry points of a driver.
Daniel

19 years ago* src/hash.c src/hash.h src/internal.h src/libvirt.c src/sexpr.c
Daniel Veillard [Wed, 15 Mar 2006 12:13:25 +0000 (12:13 +0000)]
* src/hash.c src/hash.h src/internal.h src/libvirt.c src/sexpr.c
  src/sexpr.h src/virsh.c src/virterror.c src/xen_internal.c
  src/xen_internal.h src/xend_internal.c src/xend_internal.h
  src/xml.c src/xml.h: applied cb/indent to homogenize the source
  style, as a first pass.
Daniel

19 years agoFirst import of XML-RPC protocol support for newer versions of Xend. I've not
Anthony Liguori [Fri, 10 Mar 2006 17:02:25 +0000 (17:02 +0000)]
First import of XML-RPC protocol support for newer versions of Xend.  I've not
put it in the Makefiles yet as it's not actually being used by anything.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
19 years ago* configure.in: applied patch for --with-xen-distdir option from
Daniel Veillard [Fri, 10 Mar 2006 10:21:41 +0000 (10:21 +0000)]
* configure.in: applied patch for --with-xen-distdir option from
  Ronald Aigner
* docs/site.xsl docs/*.html: added link to Bugzilla
Daniel

19 years ago* src/xml.c: another patch from David Lutterkort fixing a typo
Daniel Veillard [Sat, 4 Mar 2006 09:00:15 +0000 (09:00 +0000)]
* src/xml.c: another patch from David Lutterkort fixing a typo
  when generating physical block devices descriptions.
Daniel

19 years ago* libvirt.spec.in: applied patch from David Lutterkort adding
Daniel Veillard [Sat, 4 Mar 2006 08:57:22 +0000 (08:57 +0000)]
* libvirt.spec.in: applied patch from David Lutterkort adding
  missing reqs for readline.
Daniel

19 years ago* NEWS configure.in libvirt.spec.in include/libvirt.h docs/*:
Daniel Veillard [Tue, 28 Feb 2006 14:22:33 +0000 (14:22 +0000)]
* NEWS configure.in libvirt.spec.in include/libvirt.h docs/*:
  preparing release 0.0.6
Daniel

19 years ago* docs/errors.html docs/libvir.html docs/*: added a page about
Daniel Veillard [Tue, 28 Feb 2006 13:58:30 +0000 (13:58 +0000)]
* docs/errors.html docs/libvir.html docs/*: added a page about
  error handling and regenerated the docs
Daniel

19 years agoFixed the test, daniel
Daniel Veillard [Tue, 28 Feb 2006 12:56:25 +0000 (12:56 +0000)]
Fixed the test, daniel

19 years ago* TODO: updated
Daniel Veillard [Tue, 28 Feb 2006 12:17:00 +0000 (12:17 +0000)]
* TODO: updated
* 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

19 years ago* doc//*: rebuilt
Daniel Veillard [Mon, 27 Feb 2006 22:35:26 +0000 (22:35 +0000)]
* doc//*: rebuilt
Daniel

19 years ago* TODO: updated, and added python hooks for error handling
Daniel Veillard [Mon, 27 Feb 2006 22:32:54 +0000 (22:32 +0000)]
* TODO: updated, and added python hooks for error handling
* include/virterror.h src/virterror.c src/xml.c: error interception
  and reporting should be done.
Daniel

19 years ago* src/libvirt.c src/xen_internal.[ch]: virConnectOpenReadOnly()
Daniel Veillard [Mon, 27 Feb 2006 21:42:32 +0000 (21:42 +0000)]
* src/libvirt.c src/xen_internal.[ch]: virConnectOpenReadOnly()
  should not emit error when failing to open the hypervisor proc
  entry point.
Daniel

19 years ago* include/virterror.h src/libvirt_sym.version: exported
Daniel Veillard [Mon, 27 Feb 2006 21:34:28 +0000 (21:34 +0000)]
* include/virterror.h src/libvirt_sym.version: exported
  virDefaultErrorFunc()
* src/sexpr.c src/xen_internal.c src/virterror.c include/virterror.h:
  adding more error reporting though the code, nearly complete.
* src/sexpr.c: added specific error function to avoid an error report.
Daniel

19 years ago* include/virterror.h src/virterror.c src/xend_internal.c: more work
Daniel Veillard [Mon, 27 Feb 2006 19:56:23 +0000 (19:56 +0000)]
* include/virterror.h src/virterror.c src/xend_internal.c: more work
  plugging in the error system in the code.
Daniel

19 years ago* TODO: updated
Daniel Veillard [Mon, 27 Feb 2006 16:27:18 +0000 (16:27 +0000)]
* TODO: updated
* include/virterror.h src/internal.h src/libvirt.c src/virterror.c
  src/xend_internal.c: commiting a first pass at adding error handling
  in the code, not finished, but it starts to work, need more coverage
  and testing.
Daniel

19 years agoFix search.php, Daniel
Daniel Veillard [Fri, 24 Feb 2006 22:43:09 +0000 (22:43 +0000)]
Fix search.php, Daniel

19 years agoFixing link to search.php, Daniel
Daniel Veillard [Fri, 24 Feb 2006 22:42:27 +0000 (22:42 +0000)]
Fixing link to search.php, Daniel

19 years ago missing Daniel
Daniel Veillard [Fri, 24 Feb 2006 22:37:23 +0000 (22:37 +0000)]
 missing Daniel

19 years ago* src/Makefile.am src/internal.h src/libvirt.c src/libvirt_sym.version
Daniel Veillard [Fri, 24 Feb 2006 22:36:10 +0000 (22:36 +0000)]
* 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

19 years agoTiny fix, Daniel
Daniel Veillard [Fri, 24 Feb 2006 21:22:21 +0000 (21:22 +0000)]
Tiny fix, Daniel

19 years ago* docs/index.py docs/search.php: fixing the search engine.
Daniel Veillard [Fri, 24 Feb 2006 21:17:54 +0000 (21:17 +0000)]
* docs/index.py docs/search.php: fixing the search engine.
Daniel

19 years agoA few libvir->libvirt, Daniel
Daniel Veillard [Fri, 24 Feb 2006 13:47:47 +0000 (13:47 +0000)]
A few libvir->libvirt, Daniel

19 years ago* python/generator.py python/libvir.c python/libvirt-python-api.xml:
Daniel Veillard [Fri, 24 Feb 2006 12:26:56 +0000 (12:26 +0000)]
* 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

19 years agoOops forgot to update the spec file, Daniel
Daniel Veillard [Thu, 23 Feb 2006 11:35:37 +0000 (11:35 +0000)]
Oops forgot to update the spec file, Daniel

19 years ago* src/libvirt.c: fixing a bug before the release of 0.0.5
Daniel Veillard [Thu, 23 Feb 2006 11:26:17 +0000 (11:26 +0000)]
* 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

19 years ago* NEWS configure.in docs/libvir.html docs/news.html: preparing the
Daniel Veillard [Thu, 23 Feb 2006 10:42:29 +0000 (10:42 +0000)]
* NEWS configure.in docs/libvir.html docs/news.html: preparing the
  release of 0.0.5
* include/libvirt.h.in: fixed APIs definition
Daniel

19 years ago* python/tests/Makefile.am: added the create.py in the regression tests
Daniel Veillard [Thu, 23 Feb 2006 10:31:23 +0000 (10:31 +0000)]
* python/tests/Makefile.am: added the create.py in the regression tests
Daniel

19 years ago* include/libvirt.h[.in] src/libvirt.c src/xend_internal.[ch]
Daniel Veillard [Thu, 23 Feb 2006 10:13:55 +0000 (10:13 +0000)]
* 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

19 years ago* configure.in libvirt.spec.in docs/Makefile.am docs/devhelp/*:
Daniel Veillard [Wed, 22 Feb 2006 10:54:54 +0000 (10:54 +0000)]
* configure.in libvirt.spec.in docs/Makefile.am docs/devhelp/*:
  added devhelp docs support, based on libxml2 stylesheets
Daniel

19 years ago* TODO: updated
Daniel Veillard [Wed, 22 Feb 2006 08:59:00 +0000 (08:59 +0000)]
* TODO: updated
* libvirt.spec.in: package the examples in the doc
* src/Makefile.am: forgot to add xml.h
Daniel

19 years agoTODO update
Karel Zak [Tue, 21 Feb 2006 21:01:09 +0000 (21:01 +0000)]
TODO update

19 years ago* Makefile.am: extended make tests to run those in docs/examples
Daniel Veillard [Tue, 21 Feb 2006 14:15:32 +0000 (14:15 +0000)]
* 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

19 years ago* TODO: updated
Daniel Veillard [Tue, 21 Feb 2006 13:23:16 +0000 (13:23 +0000)]
* 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

19 years ago* src/libvirt.c src/xend_internal.c src/xend_internal.h: move the
Daniel Veillard [Mon, 20 Feb 2006 23:08:47 +0000 (23:08 +0000)]
* 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

19 years ago* docs/examples/examples.xsl docs/examples/index.html
Daniel Veillard [Mon, 20 Feb 2006 20:50:48 +0000 (20:50 +0000)]
* 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

19 years ago* TODO: updated
Daniel Veillard [Mon, 20 Feb 2006 17:22:16 +0000 (17:22 +0000)]
* 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

19 years ago* python/tests/create.py: trying to make test more generic, but it's
Daniel Veillard [Fri, 17 Feb 2006 13:18:57 +0000 (13:18 +0000)]
* 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

19 years ago* configure.in src/Makefile.am: adding dependency to libxml2
Daniel Veillard [Thu, 16 Feb 2006 22:50:52 +0000 (22:50 +0000)]
* 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

19 years ago* configure.in libvirt.spec.in include/libvirt.h.in python/Makefile.am
Daniel Veillard [Wed, 15 Feb 2006 13:21:17 +0000 (13:21 +0000)]
* 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

19 years ago* Makefile.am configure.in python/Makefile.am python/tests/Makefile.am
Daniel Veillard [Tue, 14 Feb 2006 14:30:42 +0000 (14:30 +0000)]
* 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

19 years ago* libvirt.pc.in: Karel pointed out the name hadn't been updated
Daniel Veillard [Fri, 10 Feb 2006 15:46:36 +0000 (15:46 +0000)]
* libvirt.pc.in: Karel pointed out the name hadn't been updated
Daniel

19 years ago* python/libvir.c: fixed one more problem prior to 0.0.4
Daniel Veillard [Fri, 10 Feb 2006 10:31:50 +0000 (10:31 +0000)]
* python/libvir.c: fixed one more problem prior to 0.0.4
Daniel

19 years ago* NEWS configure.in docs/libvir.html docs/news.html include/libvirt.h
Daniel Veillard [Fri, 10 Feb 2006 10:28:59 +0000 (10:28 +0000)]
* NEWS configure.in docs/libvir.html docs/news.html include/libvirt.h
  libvirt.spec.in: preparing 0.0.4 release
Daniel

19 years ago* README TODO config.h.in libvirt.pc.in: more cleanups.
Daniel Veillard [Fri, 10 Feb 2006 10:11:21 +0000 (10:11 +0000)]
* README TODO config.h.in libvirt.pc.in: more cleanups.
Daniel

19 years agoAdding missing files, Daniel
Daniel Veillard [Fri, 10 Feb 2006 08:47:26 +0000 (08:47 +0000)]
Adding missing files, Daniel

19 years ago* NEWS docs/*: regenerated and updated the docs post 0.0.3 release
Daniel Veillard [Fri, 10 Feb 2006 08:43:31 +0000 (08:43 +0000)]
* NEWS docs/*: regenerated and updated the docs post 0.0.3 release
Daniel

19 years ago* autogen.sh configure.in: fixed snapshot autogeneration, had to
Daniel Veillard [Fri, 10 Feb 2006 08:40:20 +0000 (08:40 +0000)]
* autogen.sh configure.in: fixed snapshot autogeneration, had to
  tweak a few things
Daniel

19 years agoFixing generation, Daniel
Daniel Veillard [Thu, 9 Feb 2006 18:03:54 +0000 (18:03 +0000)]
Fixing generation, Daniel

19 years ago* //* : renamed the project libvirt , this affects all makefiles,
Daniel Veillard [Thu, 9 Feb 2006 17:45:11 +0000 (17:45 +0000)]
* //* : renamed the project libvirt , this affects all makefiles,
  the specs, the icons, the docs, etc ...
* configure.in: prepare for 0.0.3
Daniel

19 years agofixing an error pointed by sct, Daniel
Daniel Veillard [Fri, 3 Feb 2006 16:51:36 +0000 (16:51 +0000)]
fixing an error pointed by sct, Daniel

19 years agofix visrh "save" cmd
Karel Zak [Fri, 3 Feb 2006 14:49:41 +0000 (14:49 +0000)]
fix visrh "save" cmd

19 years ago* configure.in docs/examples/*: starting to add examples. the XSLT
Daniel Veillard [Tue, 31 Jan 2006 18:13:27 +0000 (18:13 +0000)]
* configure.in docs/examples/*: starting to add examples. the XSLT
  still need to be fixed for web site
Daniel

19 years ago* python/*: update of the python bindings, fix names, add
Daniel Veillard [Tue, 31 Jan 2006 10:24:12 +0000 (10:24 +0000)]
* python/*: update of the python bindings, fix names, add
  missing features like list of domains and domain info extraction
Daniel

19 years agoRelease of 0.0.2, daniel
Daniel Veillard [Tue, 31 Jan 2006 10:21:10 +0000 (10:21 +0000)]
Release of 0.0.2, daniel

19 years ago* NEWS docs/news.xsl: added stylesheet to generate NEWS file
Daniel Veillard [Sun, 29 Jan 2006 10:56:15 +0000 (10:56 +0000)]
* NEWS docs/news.xsl: added stylesheet to generate NEWS file
* docs/*: updated docs preparing for the release
Daniel

19 years ago* docs/site.xsl docs/*.html: credits to Diana Fong for graphics
Daniel Veillard [Sun, 29 Jan 2006 08:52:59 +0000 (08:52 +0000)]
* docs/site.xsl docs/*.html: credits to Diana Fong for graphics
  and web site design
Daniel

19 years ago* python/libvir.c: fix a stupid bug in python bindings (DomainDestroy
Daniel Veillard [Sat, 28 Jan 2006 20:24:55 +0000 (20:24 +0000)]
* python/libvir.c: fix a stupid bug in python bindings (DomainDestroy
  is still mishandled though)
Daniel

19 years ago* src/libvir.c src/xml.c: applied patch from Anthony Liguori
Daniel Veillard [Fri, 27 Jan 2006 08:59:42 +0000 (08:59 +0000)]
* src/libvir.c src/xml.c: applied patch from Anthony Liguori
  to remove the XenStore transactions as this is not needed
  anymore.
Daniel

19 years ago* TODO: updated
Daniel Veillard [Thu, 26 Jan 2006 12:11:32 +0000 (12:11 +0000)]
* TODO: updated
* docs/search.php: use the new web site design
* python/generator.py: fix a generation bug on python keyword
Daniel

19 years agoadd xshandle checks, fix virsh grammar
Karel Zak [Wed, 25 Jan 2006 09:46:22 +0000 (09:46 +0000)]
add xshandle checks, fix virsh grammar

19 years ago* src/libvir.c: Karel pointed out handle was lost in
Daniel Veillard [Tue, 24 Jan 2006 13:10:39 +0000 (13:10 +0000)]
* src/libvir.c: Karel pointed out handle was lost in
  virConnectOpenReadOnly()
Daniel

19 years ago* docs/site.xsl docs/*.png docs/*.html: update the images from Diana,
Daniel Veillard [Mon, 23 Jan 2006 22:55:41 +0000 (22:55 +0000)]
* docs/site.xsl docs/*.png docs/*.html: update the images from Diana,
  added favicon to page.
* src/libvir.c: reorganized the include imports.
Daniel

19 years ago* doc/*: augment and try to complete the doc in its current state
Daniel Veillard [Mon, 23 Jan 2006 13:24:07 +0000 (13:24 +0000)]
* doc/*: augment and try to complete the doc in its current state
Daniel

19 years agoUpdated and fixed a broken link, Daniel
Daniel Veillard [Sun, 22 Jan 2006 17:03:48 +0000 (17:03 +0000)]
Updated and fixed a broken link, Daniel

19 years ago* doc/*: started to augment and update the documentation
Daniel Veillard [Sun, 22 Jan 2006 16:27:09 +0000 (16:27 +0000)]
* doc/*: started to augment and update the documentation
Daniel

19 years ago* doc//*: mostly finished the revamp in the plane, starts to look good
Daniel Veillard [Sat, 21 Jan 2006 23:34:36 +0000 (23:34 +0000)]
* doc//*: mostly finished the revamp in the plane, starts to look good
Daniel

19 years ago* doc/* : total revamp of the web site based on Diana Fong design
Daniel Veillard [Fri, 20 Jan 2006 15:49:04 +0000 (15:49 +0000)]
* doc/* : total revamp of the web site based on Diana Fong design
  but not completely integrated yet
Daniel

19 years ago* include/libvir.h include/libvir.h.in src/libvir.c: revamped the
Daniel Veillard [Fri, 20 Jan 2006 10:00:08 +0000 (10:00 +0000)]
* include/libvir.h include/libvir.h.in src/libvir.c: revamped the
  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

19 years ago* src/libvir.c src/xend_internal.c src/xend_internal.h: continue
Daniel Veillard [Thu, 19 Jan 2006 10:23:15 +0000 (10:23 +0000)]
* src/libvir.c src/xend_internal.c src/xend_internal.h: continue
  the integration of more xend based accesses, virsh seems to work
  without accessing the xen store now.
Daniel

19 years ago* src/libvir.c: small change w.r.t. reboot.
Daniel Veillard [Wed, 18 Jan 2006 18:58:35 +0000 (18:58 +0000)]
* src/libvir.c: small change w.r.t. reboot.
Daniel

19 years ago* include/libvir.h include/libvir.h.in src/libvir.c: more integration
Daniel Veillard [Wed, 18 Jan 2006 10:37:08 +0000 (10:37 +0000)]
* include/libvir.h include/libvir.h.in src/libvir.c: more integration
  of libxend capabilities, including checkpointing and restoring
  in a file.
* docs//*: regenerated the docs
Daniel

19 years agooops removing a debug warning, Daniel
Daniel Veillard [Tue, 17 Jan 2006 16:57:17 +0000 (16:57 +0000)]
oops removing a debug warning, Daniel

19 years ago* include/libvir.h[.in]: added VIR_DOMAIN_CRASHED status, small
Daniel Veillard [Tue, 17 Jan 2006 16:56:17 +0000 (16:56 +0000)]
* include/libvir.h[.in]: added VIR_DOMAIN_CRASHED status, small
  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

19 years ago* include/libvir.h.in include/libvir.h src/internal.h src/libvir.c
Daniel Veillard [Fri, 13 Jan 2006 16:41:01 +0000 (16:41 +0000)]
* include/libvir.h.in include/libvir.h src/internal.h src/libvir.c
  src/xend_internal.c src/xend_internal.h: starting to plug the
  xend code in, replacing structures mostly, but not finished.
Daniel

19 years ago* src/Makefile.am src/xend_internal.c src/xend_internal.h:
Daniel Veillard [Thu, 12 Jan 2006 15:38:07 +0000 (15:38 +0000)]
* src/Makefile.am src/xend_internal.c src/xend_internal.h:
  added more of Anthony Liquori libxend code, commented and reformatted
  this still need to be plugged, it's still dead code ATM.
Daniel

19 years ago* docs/libvir.html: grammatical fix
Daniel Veillard [Wed, 11 Jan 2006 13:58:32 +0000 (13:58 +0000)]
* docs/libvir.html: grammatical fix
* src/Makefile.am src/sexpr.c src/sexpr.h: starting to integrate
  Anthony Liquori libxend code
* src/libvir.c: fix an uninitialized value
Daniel

19 years ago* docs/architecture.* docs/*: added a section on the architecture
Daniel Veillard [Wed, 21 Dec 2005 16:59:34 +0000 (16:59 +0000)]
* docs/architecture.* docs/*: added a section on the architecture
  and regenerated the docs.
Daniel

19 years ago* NEWS docs/libvir.html docs/news.html: preparing 0.0.1 release
Daniel Veillard [Mon, 19 Dec 2005 18:06:06 +0000 (18:06 +0000)]
* NEWS docs/libvir.html docs/news.html: preparing 0.0.1 release
Daniel

19 years agoAdding ExclusiveArch as this is limited to Xen's platforms, daniel
Daniel Veillard [Mon, 19 Dec 2005 18:05:40 +0000 (18:05 +0000)]
Adding ExclusiveArch as this is limited to Xen's platforms, daniel

19 years ago* Makefile.am configure.in libvir.spec.in python/*: added a first
Daniel Veillard [Mon, 19 Dec 2005 16:34:11 +0000 (16:34 +0000)]
* 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

19 years agocleanup, daniel
Daniel Veillard [Mon, 19 Dec 2005 13:57:56 +0000 (13:57 +0000)]
cleanup, daniel

19 years agocosmetic
Karel Zak [Fri, 16 Dec 2005 18:41:46 +0000 (18:41 +0000)]
cosmetic

19 years ago* libvir.spec.in src/Makefile.am: cleaned up the spec file, removed
Daniel Veillard [Fri, 16 Dec 2005 13:27:23 +0000 (13:27 +0000)]
* libvir.spec.in src/Makefile.am: cleaned up the spec file, removed
  static libraries, adding virsh as an installed program
Daniel

19 years ago* src/libvir_sym.version: oops forgot to export the new symbol
Daniel Veillard [Fri, 16 Dec 2005 13:00:14 +0000 (13:00 +0000)]
* src/libvir_sym.version: oops forgot to export the new symbol
Daniel

19 years ago* include/libvir.h include/libvir.h.in src/internal.h src/libvir.c:
Daniel Veillard [Fri, 16 Dec 2005 12:16:41 +0000 (12:16 +0000)]
* include/libvir.h include/libvir.h.in src/internal.h src/libvir.c:
  adding the virDomainShutdown() API
* src/virsh.c: adding a shutdown command
* docs/*: regenerated
Daniel