Re: [Qemu-devel] [PATCH v2 10/15] target/arm/arm-semi: Factor out implementation of SYS_ISTTY

2019-10-03 Thread Philippe Mathieu-Daudé
On 9/16/19 4:15 PM, Peter Maydell wrote: Factor out the implementation of SYS_ISTTY via the new function tables. Signed-off-by: Peter Maydell Reviewed-by: Philippe Mathieu-Daudé --- target/arm/arm-semi.c | 20 +++- 1 file changed, 15 insertions(+), 5 deletions(-) diff -

[Qemu-devel] [PATCH v2 10/15] target/arm/arm-semi: Factor out implementation of SYS_ISTTY

2019-09-16 Thread Peter Maydell
Factor out the implementation of SYS_ISTTY via the new function tables. Signed-off-by: Peter Maydell --- target/arm/arm-semi.c | 20 +++- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/target/arm/arm-semi.c b/target/arm/arm-semi.c index 958083a105c..ecd51338fd3 10