Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update FSF address. | Matthew Booth | 2011-11-08 | 1 | -1/+1 |
| | |||||
* | libvirt: Detect if a disk has the <readonly/> flag. | Richard W.M. Jones | 2011-10-26 | 1 | -2/+3 |
| | | | | | | This changes the private function guestfs___for_each_disk so that the <readonly/> flag on libvirt disks is detected and passed through to the callback function. | ||||
* | df: Rewrite virt-df in C. | Richard W.M. Jones | 2010-11-25 | 1 | -0/+436 |
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). |