From 15a9b854a613693494dbf875fd9e6d3977ff9703 Mon Sep 17 00:00:00 2001 From: Kunhui Li Date: Fri, 7 May 2021 04:46:56 -0400 Subject: [PATCH] doc: update ACRN qemu HV tag to v2.0 1. Add whitespace in the string "ubuntu18.04"; 2. Update the Kernel version; 3. Update ACRN qemu HV tag format and add a note. Tracked-On: #5928 Signed-off-by: Kunhui Li --- doc/tutorials/acrn_on_qemu.rst | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/doc/tutorials/acrn_on_qemu.rst b/doc/tutorials/acrn_on_qemu.rst index 654526b12..b75ae40e7 100644 --- a/doc/tutorials/acrn_on_qemu.rst +++ b/doc/tutorials/acrn_on_qemu.rst @@ -11,12 +11,16 @@ with basic functionality such as running Service VM (SOS) and User VM (UOS) for This setup was tested with the following configuration, -- ACRN Hypervisor: tag acrn-2020w19.5-140000p (Commit ID: b0ae9cfa2b374d3faad9f890ff61e88f97205ac8) -- ACRN Kernel: 5.4.28 (Commit ID: a8cd22f49f0b2b56e526150fe0aaa9118edfcede) +- ACRN Hypervisor: tag ``v2.0`` +- ACRN Kernel: release_2.0 (5.4.43-PKT-200203T060100Z) - QEMU emulator version 4.2.0 -- Service VM/User VM is ubuntu18.04 +- Service VM/User VM is ubuntu 18.04 - Platforms Tested: Apollo Lake, Kaby Lake, Coffee Lake +.. note:: + + ACRN versions newer than v2.0 do not work on QEMU. + Prerequisites *************