From 6f0d8a0186882e7a4ff0a4f2492125c850850caa Mon Sep 17 00:00:00 2001 From: lukas Date: Thu, 5 Jun 2025 05:18:42 +0000 Subject: [PATCH] docs: update virt --- virt.md | 32 ++++++++++++++++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git a/virt.md b/virt.md index 87bed1b..d5af079 100644 --- a/virt.md +++ b/virt.md @@ -2,10 +2,38 @@ title: References description: published: true -date: 2023-08-20T12:02:36.820Z +date: 2025-06-05T05:18:40.934Z tags: editor: markdown dateCreated: 2023-08-20T12:02:36.820Z --- -[Let's go home, would you?](/home) \ No newline at end of file +## Technical references + +*Information about related technologies* + +- [Lexicon](/virt/lexicon) +- [A very short history of virtualization](/virt/history) +- [Tools related to virtualization](/virt/tools) + +### Host virtualization software + +- [Linux Kernel modules](/virt/host/modules) related to virtualization +- [Virtualization-related paths](/virt/host/paths) on Phyllome OS +- [A libvirt XML file](/virt/host/xml) + +### Guest hardware + +- [Machine definition](/virt/vm) +- [Chipsets](/virt/vm/chipset) +- [Firmware](/virt/vm/firmware) +- [Graphic cards](/virt/vm/graphic-card) +- [Virtual I/O (virtio) devices](/virt/vm/virtio) + +### Guest software + +- [Guest operating systems support](/virt/guest.md) + +--- + +[*Let's go home instead*](/home) \ No newline at end of file