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
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
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