Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: qemu: clarify how to emulate multiple devices #616

Merged
merged 2 commits into from
Oct 25, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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::

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

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 are looking to emulate multiple devices.
camilamacedo86 marked this conversation as resolved.
Show resolved Hide resolved
Each image converted and subsequently run with QEMU will be recognized as a distinct device.

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