docs: update virt

This commit is contained in:
lukas 2022-01-12 14:24:05 +00:00
parent 6b2c5873c7
commit 79771952d9

12
virt.md
View File

@ -2,15 +2,15 @@
title: Virtualization for the rest of us title: Virtualization for the rest of us
description: description:
published: true published: true
date: 2022-01-12T13:51:52.239Z date: 2022-01-12T14:24:03.073Z
tags: tags:
editor: markdown editor: markdown
dateCreated: 2021-11-13T12:08:53.048Z dateCreated: 2021-11-13T12:08:53.048Z
--- ---
# On open-source virtualization # On KVM virtualization
*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.* *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.*
## Hardware ## Hardware
@ -24,18 +24,16 @@ dateCreated: 2021-11-13T12:08:53.048Z
* [Network](/virt/network) * [Network](/virt/network)
* [Display](/virt/display) * [Display](/virt/display)
* [Paravirtualized hardware](/virt/virtio) (`virtio`) * [Paravirtualized hardware](/virt/virtio) (`virtio`)
* []
## Host ## Host
* [Linux Kernel modules](/virt/kernel-modules) related to virtualization * [Linux Kernel modules](/virt/kernel-modules) related to virtualization
* [Virtualization-related paths](/virt/linux-paths) on Phyllome OS * [Virtualization-related paths](/virt/linux-paths) on Phyllome OS
* [XML](/virt/xml) commented * [XML](/virt/xml) commented
* [GPU virtualization](/virt/gpu)
## Guests ## Guests
> Support for guest systems differs widely. In general, free and open-source operating systems such as Linux distributions are better supported than proprietary operating systems.
{.is-warning}
*This idea of this section is to provide a reference for guest operating systems used in virtual machines* *This idea of this section is to provide a reference for guest operating systems used in virtual machines*
* [Guests support matrix](/virt/guests) * [Guests support matrix](/virt/guests)