Re: [Qemu-devel] [PATCH v2 13/16] target/arm: Move cpu_get_tb_cpu_state out of line

2018-01-22 Thread Richard Henderson
On 01/22/2018 07:07 AM, Alex Bennée wrote: > > Richard Henderson writes: > >> Signed-off-by: Richard Henderson >> --- >> target/arm/cpu.h| 127 >> +--- >> target/arm/helper.c | 126 >> +++ >> 2

Re: [Qemu-devel] [PATCH v2 13/16] target/arm: Move cpu_get_tb_cpu_state out of line

2018-01-22 Thread Alex Bennée
Richard Henderson writes: > Signed-off-by: Richard Henderson > --- > target/arm/cpu.h| 127 > +--- > target/arm/helper.c | 126 > +++ > 2 files changed, 128 insertions(+), 125 deletions(-) > >

[Qemu-devel] [PATCH v2 13/16] target/arm: Move cpu_get_tb_cpu_state out of line

2018-01-18 Thread Richard Henderson
Signed-off-by: Richard Henderson --- target/arm/cpu.h| 127 +--- target/arm/helper.c | 126 +++ 2 files changed, 128 insertions(+), 125 deletions(-) diff --git a/target/arm/cpu.h b/target/arm/cpu.