wiki/virt/chipset.md

42 lines
1.2 KiB
Markdown
Raw Normal View History

2021-11-13 11:56:50 +00:00
---
title: Chipset
description:
published: true
2022-01-12 13:43:49 +00:00
date: 2022-01-12T13:43:46.399Z
2021-11-13 11:56:50 +00:00
tags:
editor: markdown
dateCreated: 2021-11-13T11:56:47.463Z
---
2022-01-12 13:43:49 +00:00
# Emulated chipsets
2022-01-12 13:25:34 +00:00
## Description
2022-01-12 13:43:49 +00:00
> There are two kinds of emulated chipsets that are currently supported by Phyllome OS: `i440fx`, `Q35`. Eventually, the `virt` model, which ships alongside the Cloud Hypervisor, will also be supported.
2022-01-12 13:25:34 +00:00
{.is-info}
| **Support** | i440fx | Q35 | virt |
2022-01-12 13:33:28 +00:00
| :- | :-: | :-: | :-: |
2022-01-12 13:43:49 +00:00
| *Firmware* | SeaBIOS OVMF | SeaBIOS OVMF | Rust firmware |
2022-01-12 13:29:13 +00:00
| *PS/2 devices* | **Yes** | **Yes** | No |
| *USB Controller* | **Yes** | **Yes** | ? |
| *SATA Controller* | No | **Yes** | ? |
2022-01-12 13:25:34 +00:00
| *IDE Controller* | Yes | No | No |
2022-01-12 13:29:13 +00:00
| *Floppy Controller* | **Yes** | No | No |
| *TPM Support* | No | **Yes** | ? |
| *PCI-Express Bus* | No | **Yes** | **Yes** |
| *PCI Bus* | **Yes** | No | No |
| Virtual Function I/O | No | **Yes** | **Yes** |
2022-01-12 13:25:34 +00:00
## Dedicated page (upcoming)
> To be created and populated. It would be great to talk about these virtual chipsets versions (now there is the `Q35 6.1`). is there any breaking changes between revisions?
{.is-info}
2022-01-12 13:29:13 +00:00
* `i440fx`
* `Q35`
* `virt`
2022-01-12 13:25:34 +00:00
## Resources
* [Official documentation](https://wiki.qemu.org/Features/Q35) on Q35