commit | 092670cd90eb88c33661de21f1b4ee08d2597171 | [log] [tgz] |
---|---|---|
author | Carsten Otte <cotte@de.ibm.com> | Sun Jul 24 10:48:22 2011 +0200 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Sun Jul 24 10:48:21 2011 +0200 |
tree | 2960d3ef459eccd0c2a7d0e2a77fad9bdb2437f2 | |
parent | 598841ca9919d008b520114d8a4378c4ce4e40a1 [diff] |
[S390] Use gmap translation for accessing guest memory This patch removes kvm-s390 internal assumption of a linear mapping of guest address space to user space. Previously, guest memory was translated to user addresses using a fixed offset (gmsor). The new code uses gmap_fault to resolve guest addresses. Signed-off-by: Carsten Otte <cotte@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>