summaryrefslogtreecommitdiffstats
path: root/virt-ctrl/vc_domain_ops.ml
Commit message (Collapse)AuthorAgeFilesLines
* Removed virt-ctrl, virt-df, ocaml-libvirt - now in separate repositories.Richard W.M. Jones2008-04-161-109/+0
|
* Internationalize virt-ctrl.Richard W.M. Jones2008-03-281-0/+1
|
* Combine historical data, provide accessor functions.Richard W.M. Jones2008-02-161-12/+21
| | | | | | - Historical data combined into a single array of dhentrys. - Provide accessor functions. - Clamp %CPU to 0..100.
* Type Vc_domain_ops.dops_callback_fn for clarity.Richard W.M. Jones2008-01-081-0/+3
| | | | | | * virt-ctrl/vc_domain_ops.mli, virt-ctrl/vc_domain_ops.ml, virt-ctrl/vc_mainwindow.mli: Give a type name to the domain_ops callback type, for extra clarity.
* Change comments virt-manager -> virt-ctrl.Richard W.M. Jones2008-01-081-1/+1
| | | | | * virt-ctrl/*.ml, virt-ctrl/*.mli: Change comments virt-manager -> virt-ctrl.
* mlvirtmanager renamed as virt-ctrl.Richard W.M. Jones2008-01-071-0/+96
* .hgignore, Makefile.in, configure.ac: Rename mlvirtmanager as virt-ctrl to avoid any confusion with the real virt-manager. * mlvirtmanager/, virt-ctrl/: Subdirectory moved. * README: Supporting documentation updated.