summaryrefslogtreecommitdiffstats
path: root/documentation/migration-guides/migration-2.2.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/migration-guides/migration-2.2.rst')
-rw-r--r--documentation/migration-guides/migration-2.2.rst12
1 files changed, 5 insertions, 7 deletions
diff --git a/documentation/migration-guides/migration-2.2.rst b/documentation/migration-guides/migration-2.2.rst
index 82c8e52df5..751fa06ee8 100644
--- a/documentation/migration-guides/migration-2.2.rst
+++ b/documentation/migration-guides/migration-2.2.rst
@@ -184,13 +184,7 @@ root filesystem, provides an image, and uses the ``nographic`` option::
184 $ runqemu qemux86-64 tmp/deploy/images/qemux86-64/core-image-minimal-qemux86-64.ext4 tmp/deploy/images/qemux86-64/bzImage nographic 184 $ runqemu qemux86-64 tmp/deploy/images/qemux86-64/core-image-minimal-qemux86-64.ext4 tmp/deploy/images/qemux86-64/bzImage nographic
185 185
186Following is a list of variables that can be set in configuration files 186Following is a list of variables that can be set in configuration files
187such as ``bsp.conf`` to enable the BSP to be booted by ``runqemu``: 187such as ``bsp.conf`` to enable the BSP to be booted by ``runqemu``::
188
189.. note::
190
191 "QB" means "QEMU Boot".
192
193::
194 188
195 QB_SYSTEM_NAME: QEMU name (e.g. "qemu-system-i386") 189 QB_SYSTEM_NAME: QEMU name (e.g. "qemu-system-i386")
196 QB_OPT_APPEND: Options to append to QEMU (e.g. "-show-cursor") 190 QB_OPT_APPEND: Options to append to QEMU (e.g. "-show-cursor")
@@ -225,6 +219,10 @@ follows and run ``runqemu``:
225 219
226.. note:: 220.. note::
227 221
222 "QB" means "QEMU Boot".
223
224.. note::
225
228 For command-line syntax, use ``runqemu help``. 226 For command-line syntax, use ``runqemu help``.
229 227
230:: 228::