diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-11-20 15:37:10 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-11-20 15:37:10 -0200 |
commit | d98ed6a3eff6090ddebddccb6abb72d646240358 (patch) | |
tree | 95b192ea172d1fd5259244ff5255ad5670e27074 | |
parent | 526a65dd956cb953950141c11040e7df9ad740a5 (diff) | |
download | kvmx-d98ed6a3eff6090ddebddccb6abb72d646240358.tar.gz kvmx-d98ed6a3eff6090ddebddccb6abb72d646240358.tar.bz2 |
Adds back TODO
-rw-r--r-- | TODO.md | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -0,0 +1,15 @@ +# TODO + +* Fix isolinux support: + * http://www.syslinux.org/wiki/index.php?title=Development/Testing + * http://linux-kernel-driver.blogspot.com.br/2009/06/linux-kernel-development-using.html + * https://bbs.archlinux.org/viewtopic.php?id=177299 +* Alternative folder sharing support (NFS, SMB or even [via SSH](https://superuser.com/questions/831659/mount-a-local-directory-to-a-remote-ssh-server)). +* Remount 9p shared folders and reinitialize spice-vdagent upon resume from disk [see possible bug](https://bugzilla.redhat.com/show_bug.cgi?id=1333072). +* [Nested virtualization](http://www.rdoxenham.com/?p=275) ([1](https://wiki.archlinux.org/index.php/KVM#Nested_virtualization), [2](https://ladipro.wordpress.com/2017/02/24/running-hyperv-in-kvm-guest/)). +* Integration with [image-bootstrap](https://github.com/hartwork/image-bootstrap). +* Systemd service. +* Shell completions. +* Docs (tutorial and manpage). +* Makefile and debian package. +* Fit into `kvm-manager` use case. |