[PATCH] docs/devel/codebase: add link to rev.ng video series

Pierrick Bouvier posted 1 patch 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260423213557.780112-1-pierrick.bouvier@oss.qualcomm.com
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, "Daniel P. Berrangé" <berrange@redhat.com>, Markus Armbruster <armbru@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>
docs/devel/codebase.rst | 5 +++++
1 file changed, 5 insertions(+)
[PATCH] docs/devel/codebase: add link to rev.ng video series
Posted by Pierrick Bouvier 1 month ago
Those two videos provide an excellent introduction for a new QEMU
developer, and such resources are rare.

Kudos to Anton Johansson <anjo@rev.ng> for creating this.

Signed-off-by: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>
---
 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.47.3
Re: [PATCH] docs/devel/codebase: add link to rev.ng video series
Posted by Brian Cain 3 weeks, 3 days ago
On Thu, Apr 23, 2026 at 4:36 PM Pierrick Bouvier
<pierrick.bouvier@oss.qualcomm.com> wrote:
>
> Those two videos provide an excellent introduction for a new QEMU
> developer, and such resources are rare.
>
> Kudos to Anton Johansson <anjo@rev.ng> for creating this.
>
> Signed-off-by: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>
> ---

Reviewed-by: Brian Cain <brian.cain@oss.qualcomm.com>

>  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.47.3
>
Re: [PATCH] docs/devel/codebase: add link to rev.ng video series
Posted by Anton Johansson via qemu development 3 weeks, 3 days ago
On 23/04/26, Pierrick Bouvier wrote:
> Those two videos provide an excellent introduction for a new QEMU
> developer, and such resources are rare.
> 
> Kudos to Anton Johansson <anjo@rev.ng> for creating this.
> 
> Signed-off-by: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>
> ---
>  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:

Thanks for posting this!:)

For the text I'd suggest something like

  "For an overview of the codebase in video form covering user- and system mode,
  these provide an excellent introduction:"

If anyone has suggestions/corrections please feel free to let me know
and I'll make a revised version.

Reviewed-by: Anton Johansson <anjo@rev.ng>
Re: [PATCH] docs/devel/codebase: add link to rev.ng video series
Posted by Pierrick Bouvier 3 weeks, 2 days ago
On 5/6/2026 2:16 AM, Anton Johansson wrote:
> On 23/04/26, Pierrick Bouvier wrote:
>> Those two videos provide an excellent introduction for a new QEMU
>> developer, and such resources are rare.
>>
>> Kudos to Anton Johansson <anjo@rev.ng> for creating this.
>>
>> Signed-off-by: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>
>> ---
>>  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:
> 
> Thanks for posting this!:)
> 
> For the text I'd suggest something like
> 
>   "For an overview of the codebase in video form covering user- and system mode,
>   these provide an excellent introduction:"
> 
> If anyone has suggestions/corrections please feel free to let me know
> and I'll make a revised version.
>

I sent the PR yesterday with original series, but feel free to send a
fix with your suggestion.

> Reviewed-by: Anton Johansson <anjo@rev.ng>
Re: [PATCH] docs/devel/codebase: add link to rev.ng video series
Posted by Pierrick Bouvier 3 weeks, 3 days ago
On 4/23/2026 2:35 PM, Pierrick Bouvier wrote:
> Those two videos provide an excellent introduction for a new QEMU
> developer, and such resources are rare.
> 
> Kudos to Anton Johansson <anjo@rev.ng> for creating this.
> 
> Signed-off-by: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>
> ---
>  docs/devel/codebase.rst | 5 +++++
>  1 file changed, 5 insertions(+)
> 

Reviewed-by: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>