Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New API: guestfs_inspect_get_product_variant | Richard W.M. Jones | 2011-03-23 | 1 | -1/+8 |
| | | | | | | | | | | This returns a product variant for inspected operating systems. In practice this is a useful way to distinguish between consumer and enterprise/server versions of Windows that otherwise have the same version number. Notes: Labels: feature | ||||
* | Include <locale.h> in compilation units that use setlocale function. | Richard W.M. Jones | 2011-03-07 | 1 | -0/+1 |
| | | | | Fix required by gcc 4.6.0. | ||||
* | fish: Add guestfish --live, guestmount --live options. | Richard W.M. Jones | 2011-02-03 | 1 | -0/+2 |
| | | | | | | The other programs have the variable, but the flag is not enabled either because it doesn't make sense or because the implications are not well understood. | ||||
* | Add ability to inspect install disks and live CDs. | Richard W.M. Jones | 2011-01-15 | 1 | -1/+30 |
| | | | | | For examples of the virt-inspector output, see the additional inspector/example-*.xml files in this commit. | ||||
* | inspector: Remove some unused local variables. | Richard W.M. Jones | 2010-12-09 | 1 | -2/+0 |
| | |||||
* | inspector: Make whole disk paths canonical (RHBZ#655554). | Richard W.M. Jones | 2010-11-23 | 1 | -1/+1 |
| | |||||
* | inspector: Fix documentation of -x option in usage. | Richard W.M. Jones | 2010-11-22 | 1 | -1/+1 |
| | | | | This updates commit c5cb65f0aac3298e634b183f73fda6644a158018. | ||||
* | inspector: Rewrite virt-inspector in C. | Richard W.M. Jones | 2010-11-19 | 1 | -0/+657 |