Re: [Qemu-devel] [PATCH] tcg/aarch64: use 32-bit offset for 32-bit softmmu emulation

2015-07-23 Thread Eric Blake
On 07/23/2015 04:14 PM, Richard Henderson wrote: > Similar to the same fix for user-mode, except this instance > ocurrs on the softmmu path. Again, the softmmu addend must s/ocurrs/occurs/ > be the base register, while the guest address is the index. > > Cc: Claudio Fontana > Cc: Paolo Bonzini

Re: [Qemu-devel] [PATCH] tcg/aarch64: use 32-bit offset for 32-bit softmmu emulation

2015-07-23 Thread Aurelien Jarno
On 2015-07-23 15:14, Richard Henderson wrote: > Similar to the same fix for user-mode, except this instance > ocurrs on the softmmu path. Again, the softmmu addend must > be the base register, while the guest address is the index. > > Cc: Claudio Fontana > Cc: Paolo Bonzini > Cc: Aurelien Jarno

[Qemu-devel] [PATCH] tcg/aarch64: use 32-bit offset for 32-bit softmmu emulation

2015-07-23 Thread Richard Henderson
Similar to the same fix for user-mode, except this instance ocurrs on the softmmu path. Again, the softmmu addend must be the base register, while the guest address is the index. Cc: Claudio Fontana Cc: Paolo Bonzini Cc: Aurelien Jarno Signed-off-by: Richard Henderson --- While applying Paol