X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=TODO;h=d0e2323091da94ce0b29f43227fe043454dcc703;hb=d1da506d35e3c14b0bbe5397d73994fe082bc831;hp=0d429c9e418259250836a65a4bfdaad05eac6cb6;hpb=62c11fb60ef722c77215357a14465b44b5c7402f;p=libguestfs.git diff --git a/TODO b/TODO index 0d429c9..d0e2323 100644 --- a/TODO +++ b/TODO @@ -23,3 +23,27 @@ Limit on transfers would still be 2MB for these types. ---------------------------------------------------------------------- Implement febootstrap command. + +---------------------------------------------------------------------- + +Complete the Haskell bindings (see discussion on haskell-cafe). + +---------------------------------------------------------------------- + +Complete the bindings tests - must test the return values and +error cases. + +---------------------------------------------------------------------- + +For virt-inspector: + + - Needs a "query mode", like "are (Xen|KVM) PV drivers installed?" + "does this guest need a Xen hypervisor?" + + - Are PV network drivers enabled (see /etc/modprobe.conf) + + - ... and can it boot from a PV driver (have to look inside the initrd) + + - Make a libvirt XML config + + - Test over available OSes