[Qemu-devel] [PATCH 44/50] arm: move arm_log_exception into .c file

2016-05-16 Thread Paolo Bonzini
Avoid need for qemu/log.h inclusion, and make the function static too. Reviewed-by: Alex Bennée Signed-off-by: Paolo Bonzini --- target-arm/helper.c| 15 +++ target-arm/internals.h | 15 --- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/target-arm/

Re: [Qemu-devel] [PATCH 44/50] arm: move arm_log_exception into .c file

2016-04-21 Thread Alex Bennée
Paolo Bonzini writes: > Avoid need for qemu/log.h inclusion, and make the function static too. > > Signed-off-by: Paolo Bonzini Reviewed-by: Alex Bennée > --- > target-arm/helper.c| 15 +++ > target-arm/internals.h | 15 --- > 2 files changed, 15 insertions(+), 1

[Qemu-devel] [PATCH 44/50] arm: move arm_log_exception into .c file

2016-04-08 Thread Paolo Bonzini
Avoid need for qemu/log.h inclusion, and make the function static too. Signed-off-by: Paolo Bonzini --- target-arm/helper.c| 15 +++ target-arm/internals.h | 15 --- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/target-arm/helper.c b/target-arm/help