docs: update virt/vm
This commit is contained in:
14
virt/vm.md
14
virt/vm.md
@ -2,7 +2,7 @@
|
|||||||
title: Machine definition
|
title: Machine definition
|
||||||
description: Virtual machine hardware
|
description: Virtual machine hardware
|
||||||
published: true
|
published: true
|
||||||
date: 2025-06-01T17:37:29.262Z
|
date: 2025-06-01T17:41:22.711Z
|
||||||
tags:
|
tags:
|
||||||
editor: markdown
|
editor: markdown
|
||||||
dateCreated: 2025-06-01T17:37:29.262Z
|
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.
|
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='kvm'>
|
|
||||||
[...]
|
|
||||||
</domain>
|
|
||||||
```
|
|
||||||
|
|
||||||
## Domain type
|
## 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.
|
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.
|
||||||
|
Reference in New Issue
Block a user