KVM: s390: handle missing guest-storage-limit-suppression
authorDavid Hildenbrand <dahi@linux.vnet.ibm.com>
Thu, 16 Apr 2015 10:32:41 +0000 (12:32 +0200)
committerChristian Borntraeger <borntraeger@de.ibm.com>
Fri, 10 Jun 2016 10:07:21 +0000 (12:07 +0200)
commitefed110446226c725268a1f980806d799990a979
tree57904b3f0e6c768ff3335a3a62e616ec8f53d223
parent5236c751da5e6ccfda4e5d53690a37dfb456997b
KVM: s390: handle missing guest-storage-limit-suppression

If guest-storage-limit-suppression is not available, we would for now
have a valid guest address space with size 0. So let's simply set the
origin to 0 and the limit to hamax.

Signed-off-by: David Hildenbrand <dahi@linux.vnet.ibm.com>
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
arch/s390/include/asm/kvm_host.h
arch/s390/kvm/kvm-s390.c