mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-11 05:39:45 +00:00
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:
@@ -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>
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user