add status section

This commit is contained in:
lukas 2023-02-11 23:05:37 +01:00
parent 5c01cfa22b
commit 281fb96b07

View File

@ -6,6 +6,8 @@ Libvirt, the most common virtualization library on Linux, uses XML to store the
This repository's goal is to maintain definitions that are tuned for running modern OS, leveraging as many paravirtualized devices (virtio) the target guest OS support. This repository's goal is to maintain definitions that are tuned for running modern OS, leveraging as many paravirtualized devices (virtio) the target guest OS support.
More information [here](https://wiki.phyllo.me/e/en/virt/guest) on the status for virtio support on guest operating systems.
## Requirements ## Requirements
It is expected that libvirt and other dependencies such as QEMU are already installed and that such tools are already correctly configured. It is expected that libvirt and other dependencies such as QEMU are already installed and that such tools are already correctly configured.
@ -35,6 +37,22 @@ $ virsh define linux.xml
# virsh define linux.xml # virsh define linux.xml
``` ```
## Status
| | Linux | Windows |
| :------------------ | :---------------------------: | :-----------------: |
| *Chipset* | `Q35` | `Q35` |
| *Platform Firmware* | `OVMF` | `OVMF` |
| *`Spice display`* | **Yes**, with 3D | **Yes**, without 3D |
| *`virtio-gpu`* | **Yes**, with 3D | **Yes**, without 3D |
| *`virtio-blk`* | Not applicable | Not applicable |
| *`virtio-scsi`* | **Yes** | **Yes** |
| *`virtio-fs`* | **Yes**, for System-driven VM | **Yes** |
| *`virtio-net`* | **Yes** | **Yes** |
| *`virtio-keyboard`* | **Yes** | **Yes** |
| *`virtio-tablet`* | **Yes** | **Yes** |
## Ressources ## Ressources
* Domain XML format for libvirt: https://libvirt.org/formatdomain.html * Domain XML format for libvirt: https://libvirt.org/formatdomain.html