From af2040397cf4b7f2f1fa1c566821aa3010657fe4 Mon Sep 17 00:00:00 2001
From: Luca Seritan <luca.seritan@huawei.com>
Date: Mon, 29 Aug 2022 13:29:40 +0200
Subject: [PATCH] Add reference to linux flavour usage to virtual targets

All qemu targets miss information regarding login and how to shutdown
the qemu. Add a reference to the section in linux flavour that contains
this information.

Signed-off-by: Luca Seritan <luca.seritan@huawei.com>
---
 docs/hardware-support/virtual-boards/qemuarm-efi.rst   | 2 ++
 docs/hardware-support/virtual-boards/qemuarm64-efi.rst | 2 ++
 docs/hardware-support/virtual-boards/qemux86-64.rst    | 2 ++
 docs/hardware-support/virtual-boards/qemux86.rst       | 2 ++
 4 files changed, 8 insertions(+)

diff --git a/docs/hardware-support/virtual-boards/qemuarm-efi.rst b/docs/hardware-support/virtual-boards/qemuarm-efi.rst
index 66280b82..784418ec 100644
--- a/docs/hardware-support/virtual-boards/qemuarm-efi.rst
+++ b/docs/hardware-support/virtual-boards/qemuarm-efi.rst
@@ -51,3 +51,5 @@ Once the image is done, you can run the Qemu using the provided script wrapper:
 .. code-block:: console
 
    $ MACHINE=qemuarm-efi runqemu oniro-image-base slirp
+
+For additional information refer to the :ref:`usage section <linux-flavour-usage>`. 
diff --git a/docs/hardware-support/virtual-boards/qemuarm64-efi.rst b/docs/hardware-support/virtual-boards/qemuarm64-efi.rst
index 39ce379e..8ca59d74 100644
--- a/docs/hardware-support/virtual-boards/qemuarm64-efi.rst
+++ b/docs/hardware-support/virtual-boards/qemuarm64-efi.rst
@@ -51,3 +51,5 @@ Once the image is done, you can run the Qemu using the provided script wrapper:
 .. code-block:: console
 
    $ MACHINE=qemuarm64-efi runqemu oniro-image-base slirp
+
+For additional information refer to the :ref:`usage section <linux-flavour-usage>`.
diff --git a/docs/hardware-support/virtual-boards/qemux86-64.rst b/docs/hardware-support/virtual-boards/qemux86-64.rst
index 2608e0d1..3f7dd5dc 100644
--- a/docs/hardware-support/virtual-boards/qemux86-64.rst
+++ b/docs/hardware-support/virtual-boards/qemux86-64.rst
@@ -49,3 +49,5 @@ Once the image is done, you can run the Qemu using the provided script wrapper:
 .. code-block:: console
 
    $ MACHINE=qemux86-64 runqemu oniro-image-base wic ovmf slirp
+
+For additional information refer to the :ref:`usage section <linux-flavour-usage>`.
diff --git a/docs/hardware-support/virtual-boards/qemux86.rst b/docs/hardware-support/virtual-boards/qemux86.rst
index c40c3bc9..8f88cd03 100644
--- a/docs/hardware-support/virtual-boards/qemux86.rst
+++ b/docs/hardware-support/virtual-boards/qemux86.rst
@@ -49,3 +49,5 @@ Once the image is done, you can run the Qemu using the provided script wrapper:
 .. code-block:: console
 
    $ MACHINE=qemux86 runqemu oniro-image-base wic ovmf slirp
+
+For additional information refer to the :ref:`usage section <linux-flavour-usage>`.
-- 
GitLab