Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/viral32111/virtual-machine-manager

Utility for orchestrating QEMU virtual machines.
https://github.com/viral32111/virtual-machine-manager

linux qemu utility virtualization

Last synced: 3 days ago
JSON representation

Utility for orchestrating QEMU virtual machines.

Awesome Lists containing this project

README

        

# Virtual Machine Manager

[![CI](https://github.com/viral32111/virtual-machine-manager/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/viral32111/virtual-machine-manager/actions/workflows/ci.yml)
[![CodeQL](https://github.com/viral32111/virtual-machine-manager/actions/workflows/codeql.yml/badge.svg)](https://github.com/viral32111/virtual-machine-manager/actions/workflows/codeql.yml)
![GitHub tag (with filter)](https://img.shields.io/github/v/tag/viral32111/virtual-machine-manager?label=Latest)
![GitHub repository size](https://img.shields.io/github/repo-size/viral32111/virtual-machine-manager?label=Size)
![GitHub release downloads](https://img.shields.io/github/downloads/viral32111/virtual-machine-manager/total?label=Downloads)
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/viral32111/virtual-machine-manager?label=Commits)

This is a utility for orchestrating QEMU virtual machines, an ideal alternative to shell scripts executing QEMU commands.

## 🔗 Useful Links

* [umask calculator](https://wintelguy.com/umask-calc.pl)
* [swtpm manual](https://man.archlinux.org/man/swtpm.8.en)
* [QEMU monitor commands](https://www.qemu.org/docs/master/system/monitor.html)
* [QMP protocol](https://wiki.qemu.org/Documentation/QMP)
* [QEMU guest agent](https://wiki.qemu.org/Features/GuestAgent)
* [QEMU manual](https://www.qemu.org/docs/master/system/qemu-manpage.html)
* [QEMU invocation documentation](https://www.qemu.org/docs/master/system/invocation.html)
* [qemu-img manual](https://man.archlinux.org/man/qemu-img.1.en)
* [Intel VT-d in QEMU](https://wiki.qemu.org/Features/VT-d)
* [GNUTLS priority strings](https://gnutls.org/manual/html_node/Priority-Strings.html)
* [QEMU networking documentation](https://wiki.qemu.org/Documentation/Networking)
* [Advanced QEMU networking on Alpine Linux](https://wiki.alpinelinux.org/wiki/QEMU#Advanced_network_configuration)
* [YAML specification](https://yaml.org/spec/1.1/current.html)
* [JSON specification](https://www.json.org/json-en.html)

## ⚖️ License

Copyright (C) 2023 [viral32111](https://viral32111.com).

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program. If not, see https://www.gnu.org/licenses.