Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | inspector: Rewrite virt-inspector in C. | Richard W.M. Jones | 2010-11-19 | 1 | -5/+9 |
| | |||||
* | fish: Fix memory leak in handling of encrypted volumes by -i option. | Richard W.M. Jones | 2010-11-19 | 1 | -0/+1 |
| | | | | | This fixes a memory leak introduced by commit a232e62dcf508517a32b9a8d7e4529e827be721b. | ||||
* | fish: '-i' option automatically handles whole-disk encryption. | Richard W.M. Jones | 2010-11-05 | 1 | -0/+76 |
| | | | | | | | | | | | This feature is also available in guestmount because of the shared option parsing code. You don't need to do anything to enable it, just using -i will attempt decryption of encrypted partitions. Only works for simple Fedora whole-disk encryption. It's a work-in-progress to make it work for other types of encryption. | ||||
* | Unify guestfish and guestmount options processing (RHBZ#642932). | Richard W.M. Jones | 2010-10-27 | 1 | -4/+28 |
| | | | | | | | | | | | | | | | In guestfish, factor out the processing of the options -a, -c, -d, -i, -m, -n, -r, -v, -V, -x into a separate set of files: options.c, options.h, inspect.c, virt.c. Change guestmount so that it uses these same files (from the ../fish directory) to process the same options. This unifies the handling of these options between the two programs. It also adds the useful inspection feature to guestmount, so you can now do: guestmount -d Guest -i --ro mnt/ | ||||
* | fish: Reimplement -i option using new C-based inspection. | Richard Jones | 2010-08-17 | 1 | -0/+117 |
Don't shell out to virt-inspector. Instead, use the new C-based inspection APIs. This is much faster. The new syntax is slightly different: guestfish -a disk.img -i guestfish -d guest -i However, the old syntax still works. |