Re: [Qemu-devel] [PATCH 05/15] bsd-user/elfload.c: Don't use ldl() or ldq_raw()

2015-01-15 Thread Alex Bennée
Peter Maydell writes: > Use get_user_u64() and get_user_ual() instead of the ldl() and > ldq_raw() functions. > > [Note that this change is not compile tested as it is actually > in dead code -- none of the bsd-user configurations are PPC.] > > Signed-off-by: Peter Maydell Reviewed-by: Alex Ben

[Qemu-devel] [PATCH 05/15] bsd-user/elfload.c: Don't use ldl() or ldq_raw()

2015-01-15 Thread Peter Maydell
Use get_user_u64() and get_user_ual() instead of the ldl() and ldq_raw() functions. [Note that this change is not compile tested as it is actually in dead code -- none of the bsd-user configurations are PPC.] Signed-off-by: Peter Maydell --- bsd-user/elfload.c | 11 +++ 1 file changed,