Re: [Qemu-devel] [PATCH v3 02/11] linux-user: arm: pass env to get_user_code_*

2014-06-26 Thread Peter Maydell
On 21 June 2014 13:58, Paolo Bonzini wrote: > This matches the idiom used by get_user_data_* later in the series, > and will help when bswap_code will be replaced by SCTLR.B. > > Signed-off-by: Paolo Bonzini Reviewed-by: Peter Maydell -- PMM

[Qemu-devel] [PATCH v3 02/11] linux-user: arm: pass env to get_user_code_*

2014-06-21 Thread Paolo Bonzini
This matches the idiom used by get_user_data_* later in the series, and will help when bswap_code will be replaced by SCTLR.B. Signed-off-by: Paolo Bonzini --- linux-user/main.c | 20 +--- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/linux-user/main.c b/linux-us