aboutsummaryrefslogtreecommitdiff
path: root/scripts/coccinelle
AgeCommit message (Expand)Author
2018-11-19qemu-iotests: convert `pwd` and $(pwd) to $PWDMao Zhongyi
2018-10-19Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster
2018-10-16coccinelle: new inplace-byteswaps.cocci to remove inplace-byteswapping callspull-target-arm-20181016-1Peter Maydell
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau
2017-12-27target/*helper: don't check retaddr before calling cpu_restore_stateAlex Bennée
2017-11-17qapi/qlist: Add qlist_append_null() macroMax Reitz
2017-09-04qdict: Add qdict_put_null() helper, and put it to useMarc-André Lureau
2017-07-19coccinelle: add a script to optimize tcg op using tcg_gen_extract()Philippe Mathieu-Daudé
2017-07-14scripts/coccinelle/memory-region-init-ram.cocci: New scriptPeter Maydell
2017-07-12qobject: Update coccinelle script to catch Q{INC, DEC}REFEric Blake
2017-06-20qapi: merge QInt and QFloat in QNumMarc-André Lureau
2017-06-07coccinelle: fix typo in commentPhilippe Mathieu-Daudé
2017-05-08qobject: Add helper macros for common scalar insertionsEric Blake
2017-05-08coccinelle: Add script to remove useless QObject castsEric Blake
2016-09-15coccinelle: add a script to remove useless castsLaurent Vivier
2016-08-08error: Strip trailing '\n' from error string arguments (again)Markus Armbruster
2016-06-20coccinelle: Remove unnecessary variables for function return valueEduardo Habkost
2016-06-20error: Remove unnecessary local_err variablesEduardo Habkost
2016-06-20error: Remove NULL checks on error_propagate() callsEduardo Habkost
2016-06-07coccinelle: use macro DIV_ROUND_UP instead of (((n) + (d) - 1) /(d))Laurent Vivier
2016-06-07scripts: add muldiv64() checking coccinelle scriptsLaurent Vivier