Jiaxun Yang | 838cf72 | 2024-12-22 16:53:41 +0000 | [diff] [blame] | 1 | # |
| 2 | # Common b4 settings that can be used to send patches to QEMU upstream. |
| 3 | # https://b4.docs.kernel.org/ |
| 4 | # |
| 5 | |
| 6 | [b4] |
| 7 | send-series-to = qemu-devel@nongnu.org |
| 8 | send-auto-to-cmd = echo |
| 9 | send-auto-cc-cmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback |
| 10 | am-perpatch-check-cmd = scripts/checkpatch.pl -q --terse --no-summary --mailback - |
| 11 | prep-perpatch-check-cmd = scripts/checkpatch.pl -q --terse --no-summary --mailback - |
| 12 | searchmask = https://lore.kernel.org/qemu-devel/?x=m&t=1&q=%s |
| 13 | linkmask = https://lore.kernel.org/qemu-devel/%s |
| 14 | linktrailermask = Message-ID: <%s> |