* kvmx mount <vm-name> <host-folder> <guest-mountpoint> # live 9p mounting
* kvmx run <vm-name> <command-file> # uploads a script as a temp file in the guest and runs it
* kvmx upgrade <vm-name> # upgrades via SSH using a pre-defined upgrade command in the kvmxfile,
- # start the VM if needed, skip if no command is set (skip when backing_file=1?)
+ # start the VM if needed, skip if no command is set (skip when backing_file=1?);
+ # that could allow for mass upgrades using `kvmx-supervise foreach upgrade`
* KVMX disposable enhancements:
* kvmx disposable <vm-name> [command]