| Commit message (Expand) | Author | Age | Files | Lines |
* | scripts/coccinelle: New script to remove unnecessary timer_del() calls | Peter Maydell | 2021-01-08 | 1 | -0/+18 |
* | qom: fix objects with improper parent type | Paolo Bonzini | 2020-10-12 | 1 | -0/+26 |
* | coccinelle/err-bad-newline: Fix for Python 3, and add patterns | Markus Armbruster | 2020-07-24 | 1 | -2/+22 |
* | scripts: Coccinelle script to use ERRP_GUARD() | Vladimir Sementsov-Ogievskiy | 2020-07-10 | 1 | -0/+336 |
* | scripts/coccinelle: add error-use-after-free.cocci | Vladimir Sementsov-Ogievskiy | 2020-04-04 | 1 | -0/+52 |
* | cpu: Use DeviceClass reset instead of a special CPUClass reset | Peter Maydell | 2020-03-18 | 1 | -0/+47 |
* | scripts/cocci: Patch to let devices own their MemoryRegions | Philippe Mathieu-Daudé | 2020-03-17 | 1 | -0/+56 |
* | scripts/cocci: Patch to remove unnecessary memory_region_set_readonly() | Philippe Mathieu-Daudé | 2020-03-17 | 1 | -0/+15 |
* | scripts/cocci: Patch to detect potential use of memory_region_init_rom | Philippe Mathieu-Daudé | 2020-03-17 | 1 | -0/+19 |
* | scripts/cocci: Patch to replace memory_region_init_{ram,readonly -> rom} | Philippe Mathieu-Daudé | 2020-03-17 | 1 | -0/+18 |
* | scripts/cocci: Rename memory-region-{init-ram -> housekeeping} | Philippe Mathieu-Daudé | 2020-03-17 | 1 | -0/+13 |
* | Avoid cpu_physical_memory_rw() with a constant is_write argument | Philippe Mathieu-Daudé | 2020-02-20 | 1 | -0/+12 |
* | Let cpu_[physical]_memory() calls pass a boolean 'is_write' argument | Philippe Mathieu-Daudé | 2020-02-20 | 1 | -0/+14 |
* | Avoid address_space_rw() with a constant is_write argument | Peter Maydell | 2020-02-20 | 1 | -0/+13 |
* | Let address_space_rw() calls pass a boolean 'is_write' argument | Philippe Mathieu-Daudé | 2020-02-20 | 1 | -0/+12 |
* | Remove unnecessary cast when using the cpu_[physical]_memory API | Philippe Mathieu-Daudé | 2020-02-20 | 1 | -0/+10 |
* | Remove unnecessary cast when using the address_space API | Philippe Mathieu-Daudé | 2020-02-20 | 1 | -1/+14 |
* | hw/net: Avoid casting non-const pointer, use address_space_write() | Philippe Mathieu-Daudé | 2020-02-20 | 1 | -0/+14 |
* | hw: Remove unnecessary cast when calling dma_memory_read() | Philippe Mathieu-Daudé | 2020-02-20 | 1 | -0/+23 |
* | qemu-iotests: convert `pwd` and $(pwd) to $PWD | Mao Zhongyi | 2018-11-19 | 1 | -1/+1 |
* | Use error_fatal to simplify obvious fatal errors (again) | Markus Armbruster | 2018-10-19 | 1 | -0/+20 |
* | coccinelle: new inplace-byteswaps.cocci to remove inplace-byteswapping calls | Peter Maydell | 2018-10-16 | 1 | -0/+65 |
* | qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF | Marc-André Lureau | 2018-05-04 | 1 | -4/+4 |
* | target/*helper: don't check retaddr before calling cpu_restore_state | Alex Bennée | 2017-12-28 | 1 | -0/+19 |
* | qapi/qlist: Add qlist_append_null() macro | Max Reitz | 2017-11-17 | 1 | -0/+3 |
* | qdict: Add qdict_put_null() helper, and put it to use | Marc-André Lureau | 2017-09-04 | 1 | -0/+3 |
* | coccinelle: add a script to optimize tcg op using tcg_gen_extract() | Philippe Mathieu-Daudé | 2017-07-19 | 1 | -0/+107 |
* | scripts/coccinelle/memory-region-init-ram.cocci: New script | Peter Maydell | 2017-07-14 | 1 | -0/+38 |
* | qobject: Update coccinelle script to catch Q{INC, DEC}REF | Eric Blake | 2017-07-12 | 1 | -0/+6 |
* | qapi: merge QInt and QFloat in QNum | Marc-André Lureau | 2017-06-20 | 1 | -2/+2 |
* | coccinelle: fix typo in comment | Philippe Mathieu-Daudé | 2017-06-07 | 1 | -1/+1 |
* | qobject: Add helper macros for common scalar insertions | Eric Blake | 2017-05-08 | 1 | -0/+22 |
* | coccinelle: Add script to remove useless QObject casts | Eric Blake | 2017-05-08 | 1 | -0/+13 |
* | coccinelle: add a script to remove useless casts | Laurent Vivier | 2016-09-15 | 1 | -0/+7 |
* | error: Strip trailing '\n' from error string arguments (again) | Markus Armbruster | 2016-08-08 | 1 | -0/+29 |
* | coccinelle: Remove unnecessary variables for function return value | Eduardo Habkost | 2016-06-20 | 1 | -0/+19 |
* | error: Remove unnecessary local_err variables | Eduardo Habkost | 2016-06-20 | 1 | -0/+29 |
* | error: Remove NULL checks on error_propagate() calls | Eduardo Habkost | 2016-06-20 | 1 | -0/+10 |
* | coccinelle: use macro DIV_ROUND_UP instead of (((n) + (d) - 1) /(d)) | Laurent Vivier | 2016-06-07 | 1 | -0/+19 |
* | scripts: add muldiv64() checking coccinelle scripts | Laurent Vivier | 2016-06-07 | 4 | -0/+46 |