From b5fc55090c5d072a67310f34599cc2546c60b923 Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Mon, 14 Feb 2022 07:39:41 -0800 Subject: [PATCH] doc: update cpu-checker instructions in qemu doc Clarify that ``cpu-checker`` is the package that you install to get the ``kvm-ok`` tool used in these instructions. Signed-off-by: David B. Kinder --- doc/tutorials/acrn_on_qemu.rst | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/doc/tutorials/acrn_on_qemu.rst b/doc/tutorials/acrn_on_qemu.rst index 30efad128..0dfebad89 100644 --- a/doc/tutorials/acrn_on_qemu.rst +++ b/doc/tutorials/acrn_on_qemu.rst @@ -23,9 +23,15 @@ Prerequisites 1. Make sure the platform supports Intel VMX as well as VT-d technologies. On Ubuntu 20.04, this - can be checked by installing the ``cpu-checker`` tool. If the - output displays **KVM acceleration can be used**, - the platform supports it. + can be checked by installing the ``kvm-ok`` tool found in the ``cpu-checker`` package. + + + .. code-block:: bash + + sudo apt install cpu-checker + + Run the ``kvm-ok`` tool and If the output displays **KVM acceleration can be used**, + the platform supports Intel VMX and VT-d technologies. .. code-block:: console