From 3dd4c2d8523b5834cb3db5bd543fe52cce1decd8 Mon Sep 17 00:00:00 2001 From: lukas Date: Sun, 1 Jun 2025 17:41:24 +0000 Subject: [PATCH] docs: update virt/vm --- virt/vm.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/virt/vm.md b/virt/vm.md index 8ba5779..6a65c2c 100644 --- a/virt/vm.md +++ b/virt/vm.md @@ -2,7 +2,7 @@ title: Machine definition description: Virtual machine hardware published: true -date: 2025-06-01T17:37:29.262Z +date: 2025-06-01T17:41:22.711Z tags: editor: markdown dateCreated: 2025-06-01T17:37:29.262Z @@ -14,18 +14,6 @@ Libvirt uses XML files to define virtual machine hardware. In the context of libvirt, a virtual machine or guest system is called a domain. In turn, a domain type refers to the hypervisor used for running the virtual machine. -The following command output the XML description of the domain called *phyllomeos* - -``` -virsh dumpxml phyllomeos -``` - -``` - - [...] - -``` - ## Domain type At the moment, Phyllome OS focuses solely on hardware-assisted virtualization with [KVM and QEMU](https://www.libvirt.org/drvqemu.html). Therefore, the domain type KVM is the one used by default.