summaryrefslogtreecommitdiffstats
path: root/fish/inspect.c
Commit message (Collapse)AuthorAgeFilesLines
* fish: Reimplement -i option using new C-based inspection.Richard Jones2010-08-171-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.