Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | virt-alignment-scan: Don't fail immediately if a disk is not accessible ↵ | Richard W.M. Jones | 2012-05-03 | 1 | -9/+27 |
| | | | | (RHBZ#789504). | ||||
* | virt-alignment-scan, virt-df: Add newlines after error messages. | Richard W.M. Jones | 2012-05-03 | 1 | -5/+5 |
| | |||||
* | Remove "convenience header" "gettext.h" and use <libintl.h> instead. | Richard W.M. Jones | 2012-05-01 | 1 | -0/+1 |
| | | | | | | | | | | | | gettextize provides a local file called "gettext.h". Remove this and use <libintl.h> from glibc headers instead. Most of this change is mechanical: #include <libintl.h> in every C file which uses any gettext function. But also we remove the gettext.h file, and adjust the "_" macros. Note that this effectively removes the ./configure --disable-nls option, although we don't know if that ever worked. | ||||
* | Check library still compiles without libvirt. | Richard W.M. Jones | 2012-04-18 | 1 | -0/+2 |
| | |||||
* | virt-alignment-scan: Add ability to list all domains. | Richard W.M. Jones | 2012-04-17 | 1 | -0/+339 |
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. |