X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=HACKING;h=8ad6e9a79d946a33b121d94a30bb8a02f3d44581;hp=1c2b20c1ea01e87b6f6ebd6416b9c3a71d13cdcc;hb=d901cc916102f1aaccfb73396b48aa303e5b8cd7;hpb=7bf3e1a43512293b1a3f78f880b57e7bbd372eae diff --git a/HACKING b/HACKING index 1c2b20c..8ad6e9a 100644 --- a/HACKING +++ b/HACKING @@ -31,6 +31,9 @@ Please test any changes. Directories ---------------------------------------------------------------------- +contrib/ + Outside contributions, experimental parts. + daemon/ The daemon that runs inside the guest and carries out actions. @@ -40,10 +43,21 @@ examples/ fish/ Guestfish (the command-line program / shell) +haskell/ + Haskell bindings. + images/ Some guest images to test against. These are gzipped to save space. You have to unzip them before use. + Also contains some files used by the test suite. + +inspector/ + Virtual machine image inspector (virt-inspector). + +java/ + Java bindings. + m4/ M4 macros used by autoconf.