From: Richard Jones Date: Mon, 2 Aug 2010 16:43:23 +0000 (+0100) Subject: fish: Reimplement -i option using new C-based inspection. X-Git-Tag: 1.5.3~2 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;ds=sidebyside;h=4440e22f4f7ebffe0728a8c019319d1a2b260cf5;hp=4440e22f4f7ebffe0728a8c019319d1a2b260cf5;p=libguestfs.git fish: Reimplement -i option using new C-based inspection. 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. ---