From 2639de38c13ab3efa05a1d3d00fbed95cfcfa1de Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 5 Mar 2020 11:58:36 +0000 Subject: [PATCH] todo: Remove virt-rescue suggestion which has been done. --- TODO | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/TODO b/TODO index 2e37ce67c..066f633d4 100644 --- a/TODO +++ b/TODO @@ -75,20 +75,6 @@ Such as: initrd-extract initrd-replace -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). - -[I tried to implement this in the new C virt-rescue, but it doesn't -work. qemu is implementing its own ptys, and they are broken. Need -to fix qemu.] - Port to Windows ---------------