Merge pull request #3409 from haslersn/design-docs-q35

docs: Default machine type is q35 meanwhile
This commit is contained in:
Carlos Venegas 2022-01-11 11:00:54 -06:00 committed by GitHub
commit 43d8ccdb3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ Kata Containers with QEMU has complete compatibility with Kubernetes.
Depending on the host architecture, Kata Containers supports various machine types, Depending on the host architecture, Kata Containers supports various machine types,
for example `pc` and `q35` on x86 systems, `virt` on ARM systems and `pseries` on IBM Power systems. The default Kata Containers for example `pc` and `q35` on x86 systems, `virt` on ARM systems and `pseries` on IBM Power systems. The default Kata Containers
machine type is `pc`. The machine type and its [`Machine accelerators`](#machine-accelerators) can machine type is `q35`. The machine type and its [`Machine accelerators`](#machine-accelerators) can
be changed by editing the runtime [`configuration`](architecture/README.md#configuration) file. be changed by editing the runtime [`configuration`](architecture/README.md#configuration) file.
Devices and features used: Devices and features used: