131 Commits (5bdbaebcce18fe6a627cafad2043ec08f3de5744)

Author SHA1 Message Date
Zhao Liu e072af19fc scripts/checkpatch: Support codespell checking 2 years ago
Philippe Mathieu-Daudé 8d7f2e767d system: Rename softmmu/ directory as system/ 3 years ago
Michael Tokarev d30b5bc95a scripts/: spelling fixes 3 years ago
Alexander Bulekov ef56ffbdd6 checkpatch: add qemu_bh_new/aio_bh_new checks 3 years ago
Philippe Mathieu-Daudé 837cd584f4 scripts/checkpatch.pl: Do not allow assert(0) 3 years ago
Michael S. Tsirkin 53a3b83259 checkpatch: typo fix 3 years ago
Michael S. Tsirkin 1ef47f40dc checkpatch: better pattern for inline comments 3 years ago
Matheus Tavares Bernardino 321b0ca353 checkpatch: ignore target/hexagon/imported/* files 4 years ago
Paolo Bonzini dfdb4f3c28 checkpatch: fix g_malloc check 4 years ago
Marc-André Lureau 8905770b27 compiler.h: replace QEMU_NORETURN with G_NORETURN 4 years ago
Marc-André Lureau 8e3b0cbb72 Replace qemu_real_host_page variables with inlined functions 4 years ago
Marc-André Lureau 887ce500ef compiler.h: replace QEMU_SENTINEL with G_GNUC_NULL_TERMINATED 4 years ago
Marc-André Lureau c08401793a compiler.h: replace QEMU_WARN_UNUSED_RESULT with G_GNUC_WARN_UNUSED_RESULT 4 years ago
Marc-André Lureau 9edc6313da Replace GCC_FMT_ATTR with G_GNUC_PRINTF 4 years ago
Bernhard Beschow 9a86e023aa checkpatch: Ensure that TypeInfos are const 4 years ago
Michael Tokarev 9e8be4c546 drop libxml2 checks since libxml is not actually used (for parallels) 4 years ago
Philippe Mathieu-Daudé ce2ff9cccf checkpatch: Do not allow deprecated g_memdup() 5 years ago
Alex Bennée 66cf70149a scripts/checkpatch: roll diff tweaking into checkpatch itself 5 years ago
Matheus Ferst 72205289a0 scripts/checkpatch.pl: process .c.inc and .h.inc files as C source 5 years ago
Greg Kurz 43bea44357 checkpatch: Fix use of uninitialized value 5 years ago
Isaku Yamahata d2f1af0e41 checkpatch: don't emit warning on newly created acpi data files 5 years ago
Thomas Huth 7b59d10e23 scripts/checkpatch: Improve the check for authors mangled by the mailing list 5 years ago
Alex Bennée 9e5acb373d scripts/checkpatch.pl: fix git-show invocation to include diffstat 5 years ago
Daniel P. Berrangé 2d4274d6fe scripts: fix error from checkpatch.pl when no commits are found 6 years ago
Dov Murik bfac6d1933 checkpatch: Detect '%#' or '%0#' in printf-style format strings 6 years ago
Stefano Garzarella fb4176d0e8 checkpatch: avoid error on cover letter files 6 years ago
Peter Maydell 7a470a37b0 scripts/texi2pod: Delete unused script 6 years ago
zhaolichang 65fdb3cc2e scripts/: fix some comment spelling errors 6 years ago
Aleksandar Markovic 143a768c57 checkpatch: Change occurences of 'kernel' to 'qemu' in user messages 6 years ago
Michael S. Tsirkin 2046811c66 checkpatch: reversed logic with acpi test checks 6 years ago
Michael S. Tsirkin e11b06a880 checkpatch: ignore allowed diff list 6 years ago
Michael S. Tsirkin e625ba2a41 checkpatch: fix acpi check with multiple file name 6 years ago
Michael S. Tsirkin 1c3c9a8c5a checkpatch: enforce process for expected files 6 years ago
Alexander Bulekov bac068e064 softmmu: move vl.c to softmmu/ 6 years ago
Philippe Mathieu-Daudé ee0f3c09e0 scripts/checkpatch.pl: Detect superfluous semicolon in C code 6 years ago
Philippe Mathieu-Daudé bc7f3b0b0d scripts/checkpatch.pl: Only allow Python 3 interpreter 6 years ago
Alex Bennée ca68668d27 scripts/checkpatch.pl: don't complain about (foo, /* empty */) 7 years ago
Wei Yang e31db8aabe checkpatch: suggest qemu_real_host_page_size instead of getpagesize() or sysconf(_SC_PAGESIZE) 7 years ago
Daniel P. Berrangé 336a7451e8 docs: convert README, CODING_STYLE and HACKING to RST syntax 7 years ago
Paolo Bonzini 874acb6f83 checkpatch: detect doubly-encoded UTF-8 7 years ago
Paolo Bonzini c20b139620 checkpatch: do not warn for multiline parenthesized returned value 7 years ago
Peter Xu 8d061278d3 checkpatch: allow SPDX-License-Identifier 7 years ago
Peter Maydell b94e809d3e checkpatch: Don't emit spurious warnings about block comments 7 years ago
Paolo Bonzini 50db69a15f checkpatch: warn about qemu/queue.h head structs that are not typedef-ed 7 years ago
Paolo Bonzini 1db4269f34 checkpatch: colorize output to terminal 7 years ago
Paolo Bonzini c182b61996 checkpatch: improve handling of multiple patches or files 7 years ago
Paolo Bonzini fd9c0cfeb7 checkpatch: check Signed-off-by in --mailback mode 7 years ago
Paolo Bonzini 1ff7ebf33b checkpatch: fix premature exit when no input or --mailback 7 years ago
Peter Maydell 8c06fbdf36 scripts/checkpatch.pl: Enforce multiline comment syntax 7 years ago
Thomas Huth 78751ea855 Remove QEMU_ARTIFICIAL macro 7 years ago