On 11/07/2022 15.11, Christian Borntraeger wrote:
Am 11.07.22 um 13:51 schrieb Christian Borntraeger:
z16 also provides facility 197 (The processor-activity-instrumentation
extension 1). Lets add it to KVM.
Signed-off-by: Christian Borntraeger <borntraeger@xxxxxxxxxxxxx>
---
arch/s390/tools/gen_facilities.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/s390/tools/gen_facilities.c
b/arch/s390/tools/gen_facilities.c
index 530dd941d140..cb0aff5c0187 100644
--- a/arch/s390/tools/gen_facilities.c
+++ b/arch/s390/tools/gen_facilities.c
@@ -111,6 +111,7 @@ static struct facility_def facility_defs[] = {
193, /* bear enhancement facility */
194, /* rdp enhancement facility */
196, /* processor activity instrumentation facility */
+ 197, /* processor activity instrumentation extension 1 */
-1 /* END */
}
},
Unless there are complaints, I will queue this with "white list" -> "allow
list" and "lets" -> "let's".
With those modifications:
Acked-by: Thomas Huth <thuth@xxxxxxxxxx>