qemu with hax to log dma reads & writes jcs.org/2018/11/12/vfio

coccinelle: add a script to remove useless casts

Script from LKML.

Signed-off-by: Laurent Vivier <lvivier@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>

authored by

Laurent Vivier and committed by
Michael Tokarev
ac4e29f1 a41c4578

+7
+7
scripts/coccinelle/typecast.cocci
··· 1 + // Remove useless casts 2 + @@ 3 + type T; 4 + T v; 5 + @@ 6 + - (T *)&v 7 + + &v