Home
last modified time | relevance | path

Searched +full:- +full:- +full:mailback (Results 1 – 3 of 3) sorted by relevance

/qemu/
H A D.b4-config7 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
H A D.patchew.yml1 ---
91 {% elif test == "docker-mingw@fedora" or test == "docker-quick@centos8" or test == "asan" %}
115 ---
117 Please send your feedback to patchew-devel@redhat.com
126 time make docker-test-debug@fedora TARGET_LIST=x86_64-softmmu J=14 NETWORK=1
127 docker-quick@centos8:
133 time make docker-test-quick@centos8 SHOW_ENV=1 J=14 NETWORK=1
140 git rev-parse base > /dev/null || exit 0
141 ./scripts/checkpatch.pl --mailback base..
142 docker-mingw@fedora:
[all …]
/qemu/scripts/
H A Dcheckpatch.pl5 # (c) 2008-2010 Andy Whitcroft <apw@canonical.com>
33 my $mailback = 0;
49 $P [OPTION]... [GIT-REV-LIST]
54 -q, --quiet quiet
55 --no-tree run without a qemu tree
56 --no-signoff do not check for 'Signed-off-by' line
57 --patch treat FILE as patchfile
58 --branch treat args as GIT revision list
59 --emacs emacs compile window format
60 --terse one line per report
[all …]