Those two videos provide an excellent introduction for a new QEMU developer, and such resources are rare.
Kudos to Anton Johansson <[email protected]> for creating this. Reviewed-by: Pierrick Bouvier <[email protected]> Link: https://lore.kernel.org/qemu-devel/[email protected] Signed-off-by: Pierrick Bouvier <[email protected]> --- docs/devel/codebase.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/devel/codebase.rst b/docs/devel/codebase.rst index f09307b8971..f065d7eee0b 100644 --- a/docs/devel/codebase.rst +++ b/docs/devel/codebase.rst @@ -8,6 +8,11 @@ organized. Beyond giving succinct descriptions, the goal is to offer links to various parts of the documentation/codebase. +Those two videos are an excellent introduction to QEMU codebase: + +- `QEMU Dev Starter guide - General overview <https://www.youtube.com/watch?v=OCBLTMKLGAk>`_ +- `QEMU Dev Starter guide - System mode <https://www.youtube.com/watch?v=jrZ56K3Sl_k>`_ + Subsystems ---------- -- 2.43.0
