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

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

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

2019-09-16 Thread Peter Maydell
Factor out the implementation of SYS_READ via the new function tables. Signed-off-by: Peter Maydell --- target/arm/arm-semi.c | 55 +++ 1 file changed, 35 insertions(+), 20 deletions(-) diff --git a/target/arm/arm-semi.c b/target/arm/arm-semi.c index c21c