From f6cdf46496dcc7eb32881f88834a5b9c2bede2a9 Mon Sep 17 00:00:00 2001 From: Sebastian Hasler Date: Sun, 9 Jan 2022 13:48:16 +0100 Subject: [PATCH] docs: Default machine type is q35 meanwhile Fixes: #3412 Signed-off-by: Sebastian Hasler --- docs/design/virtualization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design/virtualization.md b/docs/design/virtualization.md index 75ec62bf4..f12ab4447 100644 --- a/docs/design/virtualization.md +++ b/docs/design/virtualization.md @@ -40,7 +40,7 @@ Kata Containers with QEMU has complete compatibility with Kubernetes. 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 -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. Devices and features used: