commit | 76a6dd7241ae03c47f44a9605dcd525f31b2124a | [log] [tgz] |
---|---|---|
author | David Hildenbrand <dahi@linux.vnet.ibm.com> | Tue Nov 24 13:33:49 2015 +0100 |
committer | Christian Borntraeger <borntraeger@de.ibm.com> | Fri Jun 10 12:07:18 2016 +0200 |
tree | ba19690ca9aedb46e308d156b80fdd36a89f5046 | |
parent | 4013ade3fb2fefa021827d675d8bc1d51f4aef93 [diff] |
KVM: s390: handle missing 64-bit-SCAO facility Without that facility, we may only use scaol. So fallback to DMA allocation in that case, so we won't overwrite random memory via the SIE. Also disallow ESCA, so we don't have to handle that allocation case. Reviewed-by: Christian Borntraeger <borntraeger@de.ibm.com> Signed-off-by: David Hildenbrand <dahi@linux.vnet.ibm.com> Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>