]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5834e6caf9a67fa31c747c9f8e8a71d5c408d9b7
tree57904b3f0e6c768ff3335a3a62e616ec8f53d223
parenta310d129ffbe40af27bc3f9711fd91c9159cf2c8
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