From 9e07c99df9116555033f701d6f603e6814fb3abb Mon Sep 17 00:00:00 2001 From: Yoshiaki Senda Date: Thu, 15 Jun 2023 18:34:04 +0900 Subject: [PATCH] reflect feedback --- userdocs/contributing/development-environment-vagrant.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/userdocs/contributing/development-environment-vagrant.rst b/userdocs/contributing/development-environment-vagrant.rst index 85aae023..152014b8 100644 --- a/userdocs/contributing/development-environment-vagrant.rst +++ b/userdocs/contributing/development-environment-vagrant.rst @@ -14,6 +14,8 @@ Host system requirements CPU H/W Virtualization support -------------------------------- +Check CPU virtualization capability using following command. If your system has Intel CPU, you will see Intel VT here, and if your system has AMD CPU, you will see AMD-V here. + .. code-block:: bash lscpu | grep Virtualization @@ -52,7 +54,7 @@ Install QEMU, libvirt # Add user to libvirt group sudo usermod -aG libvirt rocky -Install Cockpit +Install Cockpit (Optional) ----------------- .. code-block:: bash