qemu-e2k/scripts/coccinelle
Paolo Bonzini 22fb6eb571 qom: fix objects with improper parent type
Some objects accidentally inherit ObjectClass instead of Object.
They compile silently but may crash after downcasting.

In this patch, we introduce a coccinelle script to find broken
declarations and fix them manually with proper base type.

Signed-off-by: Sergey Nizovtsev <snizovtsev@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2020-10-12 11:50:22 -04:00
..
cpu_restore_state.cocci
cpu-reset.cocci cpu: Use DeviceClass reset instead of a special CPUClass reset 2020-03-17 19:48:10 -04:00
err-bad-newline.cocci coccinelle/err-bad-newline: Fix for Python 3, and add patterns 2020-07-24 12:56:44 +02:00
error_propagate_null.cocci
error-use-after-free.cocci scripts/coccinelle: add error-use-after-free.cocci 2020-04-04 14:14:09 +02:00
errp-guard.cocci scripts: Coccinelle script to use ERRP_GUARD() 2020-07-10 15:18:09 +02:00
exec_rw_const.cocci
inplace-byteswaps.cocci
memory-region-housekeeping.cocci
overflow_muldiv64.cocci
qobject.cocci
qom-parent-type.cocci qom: fix objects with improper parent type 2020-10-12 11:50:22 -04:00
remove_local_err.cocci
remove_muldiv64.cocci
return_directly.cocci
round.cocci
simplify_muldiv64.cocci
swap_muldiv64.cocci
tcg_gen_extract.cocci
typecast.cocci
use-error_fatal.cocci