diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2025-01-16 10:34:35 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2025-01-16 10:34:35 -0300 |
commit | 8f71324d7e844e1b0bff88d520b4eb3b54774044 (patch) | |
tree | 4e68ff21e930e993a80df1f28dd0ad9b8eb584d2 | |
parent | b1f4066ba2640f882bf880862438e356dfe458ea (diff) | |
download | kvmx-8f71324d7e844e1b0bff88d520b4eb3b54774044.tar.gz kvmx-8f71324d7e844e1b0bff88d520b4eb3b54774044.tar.bz2 |
-rw-r--r-- | TODO.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -11,6 +11,11 @@ ## Usability +* [ ] Add a `cryptdisks` action to handle unlocking of encrypted volumes used + by a guest VM. The specific unlocking procedure should be configurable, + and the action must test whether the volume is available and not already + unlocked. + * [ ] Hard pause VM (--hard): besides pausing the process, also try to pause it in the QEMU monitor. |