0
0
control-vm/README.adoc

39 lines
1.5 KiB
Plaintext
Raw Permalink Normal View History

= control-vm.sh
:toc:
This repository contains a simple bash script to start and stop virtual machines run by QEMU and KVM and to connect to them via SSH or VNC or SPICE.
2021-09-30 11:49:37 +02:00
The newest version can be probably found on https://git.holgersson.xyz/nfr/control-vm.
2021-09-30 11:49:37 +02:00
NOTE: While the author already runs this software in "production" on his private setup he would still conside some parts as beta quality. As usual it's strongly recommended to create backups first and read through the bash script to understand roughly what it does.
2021-09-30 11:49:37 +02:00
== Installation
2021-09-30 11:49:37 +02:00
Please install the following tools which are used by the script:
- bash
- >=qemu-6.0.0
- socat
- remote-viewer as part of virt-viewer (https://virt-manager.org)
2021-09-30 11:49:37 +02:00
== Usage
[source, shell]
----
2021-09-30 11:49:37 +02:00
./control-vm.sh <name of your virtual machine> start | shutdown | stop | connect | save | restore | pause | resume"
----
2021-09-30 11:49:37 +02:00
NOTE: You do not see any 'setup' command there as I've implemented no one-shot boot from ISO so far.
2021-09-30 11:49:37 +02:00
== Contact
If you have questions, suggestions or want to brag about your other qemu managing tools feel free to write an email or conact via IRC or mastodon:
- mail: `nils@holgersson.xyz`
- IRC: `holgersson` on libera.chat and oftc, mostly in Gentoo related channels
- mastodon: `https://maly.io/@holgersson`
2021-09-30 11:49:37 +02:00
== Copyright
The bash script and it's documentation (this README) are licensed as MIT, copyright by Nils Freydank.
2021-09-30 11:49:37 +02:00
The used software has each is own license, but is all FLOSS software.
// vim:syntax=asciidoc:fileencoding=utf-8:ts=4:expandtab:linebreak:wrap