diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2011-06-06 19:20:25 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2011-06-06 19:20:25 -0400 |
commit | a5d7b72899d5959a3dc305d1ee39c5cb64966fbc (patch) | |
tree | aaa76e6f8571a527576794cafccd550b9a695e65 /TODO | |
parent | 5b86edadc37019b175509d348ed009de4b8f756f (diff) | |
download | kvm-manager-a5d7b72899d5959a3dc305d1ee39c5cb64966fbc.tar.gz kvm-manager-a5d7b72899d5959a3dc305d1ee39c5cb64966fbc.tar.bz2 |
updated TODO with various not-unreasonable ideas
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 31 |
1 files changed, 25 insertions, 6 deletions
@@ -1,18 +1,37 @@ TODO for KVM-Manager -------------------- -(much) better documentation + * (much) better documentation -file re-organization/restructuring + * file re-organization/restructuring -debian packaging? + * debian packaging? -more flexibility with networking (currently only supports + * more flexibility with networking (currently only supports tun/tap-style bridging) -/usr/local/sbin is hard-coded in places (e.g. in the run and finish + * /usr/local/sbin is hard-coded in places (e.g. in the run and finish scripts); it probably shouldn't be. -screen logging is still sub-par, and could potentially fill the host + * screen logging is still sub-par, and could potentially fill the host disks if the kernel spew is immense -- rotate? filter through svlogd somehow? same problem as cereal. + + * how do we send break signals over the serial line in the new setup? + + * we aren't currently supervising the console screen well. if the + user kills it, it will be gone. + + * can we separate the privileges for the monitor from the privs for + the console? + + + * can we start up the console screen first, listening on a UNIX + socket, and then launch kvm with the console as a client instead + (so that it works the other way around)? + + * can we get our logs to be timestamped? + + * di-maker fails if you give a full path to the iso. + + * allow handing a kernel + initramfs to the guest as a special case + of booting |