ocaml-libvirt.git
12 years agoVersion 0.6.1.2. 0.6.1.2
Richard W.M. Jones [Fri, 23 Mar 2012 12:39:31 +0000 (12:39 +0000)]
Version 0.6.1.2.

12 years agoDomain.get_cpu_stats: get number of params correctly (thanks Eric Blake).
Richard W.M. Jones [Fri, 23 Mar 2012 12:38:25 +0000 (12:38 +0000)]
Domain.get_cpu_stats: get number of params correctly (thanks Eric Blake).

See:
https://www.redhat.com/archives/libvir-list/2012-March/msg00306.html

This fixes commit c96c3a119b44d3321dddc5e189dcba991aaff677.

12 years agoVersion 0.6.1.1. 0.6.1.1
Richard W.M. Jones [Mon, 5 Mar 2012 16:29:21 +0000 (16:29 +0000)]
Version 0.6.1.1.

12 years agoocaml-libvirt: add D.get_cpu_stats() API to ocaml-libvirt
Lai Jiangshan [Wed, 8 Feb 2012 08:59:45 +0000 (16:59 +0800)]
ocaml-libvirt: add D.get_cpu_stats() API to ocaml-libvirt

Changed from V3:
use new virDomainGetCPUStats() libvirt-API.
use C code to construct the typed_param list array

Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com>
12 years agoRemove virConnectListAllDomains.
Richard W.M. Jones [Mon, 5 Mar 2012 16:19:14 +0000 (16:19 +0000)]
Remove virConnectListAllDomains.

This was never in a released libvirt.

12 years agoAdd header to Make.rules.in.
Richard W.M. Jones [Mon, 5 Mar 2012 16:15:56 +0000 (16:15 +0000)]
Add header to Make.rules.in.

12 years agoRemove obsolete: mlvirsh, gettext support, Windows installer.
Richard W.M. Jones [Mon, 5 Mar 2012 16:12:27 +0000 (16:12 +0000)]
Remove obsolete: mlvirsh, gettext support, Windows installer.

12 years agoRemove .hgignore.
Richard W.M. Jones [Mon, 5 Mar 2012 16:05:51 +0000 (16:05 +0000)]
Remove .hgignore.

12 years agoRemove jobs API.
Richard W.M. Jones [Mon, 5 Mar 2012 16:04:53 +0000 (16:04 +0000)]
Remove jobs API.

This was never in a released libvirt.

14 years agoAdd .gitignore file.
Richard Jones [Mon, 16 Nov 2009 13:47:02 +0000 (13:47 +0000)]
Add .gitignore file.

15 years agoCorrect to-do list.
Richard W.M. Jones [Tue, 10 Mar 2009 11:10:09 +0000 (11:10 +0000)]
Correct to-do list.

15 years agoVersion 0.6.1.0 for release.
Richard W.M. Jones [Tue, 10 Mar 2009 10:32:48 +0000 (10:32 +0000)]
Version 0.6.1.0 for release.

15 years agoCorrect mlvirsh for new read-write connection.
Richard W.M. Jones [Tue, 10 Mar 2009 10:32:33 +0000 (10:32 +0000)]
Correct mlvirsh for new read-write connection.

15 years agovirDomainBlockPeek and virDomainMemoryPeek need a read/write connection
Richard W.M. Jones [Tue, 10 Mar 2009 10:31:56 +0000 (10:31 +0000)]
virDomainBlockPeek and virDomainMemoryPeek need a read/write connection
(CVE-2008-5086) (found by David Lutterkort).

15 years agoD.get_id returns -1 for inactive domains instead of throwing an error.
Richard W.M. Jones [Wed, 3 Sep 2008 16:36:20 +0000 (17:36 +0100)]
D.get_id returns -1 for inactive domains instead of throwing an error.

15 years agoDon't duplicate unnecessary call to D.get_info.
Richard W.M. Jones [Wed, 3 Sep 2008 16:36:04 +0000 (17:36 +0100)]
Don't duplicate unnecessary call to D.get_info.

15 years agoImplement version 3 of virConnectListAllDomains.
Richard W.M. Jones [Wed, 3 Sep 2008 15:27:43 +0000 (16:27 +0100)]
Implement version 3 of virConnectListAllDomains.

15 years agoAdd support for virConnectListAllDomains call.
Richard W.M. Jones [Mon, 1 Sep 2008 14:54:45 +0000 (15:54 +0100)]
Add support for virConnectListAllDomains call.

15 years agoRevert previous change.
Richard W.M. Jones [Fri, 29 Aug 2008 16:39:44 +0000 (17:39 +0100)]
Revert previous change.

15 years agoUse CAMLreturn0 to avoid a warning.
Richard W.M. Jones [Fri, 29 Aug 2008 16:38:12 +0000 (17:38 +0100)]
Use CAMLreturn0 to avoid a warning.

15 years agoAllow destdir options to be passed to 'make install' (Guillaume Rousse).
Richard W.M. Jones [Thu, 14 Aug 2008 08:45:34 +0000 (09:45 +0100)]
Allow destdir options to be passed to 'make install' (Guillaume Rousse).

15 years agoSplit peek requests into maximum-sized chunks.
Richard W.M. Jones [Wed, 9 Jul 2008 19:55:26 +0000 (20:55 +0100)]
Split peek requests into maximum-sized chunks.

15 years agoAdd Domain.max_peek function to determine maximum size of
Richard W.M. Jones [Wed, 9 Jul 2008 19:55:15 +0000 (20:55 +0100)]
Add Domain.max_peek function to determine maximum size of
peek requests.

