Re: [Qemu-devel] [PATCH 2/9] target/arm: Implement SG instruction

2017-10-10 Thread Richard Henderson
On 10/09/2017 06:48 AM, Peter Maydell wrote: > Implement the SG instruction, which we emulate 'by hand' in the > exception handling code path. > > Signed-off-by: Peter Maydell > --- > target/arm/helper.c | 132 > ++-- > 1 file changed, 127 inserti

[Qemu-devel] [PATCH 2/9] target/arm: Implement SG instruction

2017-10-09 Thread Peter Maydell
Implement the SG instruction, which we emulate 'by hand' in the exception handling code path. Signed-off-by: Peter Maydell --- target/arm/helper.c | 132 ++-- 1 file changed, 127 insertions(+), 5 deletions(-) diff --git a/target/arm/helper.c b/tar