X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=HACKING;h=8ad6e9a79d946a33b121d94a30bb8a02f3d44581;hp=df20e2dfad9d35ddd1961b4eb68900073cf7560c;hb=d43dac69483e8ec62e8356d93f761684ce2f5cc8;hpb=7f818fa00c3d019146c7178f152408038d4a4d52 diff --git a/HACKING b/HACKING index df20e2d..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,12 +43,18 @@ 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.