mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-07-19 09:53:01 +00:00
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 <geoffroy.vancutsem@intel.com>
This commit is contained in:
parent
90420123e2
commit
db2e986673
@ -117,15 +117,13 @@ This concludes setting up of Service VM and preparing it to boot ACRN hypervisor
|
|||||||
Install ACRN Hypervisor
|
Install ACRN Hypervisor
|
||||||
***********************
|
***********************
|
||||||
|
|
||||||
1. Clone ACRN repo with ``tag: acrn-2020w19.5-140000p`` or the latest
|
1. Clone the ACRN repo and check out the ``v2.0`` tag.
|
||||||
(main) branch. Below steps show our tested version,
|
|
||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
$ git clone https://github.com/projectacrn/acrn-hypervisor.git
|
$ git clone https://github.com/projectacrn/acrn-hypervisor.git
|
||||||
$ cd acrn-hypervisor/
|
$ cd acrn-hypervisor/
|
||||||
$ git fetch --all --tags --prune
|
$ git checkout v2.0
|
||||||
$ git checkout tags/acrn-2020w19.5-140000p -b acrn_on_qemu
|
|
||||||
|
|
||||||
2. Use the following command to build ACRN for QEMU,
|
2. Use the following command to build ACRN for QEMU,
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user