rescue: Rewrite virt-rescue in C.
[libguestfs.git] / HACKING
diff --git a/HACKING b/HACKING
index cf159d5..f59dd66 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -72,7 +72,8 @@ capitests/
         Automated tests of the C API.
 
 cat/
-        The 'virt-cat' and 'virt-ls' commands and documentation.
+        The 'virt-cat', 'virt-filesystems' and 'virt-ls' commands and
+        documentation.
 
 contrib/
         Outside contributions, experimental parts.
@@ -83,6 +84,9 @@ csharp/
 daemon/
         The daemon that runs inside the guest and carries out actions.
 
+df/
+        'virt-df' command and documentation.
+
 examples/
         The examples.
 
@@ -144,11 +148,14 @@ python/
 regressions/
         Regression tests.
 
+rescue/
+        'virt-rescue' command and documentation.
+
 ruby/
         Ruby bindings.
 
 tools/
-        Command line tools like virt-df, virt-edit and more.
+        Command line tools written in Perl (virt-resize and more).
 
 src/
         Source code to the C library.