• Christian Borntraeger's avatar
    KVM: s390: Fix memory access error detection · 699bde3b
    Christian Borntraeger authored
    Seems that commit 210b1607
    (KVM: s390: Removed SIE_INTERCEPT_UCONTROL) lost a hunk when we
    reworked our patch queue to rework the async_fp code. We now
    ignore faults on the sie instruction (guest accesses non-existing
    memory) instead of sending a fault into the guest. This leads to
    hang situations with the old virtio transport that checks for
    descriptor memory after guest memory. Instead of bailing out this
    code now goes wild...
    Lets re-add the check.
    Signed-off-by: default avatarChristian Borntraeger <borntraeger@de.ibm.com>
    699bde3b
kvm-s390.c 30.6 KB