15 years agoDon't pass -destdir parameter to ocamlfind. Version 0.4.4.2.
Richard W.M. Jones [Wed, 9 Jul 2008 11:52:12 +0000 (12:52 +0100)]
Don't pass -destdir parameter to ocamlfind.  Version 0.4.4.2.

15 years agoVersion 0.4.4.1 for release.
Richard W.M. Jones [Mon, 7 Jul 2008 13:03:21 +0000 (14:03 +0100)]
Version 0.4.4.1 for release.

15 years agoChanged INRIA to Red Hat (for Debian)
Richard W.M. Jones [Mon, 7 Jul 2008 13:03:04 +0000 (14:03 +0100)]
Changed INRIA to Red Hat (for Debian)

15 years agoFiles missed by 'make distclean' (for Debian)
Richard W.M. Jones [Mon, 7 Jul 2008 11:19:37 +0000 (12:19 +0100)]
Files missed by 'make distclean' (for Debian)

15 years agoRemoved old ChangeLog file.
Richard W.M. Jones [Mon, 7 Jul 2008 10:37:04 +0000 (11:37 +0100)]
Removed old ChangeLog file.

15 years agoClarify the license again for Debian.
Richard W.M. Jones [Mon, 7 Jul 2008 10:30:20 +0000 (11:30 +0100)]
Clarify the license again for Debian.

15 years agoRevert previous commit.
Richard W.M. Jones [Mon, 7 Jul 2008 10:27:13 +0000 (11:27 +0100)]
Revert previous commit.

15 years agoReference the license from LGPL files (for Debian).
Richard W.M. Jones [Mon, 7 Jul 2008 09:57:00 +0000 (10:57 +0100)]
Reference the license from LGPL files (for Debian).

15 years agoClarify the license for Debian.
Richard W.M. Jones [Mon, 7 Jul 2008 09:32:32 +0000 (10:32 +0100)]
Clarify the license for Debian.

15 years agoSplit 'make install' into separate 'make install-opt' and 'make install-byte' (Sylvai...
Richard W.M. Jones [Fri, 4 Jul 2008 14:28:44 +0000 (15:28 +0100)]
Split 'make install' into separate 'make install-opt' and 'make install-byte' (Sylvain Le Gall, via Debian)

15 years agoRemove some old virt-top stuff.
Richard W.M. Jones [Tue, 10 Jun 2008 11:51:22 +0000 (12:51 +0100)]
Remove some old virt-top stuff.

15 years agoAuto-generate ChangeLog.
Richard W.M. Jones [Tue, 10 Jun 2008 11:50:55 +0000 (12:50 +0100)]
Auto-generate ChangeLog.

15 years agoDeprecate ChangeLog file.
Richard W.M. Jones [Tue, 10 Jun 2008 11:49:08 +0000 (12:49 +0100)]
Deprecate ChangeLog file.

15 years agoVersion 0.4.2.4 for release.
Richard W.M. Jones [Tue, 10 Jun 2008 11:24:54 +0000 (12:24 +0100)]
Version 0.4.2.4 for release.

15 years agoMissing dependencies.
Richard W.M. Jones [Tue, 10 Jun 2008 11:24:39 +0000 (12:24 +0100)]
Missing dependencies.

15 years agoList* functions throw exceptions if maxids = 0, so bypass this case.
Richard W.M. Jones [Tue, 10 Jun 2008 11:24:22 +0000 (12:24 +0100)]
List* functions throw exceptions if maxids = 0, so bypass this case.

15 years agoVersion 0.4.2.3.
Richard W.M. Jones [Mon, 9 Jun 2008 12:25:33 +0000 (13:25 +0100)]
Version 0.4.2.3.

15 years agoFix some bugs in the implementation of virDomainMemoryPeek
Richard W.M. Jones [Thu, 5 Jun 2008 21:37:55 +0000 (22:37 +0100)]
Fix some bugs in the implementation of virDomainMemoryPeek

15 years agoUpdated MANIFEST
Richard W.M. Jones [Thu, 5 Jun 2008 19:25:56 +0000 (20:25 +0100)]
Updated MANIFEST

15 years agoAdd domblkpeek, dommempeek commands and
Richard W.M. Jones [Thu, 5 Jun 2008 18:46:12 +0000 (19:46 +0100)]
Add domblkpeek, dommempeek commands and
add per-argument help.

15 years agoAdd support for virDomainBlockPeek, virDomainMemoryPeek and
Richard W.M. Jones [Thu, 5 Jun 2008 18:45:52 +0000 (19:45 +0100)]
Add support for virDomainBlockPeek, virDomainMemoryPeek and
remove the deprecated conn/dom/net fields in virterror.

15 years agoRemove Windows cruft from when it was lacking ocamlfind.
Richard W.M. Jones [Thu, 5 Jun 2008 18:45:03 +0000 (19:45 +0100)]
Remove Windows cruft from when it was lacking ocamlfind.

15 years agoBrazilian Portuguese translation by Herli Joaquim de Menezes and revised by Igor...
Richard W.M. Jones [Tue, 27 May 2008 11:34:41 +0000 (12:34 +0100)]
Brazilian Portuguese translation by Herli Joaquim de Menezes and revised by Igor Pires Soares.

16 years agoJust the OCaml bindings (C library).
Richard W.M. Jones [Wed, 16 Apr 2008 13:24:40 +0000 (14:24 +0100)]
Just the OCaml bindings (C library).

16 years agoInitial import from old virt-top repository.
Richard W.M. Jones [Wed, 16 Apr 2008 12:43:00 +0000 (13:43 +0100)]
Initial import from old virt-top repository.