On Mon, Nov 06, 2017 at 06:33:22PM +, Peter Maydell wrote:
> This patchset fixes most of the problems with delivering SIGSEGV
> noted in https://bugs.launchpad.net/qemu/+bug/1705118:
> * s390x is missing masking operations on the fault address
>passed to the guest in si_addr
> * ppc is pa
This patchset fixes most of the problems with delivering SIGSEGV
noted in https://bugs.launchpad.net/qemu/+bug/1705118:
* s390x is missing masking operations on the fault address
passed to the guest in si_addr
* ppc is passing the PC of the offending insn, not the data
address, into si_addr