Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New API: guestfs_canonical_device_name. | Richard W.M. Jones | 2012-06-13 | 1 | -6/+6 |
| | | | | This API makes device names canonical, eg. /dev/vda1 -> /dev/sda1. | ||||
* | virt-alignment-scan: Fix error code. | Richard W.M. Jones | 2012-04-17 | 1 | -2/+2 |
| | | | | This fixes commit fb401ebff837f9df7c06acb8467b2c03d5b8ced0. | ||||
* | virt-alignment-scan: Add ability to list all domains. | Richard W.M. Jones | 2012-04-17 | 1 | -22/+49 |
| | | | | | | | | | | The output looks like this: F16x64:/dev/sda1 1048576 1024K ok F16x64:/dev/sda2 2097152 2048K ok F16x64:/dev/sda3 526385152 2048K ok If the --uuid option is used, then UUIDs are shown instead of names. | ||||
* | virt-alignment-scan: Add checks for when API calls return NULL. | Richard W.M. Jones | 2011-11-24 | 1 | -0/+4 |
| | | | | | In particular, virt-alignment-scan -a /dev/null would segfault because of an error returned by parted. | ||||
* | Update FSF address. | Matthew Booth | 2011-11-08 | 1 | -1/+1 |
| | |||||
* | New tool: virt-alignment-scan to check alignment of partitions. | Richard W.M. Jones | 2011-10-05 | 1 | -0/+287 |