diff --git a/virt/guests.md b/virt/guests.md index ed2e9b1..133bc98 100644 --- a/virt/guests.md +++ b/virt/guests.md @@ -2,7 +2,7 @@ title: Guests support description: published: true -date: 2022-01-12T14:25:25.960Z +date: 2022-01-12T16:38:57.157Z tags: editor: markdown dateCreated: 2022-01-12T14:25:25.960Z @@ -13,4 +13,23 @@ dateCreated: 2022-01-12T14:25:25.960Z > 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} +* The table bellow only show support for the latest operating systems. +| | Linux | Darwin | Windows | +| :- | :-: | :-: | :-: | +| *[Chipset](/virt/chipset)* | `i440fx` | `i440fx` | +| *[Firmware](/virt/firmware)* | `SeaBIOS` `OVMF` `RHF` | SeaBIOS | +| *`virtio-gpu`* | No | **Yes** | **Yes** | +| *`virtio-video`* | No | No | **Yes** | +| *`virtio-snd`* | No | No | **Yes** | +| *`virtio-blk`* | **Yes** | **Yes** | **Yes** | +| *`virtio-scsi`* | **Yes** | **Yes** | **Yes** | +| *`virtio-fs`* | No | No | ? | +| *`virtio-net`* | **Yes** | **Yes** | **Yes** | +| *`virtio-keyboard`* | No | No | ? | +| *`virtio-tablet`* | No | No | ? | +| *`virtio-wayland`* | No | No | ? | +| *`virtio-console`* | **Yes** | **Yes** | **Yes** | + + +Rust Hypervisor Firmware \ No newline at end of file