fish: Reimplement -i option using new C-based inspection.
authorRichard Jones <rjones@redhat.com>
Mon, 2 Aug 2010 16:43:23 +0000 (17:43 +0100)
committerRichard Jones <rjones@redhat.com>
Tue, 17 Aug 2010 13:09:25 +0000 (14:09 +0100)
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.


No differences found