commit | efed110446226c725268a1f980806d799990a979 | [log] [tgz] |
---|---|---|
author | David Hildenbrand <dahi@linux.vnet.ibm.com> | Thu Apr 16 12:32:41 2015 +0200 |
committer | Christian Borntraeger <borntraeger@de.ibm.com> | Fri Jun 10 12:07:21 2016 +0200 |
tree | 57904b3f0e6c768ff3335a3a62e616ec8f53d223 | |
parent | 5236c751da5e6ccfda4e5d53690a37dfb456997b [diff] |
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>