Skip to content

Commit

Permalink
docs: add a how to section
Browse files Browse the repository at this point in the history
Signed-off-by: Pierrick Bouvier <[email protected]>
  • Loading branch information
pbo-linaro committed Nov 6, 2024
1 parent ea4a97b commit 9dcdf63
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
45 changes: 45 additions & 0 deletions docs/how-to/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
.. _how-to:

------
How to
------

This section of the manual will give you some commands to do various tasks with
QEMU. It does not intend to be complete, but to be simple.

Build
-----

clone
setup build env
build command

debug/sanitizer

Test
----

all kind of tests

Use QEMU
--------

qemu img

kernel boot
vm boot (smp, -m)
arm example
x86_64 example

debug gdbstub

user mode

Contribute
----------

commit signoff
send patch
publish
checkpath
b4 shazam
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ Welcome to QEMU's documentation!
devel/index
codebase/index
glossary/index
how-to/index

0 comments on commit 9dcdf63

Please sign in to comment.