diff options
author | Christian Borntraeger <borntraeger@de.ibm.com> | 2018-12-28 09:33:35 +0100 |
---|---|---|
committer | Christian Borntraeger <borntraeger@de.ibm.com> | 2019-04-18 10:14:11 +0200 |
commit | 13209ad0395c4de7fa48108b1dac72e341d5c089 (patch) | |
tree | 6bc2b5cabde383ea5c003213d3c77109dbb52214 /arch/s390/tools | |
parent | d5cb6ab1e3d4d7e0648a167f6290e89f6e86964e (diff) | |
download | linux-13209ad0395c4de7fa48108b1dac72e341d5c089.tar.gz linux-13209ad0395c4de7fa48108b1dac72e341d5c089.tar.bz2 linux-13209ad0395c4de7fa48108b1dac72e341d5c089.zip |
KVM: s390: add MSA9 to cpumodel
This enables stfle.155 and adds the subfunctions for KDSA. Bit 155 is
added to the list of facilities that will be enabled when there is no
cpu model involved as MSA9 requires no additional handling from
userspace, e.g. for migration.
Please note that a cpu model enabled user space can and will have the
final decision on the facility bits for a guests.
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Acked-by: Janosch Frank <frankja@linux.ibm.com>
Reviewed-by: Collin Walling <walling@linux.ibm.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Diffstat (limited to 'arch/s390/tools')
-rw-r--r-- | arch/s390/tools/gen_facilities.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/tools/gen_facilities.c b/arch/s390/tools/gen_facilities.c index fd788e0f2e5b..e952cb3b75b2 100644 --- a/arch/s390/tools/gen_facilities.c +++ b/arch/s390/tools/gen_facilities.c @@ -93,6 +93,7 @@ static struct facility_def facility_defs[] = { 131, /* enhanced-SOP 2 and side-effect */ 139, /* multiple epoch facility */ 146, /* msa extension 8 */ + 155, /* msa extension 9 */ -1 /* END */ } }, |