aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-12-31 00:08:41 -0200
committerSilvio Rhatto <rhatto@riseup.net>2017-12-31 00:08:41 -0200
commit96d5ab24e590bac3df111bdcf9c0ded7a0573473 (patch)
treeedb987537336939ea7be662975f7ea32e8b07ac4 /TODO.md
parent49c42178e30d8453dbd53a5f0f04f0db751fa432 (diff)
downloadkvmx-96d5ab24e590bac3df111bdcf9c0ded7a0573473.tar.gz
kvmx-96d5ab24e590bac3df111bdcf9c0ded7a0573473.tar.bz2
Updates TODO
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/TODO.md b/TODO.md
index 2cdf76e..89d6c23 100644
--- a/TODO.md
+++ b/TODO.md
@@ -1,8 +1,9 @@
# TODO
+* A `kvmxctl`, `kvmx-host` or `kvmx-supervisor` to control VMs from all users in the system.
+* Use qemu monitor for powering/stopping the machine when ssh is not available.
* How to handle `$datadir` when VM is cloned or moved? Maybe just warn the user to do manual config change.
* Avoid multiple screen console instances.
-* Better command-line argument handling for either `kvmx <action> <name> [args]` or `kvmx <action> [args]`.
* 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
@@ -14,10 +15,10 @@
* 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.
+* Systemd service for a single VM.
* Shell completions.
* Docs (tutorial and manpage).
* Makefile and debian package.
-* Fit into `kvm-manager` use case.
* Patch for spice-client-gtk for menuless windows (spicec usecase).
* Accept args into monitor action.
+* Support for key=value options at `init` action to populate the `kvmxfile` with custom values.