Re: [Qemu-devel] [PATCH 04/15] linux-user/elfload.c: Don't use _raw accessor functions

2015-01-15 Thread Alex Bennée
Peter Maydell peter.mayd...@linaro.org writes: The _raw accessor functions are an implementation detail that has leaked out to some callsites. Use get_user_u64() instead of ldq_raw(). Signed-off-by: Peter Maydell peter.mayd...@linaro.org Reviewed-by: Alex Bennée alex.ben...@linaro.org ---

[Qemu-devel] [PATCH 04/15] linux-user/elfload.c: Don't use _raw accessor functions

2015-01-15 Thread Peter Maydell
The _raw accessor functions are an implementation detail that has leaked out to some callsites. Use get_user_u64() instead of ldq_raw(). Signed-off-by: Peter Maydell peter.mayd...@linaro.org --- linux-user/elfload.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git