diff options
author | Richard Jones <rjones@redhat.com> | 2010-07-27 11:11:42 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-07-27 11:11:42 +0100 |
commit | d30176ddbe44549cbdb637fb5725ad8a57c7ca57 (patch) | |
tree | 3ca2017f3d649ef327af4a44cb214e8592086e98 | |
parent | b42d34be04e5b3cfb809bd3b41508812b522b1d9 (diff) | |
download | libguestfs-d30176ddbe44549cbdb637fb5725ad8a57c7ca57.tar.gz libguestfs-d30176ddbe44549cbdb637fb5725ad8a57c7ca57.tar.xz libguestfs-d30176ddbe44549cbdb637fb5725ad8a57c7ca57.zip |
TODO: Implement inspector code in C.
-rw-r--r-- | TODO | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -390,3 +390,14 @@ command such as: copy-out-recursive remotedir localdir which would hide use of tgz-in etc. + +Sys::Guestfs::Lib / inspector code in C +--------------------------------------- + +This would allow us to: + +- use inspection from other languages +- get rid of inspector_generator +- don't use external virt-inspector process in guestfish + +See: https://www.redhat.com/archives/libguestfs/2010-July/msg00067.html |