mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-23 14:07:42 +00:00
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 <david.b.kinder@intel.com>
This commit is contained in:
parent
c3f66210cf
commit
b5fc55090c
@ -23,9 +23,15 @@ Prerequisites
|
|||||||
|
|
||||||
1. Make sure the platform supports Intel VMX as well as VT-d
|
1. Make sure the platform supports Intel VMX as well as VT-d
|
||||||
technologies. On Ubuntu 20.04, this
|
technologies. On Ubuntu 20.04, this
|
||||||
can be checked by installing the ``cpu-checker`` tool. If the
|
can be checked by installing the ``kvm-ok`` tool found in the ``cpu-checker`` package.
|
||||||
output displays **KVM acceleration can be used**,
|
|
||||||
the platform supports it.
|
|
||||||
|
.. 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
|
.. code-block:: console
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user