inspector: Generate language bindings for OCaml.
[libguestfs.git] / TODO
diff --git a/TODO b/TODO
index 12b1ce6..2833d46 100644 (file)
--- a/TODO
+++ b/TODO
@@ -264,3 +264,19 @@ quickly, eg:
   load ext2
 
 Maybe it's better to create these on the fly?
+
+virt-rescue pty
+---------------
+
+See:
+http://search.cpan.org/~rgiersig/IO-Tty-1.08/Pty.pm
+http://www.perlmonks.org/index.pl?node_id=582185
+
+Note that pty requires cooperation inside the C code too (there are
+two sides to a pty, and one has to be handled after the fork).
+
+virt-rescue TERM
+----------------
+
+Pass TERM from the library, through the kernel command line, to the
+init script.