aboutsummaryrefslogtreecommitdiff
path: root/IDEAS.md
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-05-31 19:25:30 -0300
committerSilvio Rhatto <rhatto@riseup.net>2018-05-31 19:25:30 -0300
commite9e6aa5c83f538a493f16df1428f40600799e5ff (patch)
tree79640854184e5a950b5a7a5735ee34cb3d626eba /IDEAS.md
parente12fd983821e49df116e853d33acca9d097bc95f (diff)
downloadkvmx-e9e6aa5c83f538a493f16df1428f40600799e5ff.tar.gz
kvmx-e9e6aa5c83f538a493f16df1428f40600799e5ff.tar.bz2
Move TODO to IDEAS
Diffstat (limited to 'IDEAS.md')
-rw-r--r--IDEAS.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/IDEAS.md b/IDEAS.md
new file mode 100644
index 0000000..be66f16
--- /dev/null
+++ b/IDEAS.md
@@ -0,0 +1,21 @@
+# Ideas
+
+* LVM support at `kvmx-create`, with optional LUKS support for the whole volume.
+* Background processes are giving up when user logs out from server when using `kvmx-{restricted-,}shell`
+* Additional way to handle missing image on `kvmx up` by spawning `kvmx_install` instead of `kvmx-create`.
+* 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.
+ * Using [sshfs like vagrant-libvirt](https://fedoramagazine.org/vagrant-sharing-folders-vagrant-sshfs/).
+ * Or even [SSH to a server](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 for a single VM.
+* Shell completions.
+* Docs (tutorial and manpage).
+* Makefile and debian package.
+* Patch for spice-client-gtk for menuless windows (spicec usecase).