0
0

control-vm.sh, todo: Housekeeping

Move todos out of main file,
add contact hint,
unify email address
This commit is contained in:
Nils Freydank 2024-05-05 18:28:40 +02:00
parent 123ccc3fa0
commit 1a6577b894
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112
2 changed files with 18 additions and 15 deletions

View File

@ -3,24 +3,15 @@
# Virtual machine control script for QEMU/KVM VMs.
# Tested on Gentoo (~amd64/hardened) with qemu-6.0.
#
# You can find the newest version probably on public git repo:
# https://git.holgersson.xyz/nfr/control-vm
# If that link does not work, feel free to drop me an email.
# Version: 2021-10-08
# Author: Nils Freydank <holgersson@posteo.de>
# Version: 2024-05-05
# Author: Nils Freydank <nils.freydank@datenschutz-ist-voll-doof.de>
# License: MIT
# TODO (not in specific order):
# 1. Fix different ARCHes (-cpu host won't work for non-x86)
# 2. qemu-img commit
# 3. clipboard support via spice
# 4. Support boot from CD for first installations.
# 5. query status
# 6. save and stop in a single command?
# same for restore: stop, restore, cont(inue)
# 7. shared dir without smb, but via FUSE
# 8. bash and zsh-completion
# 9. don't rely on the PID to check if the VM is running, query socket?
# 10. shellsheck?
# === Installation ===
# The following packages are necessary on Gentoo/Linux:
# app-emulation/qemu net-misc/socat app-emulation/virt-viewer

12
todo Normal file
View File

@ -0,0 +1,12 @@
# TODO (not in specific order):
# 1. Fix different ARCHes (-cpu host won't work for non-x86)
# 2. qemu-img commit
# 3. clipboard support via spice
# 4. Support boot from CD for first installations.
# 5. query status
# 6. save and stop in a single command?
# same for restore: stop, restore, cont(inue)
# 7. shared dir without smb, but via FUSE
# 8. bash and zsh-completion
# 9. don't rely on the PID to check if the VM is running, query socket?
# 10. shellsheck?