Re: [Qemu-devel] [PATCH 2/5] target-arm/translate.c: Use arm_dc_feature() rather than arm_feature()

2014-11-04 Thread Claudio Fontana
Reviewed-by: Claudio Fontana On 28.10.2014 20:24, Peter Maydell wrote: > Use arm_dc_feature() rather than arm_feature() to avoid using > CPUARMState unnecessarily. > > Signed-off-by: Peter Maydell > --- > target-arm/translate.c | 140 > - > 1 fi

Re: [Qemu-devel] [PATCH 2/5] target-arm/translate.c: Use arm_dc_feature() rather than arm_feature()

2014-10-31 Thread Alex Bennée
Peter Maydell writes: > Use arm_dc_feature() rather than arm_feature() to avoid using > CPUARMState unnecessarily. > > Signed-off-by: Peter Maydell Reviewed-by: Alex Bennée > --- > target-arm/translate.c | 140 > - > 1 file changed, 80 insert

[Qemu-devel] [PATCH 2/5] target-arm/translate.c: Use arm_dc_feature() rather than arm_feature()

2014-10-28 Thread Peter Maydell
Use arm_dc_feature() rather than arm_feature() to avoid using CPUARMState unnecessarily. Signed-off-by: Peter Maydell --- target-arm/translate.c | 140 - 1 file changed, 80 insertions(+), 60 deletions(-) diff --git a/target-arm/translate.c b/targe