]> xenbits.xensource.com Git - libvirt.git/log
libvirt.git
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

19 years agoadd virDomainGetOSType() + small code refactoring
Karel Zak [Fri, 16 Dec 2005 00:51:27 +0000 (00:51 +0000)]
add virDomainGetOSType() + small code refactoring

19 years agoremove --id/name from virsh
Karel Zak [Thu, 15 Dec 2005 17:00:43 +0000 (17:00 +0000)]
remove --id/name from virsh

19 years agocleanup, daniel
Daniel Veillard [Thu, 15 Dec 2005 14:55:34 +0000 (14:55 +0000)]
cleanup, daniel

19 years agoUpdated docs and comments, Daniel
Daniel Veillard [Thu, 15 Dec 2005 14:51:18 +0000 (14:51 +0000)]
Updated docs and comments, Daniel

19 years ago* src/xml.c: add dump of os/boot informations
Daniel Veillard [Wed, 14 Dec 2005 15:29:16 +0000 (15:29 +0000)]
* src/xml.c: add dump of os/boot informations
Daniel

19 years ago* src/xml.c: added dump of physical vbd and read-only status
Daniel Veillard [Wed, 14 Dec 2005 12:36:43 +0000 (12:36 +0000)]
* src/xml.c: added dump of physical vbd and read-only status
Daniel

19 years ago* src/xml.c: started to add block devices and interfaces descriptions
Daniel Veillard [Wed, 14 Dec 2005 11:21:05 +0000 (11:21 +0000)]
* src/xml.c: started to add block devices and interfaces descriptions
  in the XML dump.
Daniel

19 years agoAdding an FAQ about the ro store socket permissions, Daniel
Daniel Veillard [Tue, 13 Dec 2005 17:20:25 +0000 (17:20 +0000)]
Adding an FAQ about the ro store socket permissions, Daniel

19 years ago* include/libvir.h src/Makefile.am src/internal.h src/libvir.c
Daniel Veillard [Tue, 13 Dec 2005 16:22:05 +0000 (16:22 +0000)]
* include/libvir.h src/Makefile.am src/internal.h src/libvir.c
  src/libvir_sym.version src/virsh.c src/xml.c: started working on
  the XML dump, added a dumpxml virsh version and a bit of
  infrastructure code. Found a way to detect dead ID from xenstore
  data.
Daniel

19 years ago* src/libvir.c src/xen_internal.c src/xen_internal.h: completing the
Daniel Veillard [Mon, 12 Dec 2005 13:22:20 +0000 (13:22 +0000)]
* src/libvir.c src/xen_internal.c src/xen_internal.h: completing the
  API implementation, only CreateLinux is now missing.
Daniel

19 years ago* docs/search.php docs/index.py docs/*.xsl docs/html/*: fixed the
Daniel Veillard [Fri, 9 Dec 2005 14:41:48 +0000 (14:41 +0000)]
* docs/search.php docs/index.py docs/*.xsl docs/html/*: fixed the
  page generation, added the search engine.
Daniel

19 years agoFixing doc generation stylesheets, daniel
Daniel Veillard [Fri, 9 Dec 2005 14:33:38 +0000 (14:33 +0000)]
Fixing doc generation stylesheets, daniel

19 years agoChanged title, daniel
Daniel Veillard [Fri, 9 Dec 2005 13:32:49 +0000 (13:32 +0000)]
Changed title, daniel

19 years ago* docs/*: extended the documentation
Daniel Veillard [Fri, 9 Dec 2005 13:04:05 +0000 (13:04 +0000)]
* docs/*: extended the documentation
Daniel

19 years agoRemove autogenerated COPYING from make dist, Daniel
Daniel Veillard [Fri, 9 Dec 2005 10:37:37 +0000 (10:37 +0000)]
Remove autogenerated COPYING from make dist, Daniel

19 years ago* configure.in: adding --without-depends to make dist on non
Daniel Veillard [Fri, 9 Dec 2005 10:16:33 +0000 (10:16 +0000)]
* configure.in: adding --without-depends to make dist on non
  Xenified machine.
Daniel

19 years agoUpdate of the docs, daniel
Daniel Veillard [Thu, 8 Dec 2005 23:49:08 +0000 (23:49 +0000)]
Update of the docs, daniel