From: Nick Wang Date: Mon, 25 Mar 2013 16:22:56 +0000 (+0100) Subject: KVM: s390: Change the virtual memory mapping location for virtio devices X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~32^2~79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3188bf6b809ba5e7df7b9f000634f08e8abbb76a;p=pandora-kernel.git KVM: s390: Change the virtual memory mapping location for virtio devices The current location for mapping virtio devices does not take into consideration the standby memory. This causes the failure of mapping standby memory since the location for the mapping is already taken by the virtio devices. To fix the problem, we move the location to beyond the end of standby memory. Signed-off-by: Nick Wang Reviewed-by: Christian Borntraeger Signed-off-by: Cornelia Huck Signed-off-by: Gleb Natapov --- Reading git-diff-tree failed