summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-qemu.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/dev-manual-qemu.rst')
-rw-r--r--documentation/dev-manual/dev-manual-qemu.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/dev-manual/dev-manual-qemu.rst b/documentation/dev-manual/dev-manual-qemu.rst
index 653f90573e..d695b90202 100644
--- a/documentation/dev-manual/dev-manual-qemu.rst
+++ b/documentation/dev-manual/dev-manual-qemu.rst
@@ -100,8 +100,8 @@ available. Follow these general steps to run QEMU:
100 Here are some additional examples to help illustrate further QEMU: 100 Here are some additional examples to help illustrate further QEMU:
101 101
102 - This example starts QEMU with MACHINE set to "qemux86-64". 102 - This example starts QEMU with MACHINE set to "qemux86-64".
103 Assuming a standard `Build 103 Assuming a standard
104 Directory <&YOCTO_DOCS_REF_URL;#build-directory>`__, ``runqemu`` 104 :term:`Build Directory`, ``runqemu``
105 automatically finds the ``bzImage-qemux86-64.bin`` image file and 105 automatically finds the ``bzImage-qemux86-64.bin`` image file and
106 the ``core-image-minimal-qemux86-64-20200218002850.rootfs.ext4`` 106 the ``core-image-minimal-qemux86-64-20200218002850.rootfs.ext4``
107 (assuming the current build created a ``core-image-minimal`` 107 (assuming the current build created a ``core-image-minimal``
@@ -232,8 +232,8 @@ be a problem when QEMU is running with KVM enabled. Specifically,
232software compiled with a certain CPU feature crashes when run on a CPU 232software compiled with a certain CPU feature crashes when run on a CPU
233under KVM that does not support that feature. To work around this 233under KVM that does not support that feature. To work around this
234problem, you can override QEMU's runtime CPU setting by changing the 234problem, you can override QEMU's runtime CPU setting by changing the
235``QB_CPU_KVM`` variable in ``qemuboot.conf`` in the `Build 235``QB_CPU_KVM`` variable in ``qemuboot.conf`` in the
236Directory's <&YOCTO_DOCS_REF_URL;#build-directory>`__ ``deploy/image`` 236:term:`Build Directory` ``deploy/image``
237directory. This setting specifies a ``-cpu`` option passed into QEMU in 237directory. This setting specifies a ``-cpu`` option passed into QEMU in
238the ``runqemu`` script. Running ``qemu -cpu help`` returns a list of 238the ``runqemu`` script. Running ``qemu -cpu help`` returns a list of
239available supported CPU types. 239available supported CPU types.