mirror of
https://github.com/PhyllomeOS/wiki.git
synced 2024-11-06 04:01:11 +00:00
2.0 KiB
2.0 KiB
title | description | published | date | tags | editor | dateCreated |
---|---|---|---|---|---|---|
Chipset | true | 2023-05-19T22:24:32.504Z | markdown | 2021-11-13T11:56:47.463Z |
Virtual chipsets
Just as physical computers, virtual machines are built around a central chipset.
Available chipsets for virtual machines
i440fx
The i440fx
virtual chipset is a legacy chipset, compatible with PCI.
Q35
The Q35
virtual chipset is based on a modern chipset, compatible with PCI-Express.
Did you know that the Open Virtual Machine Firmware (OVMF), which is based on TianoCore, is the default firmware for EFI-based virtual machines? Its configuration utility can be accessed using the Esc key. {.is-info}
The TianoCore splash screen
virt
The virt
virtual chipset is the most modern chipset, compatible with PCI-Express. It only supports virtio-devices.
Comparison
i440fx |
Q35 |
virt |
|
---|---|---|---|
Firmware | SeaBIOS / OVMF | SeaBIOS / OVMF | OVMF ? / RHF |
PS/2 devices | Yes | Yes | No |
USB Controller | Yes | Yes | No |
SATA Controller | No | Yes | No |
IDE Controller | Yes | No | No |
Floppy Controller | Yes | No | No |
TPM Support | No | Yes | No? |
PCI-Express Bus | No | Yes | Yes |
PCI Bus | Yes | No | No |
Virtual Function I/O | No | Yes | Yes |
The
i440fx
andQ35
chipsets are currently supported by Phyllome OS. Early support for thevirt
model is expected for the Beta version {.is-info}
Resources
- Official documentation on Q35