Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: Split images -> tests/data + tests/guests | Richard W.M. Jones | 2011-12-22 | 1 | -1/+1 |
| | |||||
* | df: Disable part of virt-df test. | Richard W.M. Jones | 2011-11-11 | 1 | -8/+10 |
| | | | | | See: https://www.redhat.com/archives/libguestfs/2011-November/msg00051.html | ||||
* | df: Rewrite virt-df in C. | Richard W.M. Jones | 2010-11-25 | 1 | -0/+72 |
I have diffed the output from the original virt-df with this new version, and they agree very closely. Some differences: - Old virt-df have a divide-by-zero error in cases where the number of used inodes was 0. New virt-df fixes this. - New virt-df uses gnulib human_readable library which displays numbers to 3 significant figures for -h output (old version used an ad hoc function). |