From: Thomas Huth Date: Tue, 6 May 2014 15:20:16 +0000 (+0200) Subject: KVM: s390: Introduce helper function for faulting-in a guest page X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~8^2~37^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa576c583d877d667d9acaed909a3dfc6b03e138;p=pandora-kernel.git KVM: s390: Introduce helper function for faulting-in a guest page Rework the function kvm_arch_fault_in_sync() to become a proper helper function for faulting-in a guest page. Now it takes the guest address as a parameter and does not ignore the possible error code from gmap_fault() anymore (which could cause undetected error conditions before). Signed-off-by: Thomas Huth Reviewed-by: Christian Borntraeger Reviewed-by: Cornelia Huck Signed-off-by: Christian Borntraeger --- Reading git-diff-tree failed