Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/viral32111/virtual-machine-manager
- Owner: viral32111
- License: agpl-3.0
- Created: 2023-09-21T17:54:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-14T19:20:28.000Z (3 months ago)
- Last Synced: 2024-08-14T21:33:48.013Z (3 months ago)
- Topics: linux, qemu, utility, virtualization
- Language: C
- Homepage:
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Security: SECURITY.md
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.