Kamay Xutax <admin@xutaxkamay.com> writes:
> Hello,
>
> This is my first try contributing to QEMU,
Welcome!
> and I would like some advices before merging my patch into master branch.
First piece of advice: it's a busy mailing list, and to get people's
attention, cc: them. For a patch, you want to cc: maintainers of the
code you patch. To find them, use scripts/get_maintainer.pl and
exercise judgement. Let me show you:
$ scripts/get_maintainer.pl ./0001-*patch
Gerd Hoffmann <kraxel@redhat.com> (odd fixer:Graphics)
"Marc-André Lureau" <marcandre.lureau@redhat.com> (odd fixer:Graphics)
Paolo Bonzini <pbonzini@redhat.com> (maintainer:Meson)
"Daniel P. Berrangé" <berrange@redhat.com> (reviewer:Meson)
Thomas Huth <thuth@redhat.com> (reviewer:Meson)
"Philippe Mathieu-Daudé" <philmd@linaro.org> (reviewer:Meson)
qemu-devel@nongnu.org (open list:All patches CC here)
Since the patch's Meson part is straightforward, I'd just cc: the two
Graphics people, I'm doing it in this message, so you don't have to.
[...]