forked from qemu/qemu
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Pierrick Bouvier <[email protected]>
- Loading branch information
1 parent
ea4a97b
commit 9dcdf63
Showing
2 changed files
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,3 +22,4 @@ Welcome to QEMU's documentation! | |
devel/index | ||
codebase/index | ||
glossary/index | ||
how-to/index |