2021-11-13 12:08:56 +00:00
---
2021-11-13 19:18:03 +00:00
title: Virtualization for the rest of us
2021-11-13 12:08:56 +00:00
description:
published: true
2022-01-17 20:22:33 +00:00
date: 2022-01-17T20:22:31.666Z
2021-11-13 12:08:56 +00:00
tags:
editor: markdown
dateCreated: 2021-11-13T12:08:53.048Z
---
2022-01-12 14:24:05 +00:00
# On KVM virtualization
2021-11-13 12:55:02 +00:00
2022-01-17 19:12:12 +00:00
*In this section, the focus is on KVM virtualization, and its associated tools, including QEMU, the Linux Kernel, `libvirt` , etc., mostly in the context of Phyllome OS.*
2021-11-13 12:55:02 +00:00
2022-01-12 13:45:13 +00:00
## Guests
2022-01-06 11:29:50 +00:00
2022-01-06 16:13:40 +00:00
*This idea of this section is to provide a reference for guest operating systems used in virtual machines*
2022-01-12 13:51:13 +00:00
* [Guests support matrix ](/virt/guests )
2022-01-07 09:52:56 +00:00
2022-01-12 13:45:13 +00:00
### Unix-based
2022-01-06 11:29:50 +00:00
* [Linux family ](/virt/linux )
* [BSD family ](/virt/bsd )
* [OpenSolaris and derivatives ](/virt/opensolaris )
* [Darwin and derivatives ](/virt/darwin )
2022-01-12 13:45:13 +00:00
### Windows NT
2022-01-06 11:29:50 +00:00
* [Windows family ](/virt/windows )
* [ReactOS ](/virt/reactos )
2022-01-12 13:45:13 +00:00
### Independent
2022-01-06 11:29:50 +00:00
* [Sculpt OS ](/virt/sculpt-os )
* [Fuchsia OS ](/virt/fuchsia-os )
2022-01-17 19:12:05 +00:00
## The host
* [Linux Kernel modules ](/virt/kernel-modules ) related to virtualization
* [Virtualization-related paths ](/virt/linux-paths ) on Phyllome OS
* [XML ](/virt/xml ) commented
* [GPU virtualization ](/virt/gpu )
## Virtual hardware
* [Anatomy of a virtual machine ](/virt/vm )
* [Architecture ](/virt/architecture )
* [Chipset ](/virt/chipset )
* [Firmware ](/virt/firmware )
* [CPU ](/virt/cpu )
* [Memory ](/virt/memory )
* [Storage ](/virt/storage )
* [Network ](/virt/network )
* [Display ](/virt/display )
* [Paravirtualized hardware ](/virt/virtio ) (`virtio`)
2022-01-06 11:29:50 +00:00
## Resources
2022-01-17 20:22:33 +00:00
* [A very short story ](/virt/history ) of virtualization
2021-11-13 12:55:02 +00:00
* [Lexicon ](/virt/lexicon )
2022-01-12 18:07:22 +00:00
* [External resources ](/virt/resources )
---
2022-01-17 14:53:26 +00:00
*[**Go back to parent page**](https://wiki.phyllo.me/)*