aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-11-20 16:29:15 -0200
committerSilvio Rhatto <rhatto@riseup.net>2017-11-20 16:29:15 -0200
commit8dd4ef2309bac2aa9487f43c677312570655cc49 (patch)
treec256c08cf0cd3bef69d45dc3d42e97f164065005 /README.md
parentd98ed6a3eff6090ddebddccb6abb72d646240358 (diff)
downloadkvmx-8dd4ef2309bac2aa9487f43c677312570655cc49.tar.gz
kvmx-8dd4ef2309bac2aa9487f43c677312570655cc49.tar.bz2
README cleanup
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 0 insertions, 16 deletions
diff --git a/README.md b/README.md
index cd7c14c..7d4158d 100644
--- a/README.md
+++ b/README.md
@@ -85,22 +85,6 @@ Then, if everything is fine, stop the guest and turn it on again, this time with
kvmx up <project-name>
-## Further development
-
-* 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.
-
## References
See [Virtualized GUI environments](https://blog.fluxo.info/suckless/virtual) for details.