2 # Common git-publish profiles that can be used to send patches to QEMU upstream.
4 # See https://github.com/stefanha/git-publish for more information
6 [gitpublishprofile "default"]
9 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
11 [gitpublishprofile "rfc"]
15 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
17 [gitpublishprofile "stable"]
21 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
23 [gitpublishprofile "trivial"]
27 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
29 [gitpublishprofile "block"]
33 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
35 [gitpublishprofile "arm"]
39 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
41 [gitpublishprofile "s390"]
45 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
47 [gitpublishprofile "ppc"]
51 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null