Skip to content

Commit a3efa84

Browse files
committed
KVM: s390: gen_facilities: allow facilities 165, 193, 194 and 196
This enables the NNPA, BEAR enhancement,reset DAT protection and processor activity counter facilities via the cpu model. Reviewed-by: Claudio Imbrenda <[email protected]> Reviewed-by: Janosch Frank <[email protected]> Acked-by: Cornelia Huck <[email protected]> Signed-off-by: Christian Borntraeger <[email protected]>
1 parent 4fa3b91 commit a3efa84

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

arch/s390/tools/gen_facilities.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@ static struct facility_def facility_defs[] = {
115115
12, /* AP Query Configuration Information */
116116
15, /* AP Facilities Test */
117117
156, /* etoken facility */
118+
165, /* nnpa facility */
119+
193, /* bear enhancement facility */
120+
194, /* rdp enhancement facility */
121+
196, /* processor activity instrumentation facility */
118122
-1 /* END */
119123
}
120124
},

0 commit comments

Comments
 (0)