wiki/virt/guests.md

32 lines
1.1 KiB
Markdown
Raw Normal View History

2022-01-12 14:25:29 +00:00
---
title: Guests support
description:
published: true
2022-01-12 18:04:06 +00:00
date: 2022-01-12T18:04:04.405Z
2022-01-12 14:25:29 +00:00
tags:
editor: markdown
dateCreated: 2022-01-12T14:25:25.960Z
---
2022-01-12 18:04:06 +00:00
# General guests support matrix
2022-01-12 14:25:29 +00:00
> 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-info}
2022-01-12 16:38:59 +00:00
* The table bellow only show support for the latest operating systems.
2022-01-12 14:25:29 +00:00
2022-01-12 16:38:59 +00:00
| | Linux | Darwin | Windows |
| :- | :-: | :-: | :-: |
2022-01-12 16:40:03 +00:00
| *[Chipset](/virt/chipset)* | `i440fx` `Q35` | `Q35` | `i440fx` `Q35` |
2022-01-12 18:02:22 +00:00
| *[Platform Firmware](/virt/firmware)* | `SeaBIOS` `OVMF` `RHF` [^1] | `OVMF` | `SeaBIOS` `OVMF` `RHF` |
| *`virtio-gpu`* | **Yes** | No | No |
2022-01-12 18:04:06 +00:00
| *`virtio-video`* | Upcoming | No | No |
| *`virtio-snd`* | Upcoming | No | No |
2022-01-12 16:38:59 +00:00
| *`virtio-blk`* | **Yes** | **Yes** | **Yes** |
| *`virtio-scsi`* | **Yes** | **Yes** | **Yes** |
2022-01-12 18:04:06 +00:00
| *`virtio-fs`* | **Yes** | No | **Yes** |
2022-01-12 16:38:59 +00:00
| *`virtio-net`* | **Yes** | **Yes** | **Yes** |
2022-01-12 18:04:06 +00:00
| *`virtio-keyboard`* | **Yes** | No | **Yes** |
| *`virtio-tablet`* | **Yes** | No | **Yes** |
2022-01-12 16:38:59 +00:00
2022-01-12 18:04:06 +00:00
[^1]: RHF stands for the Rust Hypervisor Firmware