1*08bb160eSFam Zheng# 2*08bb160eSFam Zheng# Common git-publish profiles that can be used to send patches to QEMU upstream. 3*08bb160eSFam Zheng# 4*08bb160eSFam Zheng# See https://github.com/stefanha/git-publish for more information 5*08bb160eSFam Zheng# 6*08bb160eSFam Zheng[gitpublishprofile "default"] 7*08bb160eSFam Zhengbase = master 8*08bb160eSFam Zhengto = qemu-devel@nongnu.org 9*08bb160eSFam Zhengcccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null 10*08bb160eSFam Zheng 11*08bb160eSFam Zheng[gitpublishprofile "rfc"] 12*08bb160eSFam Zhengbase = master 13*08bb160eSFam Zhengprefix = RFC PATCH 14*08bb160eSFam Zhengto = qemu-devel@nongnu.org 15*08bb160eSFam Zhengcccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null 16*08bb160eSFam Zheng 17*08bb160eSFam Zheng[gitpublishprofile "stable"] 18*08bb160eSFam Zhengbase = master 19*08bb160eSFam Zhengto = qemu-devel@nongnu.org 20*08bb160eSFam Zhengcc = qemu-stable@nongnu.org 21*08bb160eSFam Zhengcccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null 22*08bb160eSFam Zheng 23*08bb160eSFam Zheng[gitpublishprofile "trivial"] 24*08bb160eSFam Zhengbase = master 25*08bb160eSFam Zhengto = qemu-devel@nongnu.org 26*08bb160eSFam Zhengcc = qemu-trivial@nongnu.org 27*08bb160eSFam Zhengcccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null 28*08bb160eSFam Zheng 29*08bb160eSFam Zheng[gitpublishprofile "block"] 30*08bb160eSFam Zhengbase = master 31*08bb160eSFam Zhengto = qemu-devel@nongnu.org 32*08bb160eSFam Zhengcc = qemu-block@nongnu.org 33*08bb160eSFam Zhengcccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null 34*08bb160eSFam Zheng 35*08bb160eSFam Zheng[gitpublishprofile "arm"] 36*08bb160eSFam Zhengbase = master 37*08bb160eSFam Zhengto = qemu-devel@nongnu.org 38*08bb160eSFam Zhengcc = qemu-arm@nongnu.org 39*08bb160eSFam Zhengcccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null 40*08bb160eSFam Zheng 41*08bb160eSFam Zheng[gitpublishprofile "s390"] 42*08bb160eSFam Zhengbase = master 43*08bb160eSFam Zhengto = qemu-devel@nongnu.org 44*08bb160eSFam Zhengcc = qemu-s390@nongnu.org 45*08bb160eSFam Zhengcccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null 46*08bb160eSFam Zheng 47*08bb160eSFam Zheng[gitpublishprofile "ppc"] 48*08bb160eSFam Zhengbase = master 49*08bb160eSFam Zhengto = qemu-devel@nongnu.org 50*08bb160eSFam Zhengcc = qemu-ppc@nongnu.org 51*08bb160eSFam Zhengcccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null 52