Re: [PATCH v1 03/24] s390x: Guest support for Certificate Store Facility (CS)

2025-04-14 Thread Zhuoying Cai
On 4/11/25 9:28 AM, Thomas Huth wrote: > On 08/04/2025 17.55, Zhuoying Cai wrote: >> DIAG 320 is supported when the certificate-store (CS) facility >> is installed. >> >> Availability of CS facility is determined by byte 134 bit 5 of the >> SCLP Read Info block. >> >> Signed-off-by: Zhuoying Cai

Re: [PATCH v1 03/24] s390x: Guest support for Certificate Store Facility (CS)

2025-04-11 Thread Thomas Huth
On 08/04/2025 17.55, Zhuoying Cai wrote: DIAG 320 is supported when the certificate-store (CS) facility is installed. Availability of CS facility is determined by byte 134 bit 5 of the SCLP Read Info block. Signed-off-by: Zhuoying Cai --- ... diff --git a/target/s390x/cpu_features.c b/target

[PATCH v1 03/24] s390x: Guest support for Certificate Store Facility (CS)

2025-04-08 Thread Zhuoying Cai
DIAG 320 is supported when the certificate-store (CS) facility is installed. Availability of CS facility is determined by byte 134 bit 5 of the SCLP Read Info block. Signed-off-by: Zhuoying Cai --- target/s390x/cpu_features.c | 1 + target/s390x/cpu_features_def.h.inc | 1 + target/s390