Skip to content

Commit

Permalink
doc: qemu: clarify how to emulate multiple devices
Browse files Browse the repository at this point in the history
Signed-off-by: Camila Macedo <[email protected]>
  • Loading branch information
Camila Macedo committed Oct 23, 2023
1 parent 12f4a0a commit 787d58b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions source/getting-started/emulation-with-qemu/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,11 @@ Once you’ve converted and resized the image, you can then use it with your QEM
For this specific platform, we use the ``-bios=flash.bin`` flag to boot the system.
However, the flags and configurations may vary based on the selected platform.

.. note::

If you're looking to emulate multiple devices, ensure you convert to the QCOW2 format.
Each image that's converted and subsequently run with QEMU will be recognized as a distinct device.

Check warning on line 119 in source/getting-started/emulation-with-qemu/index.rst

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Fio-docs.Contractions] Avoid Contractions: Use 'that is' not 'that's'. Raw Output: {"message": "[Fio-docs.Contractions] Avoid Contractions: Use 'that is' not 'that's'.", "location": {"path": "source/getting-started/emulation-with-qemu/index.rst", "range": {"start": {"line": 119, "column": 15}}}, "severity": "WARNING"}

Next Step
--------------------------

Expand Down
4 changes: 2 additions & 2 deletions source/reference-manual/qemu/qemu-instructions.template
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

.. note::
You can fetch either the compressed ``.wic.gz`` or the ``.qcow2`` artifact, you do not need both.
Use the .qcow2 artifact if you wish to change the QEMU disk size.

Use the .qcow2 artifact if you wish to change the QEMU disk size or If you're looking to emulate multiple devices.
Each image that's converted and subsequently run with QEMU will be recognized as a distinct device.

Booting in QEMU
---------------
Expand Down

0 comments on commit 787d58b

Please sign in to comment.