summaryrefslogtreecommitdiffstats
path: root/virt-ctrl/vc_connections.ml
Commit message (Collapse)AuthorAgeFilesLines
* Removed virt-ctrl, virt-df, ocaml-libvirt - now in separate repositories.Richard W.M. Jones2008-04-161-477/+0
|
* Internationalize virt-ctrl.Richard W.M. Jones2008-03-281-5/+6
|
* Move open_connection dialog.Richard W.M. Jones2008-02-161-36/+27
| | | | - Move open_connection dialog into vc_mainwindow which is more logical.
* Combine historical data, provide accessor functions.Richard W.M. Jones2008-02-161-34/+99
| | | | | | - Historical data combined into a single array of dhentrys. - Provide accessor functions. - Clamp %CPU to 0..100.
* Store domain %CPU and memory history.Richard W.M. Jones2008-02-161-28/+105
|
* Get node_info just once for each connection.Richard W.M. Jones2008-01-081-12/+29
| | | | | | * vc_connections.ml: Get node_info just once for each connection, which is more efficient. * vc_connections.mli: Tidy up.
* 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/+326
* .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.