beckus / qemu_stm32

QEMU with an STM32 microcontroller implementation
http://beckus.github.io/qemu_stm32/
Other
524 stars 144 forks source link

A question #33

Closed amine177 closed 2 years ago

amine177 commented 4 years ago

I want to know how did you learn to change qemu's source code ? If there are any guides or tutorials please point me out. :))

beckus commented 2 years ago

Hello @amine177, I am sorry for the very long delay. Were you able to make any progress with QEMU?

I mainly learned by looking at the QEMU source code, searching the mailing list (https://lists.nongnu.org/archive/html/qemu-devel/), and looking at the documentation (https://wiki.qemu.org/Documentation/QOMConventions). Unfortunately, it is non-trivial to learn.