This commit is contained in:
JMARyA 2024-12-23 08:58:46 +01:00
parent 5c4b3e14bf
commit d9470ab980
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
6 changed files with 26 additions and 2 deletions

View file

@ -119,6 +119,7 @@ rev: 2024-12-10
- [Wildcard](utilities/Wildcard.md)
- [Textpieces](utilities/Textpieces.md)
- [ImHex](utilities/ImHex.md)
- [VirtManager](utilities/virt-manager.md)
# Mobile
- [Aegis](./utilities/Aegis.md)

View file

@ -0,0 +1,8 @@
---
obj: application
repo: https://github.com/virt-manager/virt-manager
website: https://virt-manager.org
---
# Virt Manager
#wip

11
technology/libvirt.md Normal file
View file

@ -0,0 +1,11 @@
---
obj: application
repo: https://gitlab.com/libvirt
website: https://libvirt.org
arch-wiki: https://wiki.archlinux.org/title/Libvirt
---
# libvirt
#wip
libvirt has a GUI frontend with [virt-manager](./applications/utilities/virt-manager.md).

View file

@ -5,6 +5,8 @@ repo: https://github.com/qemu/qemu
rev: 2024-05-02
---
#refactor -> https://wiki.archlinux.org/title/QEMU
# QEMU
QEMU is an open-source emulator and virtualizer that enables running operating systems and various software applications on different hardware architectures. It supports [emulation](../emulation/Emulation.md) of various CPU architectures, including x86, ARM, PowerPC, and SPARC, among others. It allows running [virtual machines](../tools/Virtual%20Machine.md).

View file

@ -3,6 +3,7 @@ aliases: ["VM"]
obj: concept
wiki: https://en.wikipedia.org/wiki/Virtual_machine
---
# Virtual Machine
In computing, a virtual machine (VM) is the virtualization or [emulation](../emulation/Emulation.md) of a computer system. Virtual machines are based on computer architectures and provide the functionality of a physical computer.
@ -11,3 +12,4 @@ Virtual Machine can be used to run operating systems in an isolated environment.
## Virtual Machine Software
- [qemu](../linux/qemu.md)
- [Proxmox](../linux/Proxmox.md)
- [libvirt](../libvirt.md)