Markus Armbruster <[email protected]> writes:
> Zhuoying Cai <[email protected]> writes:
>
>> The secure-IPL-code-loading-attributes facility (SCLAF)
>> provides additional security during secure IPL.
>>
>> Availability of SCLAF is determined by byte 136 bit 3 of the
>> SCLP Read Info block.
>>
>> This feature is available starting with the gen16 CPU model.
>>
>> Signed-off-by: Zhuoying Cai <[email protected]>
>> Reviewed-by: Collin Walling <[email protected]>
>> ---
>> docs/specs/s390x-secure-ipl.rst | 19 +++++++++++++++++++
>> target/s390x/cpu_features.c | 2 ++
>> target/s390x/cpu_features_def.h.inc | 1 +
>> target/s390x/cpu_models.c | 3 +++
>> target/s390x/gen-features.c | 2 ++
>> target/s390x/kvm/kvm.c | 1 +
>> 6 files changed, 28 insertions(+)
>>
>> diff --git a/docs/specs/s390x-secure-ipl.rst
>> b/docs/specs/s390x-secure-ipl.rst
>> index 82dd8b847a..e7a93806f6 100644
>> --- a/docs/specs/s390x-secure-ipl.rst
>> +++ b/docs/specs/s390x-secure-ipl.rst
>> @@ -109,3 +109,22 @@ operations such as:
>>
>> The guest's kernel inspects the IIRB and uses the certificate data it
>> contains
>> to build the keyring.
>> +
>> +
>> +Secure Code Loading Attributes Facility
>> +---------------------------------
>
> Does not build:
>
> docs/specs/s390x-secure-ipl.rst:170: WARNING: Title underline too short.
>
> Secure Code Loading Attributes Facility
> --------------------------------- [docutils]
>
> Please test with configure --enable-docs.
With that fixed, I get
docs/specs/s390x-secure-ipl.rst: WARNING: document isn't included in any
toctree [toc.not_included]
[...]