summaryrefslogtreecommitdiff
path: root/scripts/checkpatch.pl
AgeCommit message (Expand)Author
2022-05-12checkpatch: fix g_malloc checkPaolo Bonzini
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau
2022-03-22compiler.h: replace QEMU_SENTINEL with G_GNUC_NULL_TERMINATEDMarc-André Lureau
2022-03-22compiler.h: replace QEMU_WARN_UNUSED_RESULT with G_GNUC_WARN_UNUSED_RESULTMarc-André Lureau
2022-03-22Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau
2022-02-21checkpatch: Ensure that TypeInfos are constBernhard Beschow
2022-02-09drop libxml2 checks since libxml is not actually used (for parallels)Michael Tokarev
2021-12-17checkpatch: Do not allow deprecated g_memdup()Philippe Mathieu-Daudé
2021-06-25scripts/checkpatch: roll diff tweaking into checkpatch itselfAlex Bennée
2021-06-07scripts/checkpatch.pl: process .c.inc and .h.inc files as C sourceMatheus Ferst
2021-05-14checkpatch: Fix use of uninitialized valueGreg Kurz
2021-02-23checkpatch: don't emit warning on newly created acpi data filesIsaku Yamahata
2021-02-19scripts/checkpatch: Improve the check for authors mangled by the mailing listThomas Huth
2021-01-18scripts/checkpatch.pl: fix git-show invocation to include diffstatAlex Bennée
2020-10-27scripts: fix error from checkpatch.pl when no commits are foundDaniel P. Berrangé
2020-09-30checkpatch: Detect '%#' or '%0#' in printf-style format stringsDov Murik
2020-09-30checkpatch: avoid error on cover letter filesStefano Garzarella
2020-09-29scripts/texi2pod: Delete unused scriptPeter Maydell
2020-09-17scripts/: fix some comment spelling errorszhaolichang
2020-07-10checkpatch: Change occurences of 'kernel' to 'qemu' in user messagesAleksandar Markovic
2020-06-12checkpatch: reversed logic with acpi test checksMichael S. Tsirkin
2020-05-04checkpatch: ignore allowed diff listMichael S. Tsirkin
2020-05-04checkpatch: fix acpi check with multiple file nameMichael S. Tsirkin
2020-03-29checkpatch: enforce process for expected filesMichael S. Tsirkin
2020-02-22softmmu: move vl.c to softmmu/Alexander Bulekov
2020-02-18scripts/checkpatch.pl: Detect superfluous semicolon in C codePhilippe Mathieu-Daudé
2020-02-07scripts/checkpatch.pl: Only allow Python 3 interpreterPhilippe Mathieu-Daudé
2019-10-28scripts/checkpatch.pl: don't complain about (foo, /* empty */)Alex Bennée
2019-10-23checkpatch: suggest qemu_real_host_page_size instead of getpagesize() or sysc...Wei Yang
2019-09-05docs: convert README, CODING_STYLE and HACKING to RST syntaxDaniel P. Berrangé
2019-07-15checkpatch: detect doubly-encoded UTF-8Paolo Bonzini
2019-07-05checkpatch: do not warn for multiline parenthesized returned valuePaolo Bonzini
2019-06-03checkpatch: allow SPDX-License-IdentifierPeter Xu
2019-01-29checkpatch: Don't emit spurious warnings about block commentsPeter Maydell
2019-01-11checkpatch: warn about qemu/queue.h head structs that are not typedef-edPaolo Bonzini
2019-01-11checkpatch: colorize output to terminalPaolo Bonzini
2019-01-11checkpatch: improve handling of multiple patches or filesPaolo Bonzini
2019-01-11checkpatch: check Signed-off-by in --mailback modePaolo Bonzini
2019-01-11checkpatch: fix premature exit when no input or --mailbackPaolo Bonzini
2018-12-14scripts/checkpatch.pl: Enforce multiline comment syntaxPeter Maydell
2018-12-12Remove QEMU_ARTIFICIAL macroThomas Huth
2018-11-27checkpatch: g_test_message does not need a trailing newlinePaolo Bonzini
2018-10-31scripts: report on author emails that are mangled by the mailing listDaniel P. Berrangé
2018-08-23checkpatch: allow space in more places before a bracketHeinrich Schuchardt
2018-08-23checkpatch: fix filename detection when using -fPaolo Bonzini
2018-07-06checkpatch: handle token pasting betterPaolo Bonzini
2018-07-02checkpatch: Recognize IEC binary prefix definitionsPhilippe Mathieu-Daudé
2018-05-22checkpatch: generalize xen handle matching in the list of typesPaul Durrant
2018-05-14Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell