From: Carsten Otte Date: Sun, 24 Jul 2011 08:48:22 +0000 (+0200) Subject: [S390] Use gmap translation for accessing guest memory X-Git-Tag: v3.1-rc1~261^2~11 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=092670cd90eb88c33661de21f1b4ee08d2597171;p=pandora-kernel.git [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 Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed