Re: [Qemu-devel] [PATCH 15/29] microblaze: use QEMU_IS_ALIGNED macro

2017-07-18 Thread Thomas Huth
On 18.07.2017 13:08, Marc-André Lureau wrote: > On Mon, Jul 17, 2017 at 11:09 PM, Philippe Mathieu-Daudé > wrote: >> Applied using the Coccinelle semantic patch >> scripts/coccinelle/use_osdep.cocci >> (also added braces to satisfy checkpatch) [...] >> diff --git a/target/microblaze/op_helper.c b

Re: [Qemu-devel] [PATCH 15/29] microblaze: use QEMU_IS_ALIGNED macro

2017-07-18 Thread Marc-André Lureau
On Mon, Jul 17, 2017 at 11:09 PM, Philippe Mathieu-Daudé wrote: > Applied using the Coccinelle semantic patch scripts/coccinelle/use_osdep.cocci > (also added braces to satisfy checkpatch) > > Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Marc-André Lureau > --- > target/microblaze/op_h

[Qemu-devel] [PATCH 15/29] microblaze: use QEMU_IS_ALIGNED macro

2017-07-17 Thread Philippe Mathieu-Daudé
Applied using the Coccinelle semantic patch scripts/coccinelle/use_osdep.cocci (also added braces to satisfy checkpatch) Signed-off-by: Philippe Mathieu-Daudé --- target/microblaze/op_helper.c | 3 ++- target/microblaze/translate.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff