Re: [Qemu-devel] [PATCH 3/3] exec.c: Use stn_p() and ldn_p() instead of explicit switches

2018-06-12 Thread Richard Henderson
On 06/11/2018 07:10 AM, Peter Maydell wrote: > Now we have stn_p() and ldn_p() we can use them in various > functions in exec.c that used to have their own switch-on-size code. > > Signed-off-by: Peter Maydell > --- Reviewed-by: Richard Henderson r~

Re: [Qemu-devel] [PATCH 3/3] exec.c: Use stn_p() and ldn_p() instead of explicit switches

2018-06-11 Thread Philippe Mathieu-Daudé
On 06/11/2018 02:10 PM, Peter Maydell wrote: > Now we have stn_p() and ldn_p() we can use them in various > functions in exec.c that used to have their own switch-on-size code. > > Signed-off-by: Peter Maydell Reviewed-by: Philippe Mathieu-Daudé > --- > exec.c | 112 +-

[Qemu-devel] [PATCH 3/3] exec.c: Use stn_p() and ldn_p() instead of explicit switches

2018-06-11 Thread Peter Maydell
Now we have stn_p() and ldn_p() we can use them in various functions in exec.c that used to have their own switch-on-size code. Signed-off-by: Peter Maydell --- exec.c | 112 + 1 file changed, 8 insertions(+), 104 deletions(-) diff --git a