From 9dcdf63a41f51e3f52737f8b6150a733273cc9b2 Mon Sep 17 00:00:00 2001 From: Pierrick Bouvier Date: Wed, 6 Nov 2024 13:51:40 -0800 Subject: [PATCH] docs: add a how to section Signed-off-by: Pierrick Bouvier --- docs/how-to/index.rst | 45 +++++++++++++++++++++++++++++++++++++++++++ docs/index.rst | 1 + 2 files changed, 46 insertions(+) create mode 100644 docs/how-to/index.rst diff --git a/docs/how-to/index.rst b/docs/how-to/index.rst new file mode 100644 index 0000000000000..3d570fe8a1c6c --- /dev/null +++ b/docs/how-to/index.rst @@ -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 diff --git a/docs/index.rst b/docs/index.rst index 2cad84cd77c1c..a0dfd390f8d3f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -22,3 +22,4 @@ Welcome to QEMU's documentation! devel/index codebase/index glossary/index + how-to/index