summaryrefslogtreecommitdiffstats
path: root/sparsify/utils.ml
Commit message (Collapse)AuthorAgeFilesLines
* New API: guestfs_canonical_device_name.Richard W.M. Jones2012-06-131-14/+0
| | | | This API makes device names canonical, eg. /dev/vda1 -> /dev/sda1.
* Add gettext support for OCaml tools (virt-resize, virt-sparsify, virt-sysprep).Richard W.M. Jones2012-05-011-1/+3
| | | | | | | | Note that this support is optional: To enable it, install the ocaml-gettext library from http://forge.ocamlcore.org/projects/ocaml-gettext . If this library is not installed, then configure detects this and inserts dummy gettext functions that do nothing.
* sparsify: Fix comma/colon and quoting in qemu-img command.Richard W.M. Jones2012-04-171-0/+10
| | | | | | | | | | Colon characters are not allowed in qemu/qemu-img filenames. There's no way to quote them. Comma characters CAN be used. However they must be quoted (by doubling) when used in the '-o' option. Fix general quoting problems in the external command.
* Tempus fugit.Richard W.M. Jones2012-01-181-1/+1
| | | | Update all copyright dates to 2012.
* sparsify: Add auto-detection of .vdi files.Richard W.M. Jones2011-11-221-0/+19
| | | | | | Note that for this to work properly, it requires a patch to the 'file' command. See: https://www.redhat.com/archives/libguestfs/2011-November/msg00120.html
* New tool: virt-sparsify to make disk images sparse.Richard W.M. Jones2011-10-041-0/+123