From db2e986673a2921e9535f2c52e16148acc31549b Mon Sep 17 00:00:00 2001 From: Geoffroy Van Cutsem Date: Fri, 28 May 2021 12:04:32 +0200 Subject: [PATCH] doc: update ACRN version QEMU tutorial We missed a section during our last update to the QEMU tutorial that references which version (tag) of ACRN to use. Tracked-On: #5928 Signed-off-by: Geoffroy Van Cutsem --- doc/tutorials/acrn_on_qemu.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/tutorials/acrn_on_qemu.rst b/doc/tutorials/acrn_on_qemu.rst index b75ae40e7..6181d0d9a 100644 --- a/doc/tutorials/acrn_on_qemu.rst +++ b/doc/tutorials/acrn_on_qemu.rst @@ -117,15 +117,13 @@ This concludes setting up of Service VM and preparing it to boot ACRN hypervisor Install ACRN Hypervisor *********************** -1. Clone ACRN repo with ``tag: acrn-2020w19.5-140000p`` or the latest - (main) branch. Below steps show our tested version, +1. Clone the ACRN repo and check out the ``v2.0`` tag. .. code-block:: none $ git clone https://github.com/projectacrn/acrn-hypervisor.git $ cd acrn-hypervisor/ - $ git fetch --all --tags --prune - $ git checkout tags/acrn-2020w19.5-140000p -b acrn_on_qemu + $ git checkout v2.0 2. Use the following command to build ACRN for QEMU,