Re: [Qemu-devel] [PATCH v3 4/5] target/ppc: using various functions using extract op

2017-05-12 Thread Philippe Mathieu-Daudé
This patch is also incorrect, please see v4. On 05/12/2017 12:35 AM, Philippe Mathieu-Daudé wrote: Patch created mechanically using Coccinelle script via: $ spatch --macro-file scripts/cocci-macro-file.h --in-place \ --sp-file scripts/coccinelle/tcg_gen_extract.cocci --dir target S

[Qemu-devel] [PATCH v3 4/5] target/ppc: using various functions using extract op

2017-05-11 Thread Philippe Mathieu-Daudé
Patch created mechanically using Coccinelle script via: $ spatch --macro-file scripts/cocci-macro-file.h --in-place \ --sp-file scripts/coccinelle/tcg_gen_extract.cocci --dir target Signed-off-by: Philippe Mathieu-Daudé --- David I did not add your Reviewed-by as suggested by Lauren