config tool/doc:update SCHED_IORR in schema

hide SCHED_IORR and KERNEL_RAWIMAGE in schema
and update SCHED_IORR in doc

Tracked-On: #7256
Signed-off-by: hangliu1 <hang1.liu@linux.intel.com>
This commit is contained in:
hangliu1
2022-04-12 03:39:55 -04:00
committed by acrnsi-robot
parent 1157d1d41c
commit 5c3e7a29ee
4 changed files with 8 additions and 10 deletions

View File

@@ -157,7 +157,9 @@ CLOSID 0 and the second is mapped to virtual CLOSID 1, etc.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="KERNEL_BZIMAGE" />
<xs:enumeration value="KERNEL_RAWIMAGE" />
<xs:enumeration value="KERNEL_RAWIMAGE" >
<xs:annotation acrn:views="" />
</xs:enumeration>
<xs:enumeration value="KERNEL_ELF" />
</xs:restriction>
</xs:simpleType>

View File

@@ -144,7 +144,9 @@ Read more about the available scheduling options in :ref:`cpu_sharing`.</xs:docu
<xs:enumeration value="SCHED_NOOP">
<xs:annotation acrn:title="No-Operation (NOOP)" />
</xs:enumeration>
<xs:enumeration value="SCHED_IORR" />
<xs:enumeration value="SCHED_IORR">
<xs:annotation acrn:views="" />
</xs:enumeration>
<xs:enumeration value="SCHED_BVT">
<xs:annotation acrn:title="Borrowed Virtual Time" />
</xs:enumeration>