New tool: virt-edit
[libguestfs.git] / HACKING
diff --git a/HACKING b/HACKING
index 3746ffd..19c2329 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -24,6 +24,13 @@ Please make sure that the code compiles without warnings.
 
 Please test any changes.
 
+Useful targets:
+  make syntax-check    Checks the syntax of the C code.
+  make check           Runs the test suite.
+
+Enable warnings, and fix any you find:
+  ./configure --enable-gcc-warnings
+
 Code indentation
 ----------------------------------------------------------------------
 Our C source code generally adheres to some basic code-formatting
@@ -76,6 +83,9 @@ daemon/
 df/
         The virt-df tool.
 
+edit/
+       The virt-edit tool.
+
 examples/
         The examples.
 
@@ -115,6 +125,9 @@ python/
 regressions/
         Regression tests.
 
+rescue/
+       The virt-rescue tool.
+
 ruby/
         Ruby bindings.
 
@@ -125,9 +138,6 @@ src/
 test-tool/
         Interactive qemu/kernel test tool.
 
-v2v/
-        Xen to KVM (V2V) conversion tool.
-
 Debugging
 ----------------------------------------------------------------------