mbox series

[v1,0/2] s390/kvm: VSIE: fix prefixing and MSO for MVPG

Message ID 20210319193354.399587-1-imbrenda@linux.ibm.com (mailing list archive)
Headers show
Series s390/kvm: VSIE: fix prefixing and MSO for MVPG | expand

Message

Claudio Imbrenda March 19, 2021, 7:33 p.m. UTC
The guest real address needs to pass through prefixing in order to yield
the absolute address.

The absolute address needs to be offset by the MSO in order to get the
host virtual address.

Claudio Imbrenda (2):
  s390/kvm: split kvm_s390_real_to_abs
  s390/kvm: VSIE: fix MVPG handling for prefixing and MSO

 arch/s390/kvm/gaccess.h | 23 +++++++++++++++++------
 arch/s390/kvm/vsie.c    | 10 +++++++---
 2 files changed, 24 insertions(+), 9 deletions(-)