COMMITS
/ scripts/checkpatch.pl April 27, 2023
A
checkpatch: add qemu_bh_new/aio_bh_new checks
Alexander Bulekov committed
February 21, 2023
P
scripts/checkpatch.pl: Do not allow assert(0)
Philippe Mathieu-Daudé committed
November 8, 2022
M
checkpatch: typo fix
Michael S. Tsirkin committed
November 7, 2022
M
checkpatch: better pattern for inline comments
Michael S. Tsirkin committed
September 20, 2022
M
checkpatch: ignore target/hexagon/imported/* files
Matheus Tavares Bernardino committed
April 6, 2022
P
checkpatch: fix g_malloc check
Paolo Bonzini committed
April 20, 2022
M
compiler.h: replace QEMU_NORETURN with G_NORETURN
Marc-André Lureau committed
March 23, 2022
M
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau committed
February 23, 2022
M
compiler.h: replace QEMU_SENTINEL with G_GNUC_NULL_TERMINATED
Marc-André Lureau committed
M
compiler.h: replace QEMU_WARN_UNUSED_RESULT with G_GNUC_WARN_UNUSED_RESULT
Marc-André Lureau committed
February 20, 2022
M
Replace GCC_FMT_ATTR with G_GNUC_PRINTF
Marc-André Lureau committed
January 17, 2022
B
checkpatch: Ensure that TypeInfos are const
Bernhard Beschow committed
February 4, 2022
M
drop libxml2 checks since libxml is not actually used (for parallels)
Michael Tokarev committed
September 3, 2021
P
checkpatch: Do not allow deprecated g_memdup()
Philippe Mathieu-Daudé committed
June 23, 2021
A
scripts/checkpatch: roll diff tweaking into checkpatch itself
Alex Bennée committed
May 20, 2021
M
scripts/checkpatch.pl: process .c.inc and .h.inc files as C source
Matheus Ferst committed
April 8, 2021
G
checkpatch: Fix use of uninitialized value
Greg Kurz committed
February 18, 2021
I
checkpatch: don't emit warning on newly created acpi data files
Isaku Yamahata committed
February 16, 2021
T
scripts/checkpatch: Improve the check for authors mangled by the mailing list
Thomas Huth committed
January 14, 2021
A
scripts/checkpatch.pl: fix git-show invocation to include diffstat
Alex Bennée committed
October 21, 2020
D
scripts: fix error from checkpatch.pl when no commits are found
Daniel P. Berrangé committed
September 14, 2020
D
checkpatch: Detect '%#' or '%0#' in printf-style format strings
Dov Murik committed
September 17, 2020
S
checkpatch: avoid error on cover letter files
Stefano Garzarella committed
Z
scripts/: fix some comment spelling errors
zhaolichang committed
September 25, 2020
P
scripts/texi2pod: Delete unused script
Peter Maydell committed
June 20, 2020
A
checkpatch: Change occurences of 'kernel' to 'qemu' in user messages
Aleksandar Markovic committed
June 2, 2020
M
checkpatch: reversed logic with acpi test checks
Michael S. Tsirkin committed
May 4, 2020
M
checkpatch: ignore allowed diff list
Michael S. Tsirkin committed
M
checkpatch: fix acpi check with multiple file name
Michael S. Tsirkin committed
March 15, 2020
M
checkpatch: enforce process for expected files
Michael S. Tsirkin committed
February 20, 2020
A
softmmu: move vl.c to softmmu/
Alexander Bulekov committed
February 18, 2020
P
scripts/checkpatch.pl: Detect superfluous semicolon in C code
Philippe Mathieu-Daudé committed
January 30, 2020
P
scripts/checkpatch.pl: Only allow Python 3 interpreter
Philippe Mathieu-Daudé committed
October 17, 2019
A
scripts/checkpatch.pl: don't complain about (foo, /* empty */)
Alex Bennée committed
August 23, 2019
D
docs: convert README, CODING_STYLE and HACKING to RST syntax
Daniel P. Berrangé committed
May 17, 2019
P
checkpatch: detect doubly-encoded UTF-8
Paolo Bonzini committed
June 21, 2019
P
checkpatch: do not warn for multiline parenthesized returned value
Paolo Bonzini committed
April 26, 2019
P
checkpatch: allow SPDX-License-Identifier
Peter Xu committed
January 29, 2019
P
checkpatch: Don't emit spurious warnings about block comments
Peter Maydell committed
December 6, 2018
P
checkpatch: warn about qemu/queue.h head structs that are not typedef-ed
Paolo Bonzini committed
November 29, 2018
P
checkpatch: colorize output to terminal
Paolo Bonzini committed
P
checkpatch: improve handling of multiple patches or files
Paolo Bonzini committed
P
checkpatch: check Signed-off-by in --mailback mode
Paolo Bonzini committed
P
checkpatch: fix premature exit when no input or --mailback
Paolo Bonzini committed
December 14, 2018
P
scripts/checkpatch.pl: Enforce multiline comment syntax
Peter Maydell committed
December 3, 2018
T
Remove QEMU_ARTIFICIAL macro
Thomas Huth committed
November 21, 2018
P
checkpatch: g_test_message does not need a trailing newline
Paolo Bonzini committed
August 23, 2018
D
scripts: report on author emails that are mangled by the mailing list
Daniel P. Berrangé committed
April 10, 2018
H
checkpatch: allow space in more places before a bracket
Heinrich Schuchardt committed