misc: fix the physical memory segmentation UI issue

Current physical memory segmentation UI have an redundant title when
user select the advance mode, so we set the MemoryInfo element title
to NULL to fix this issue.

Tracked-On: #6690
Signed-off-by: Chenli Wei <chenli.wei@intel.com>
Reviewed-by: Junjie Mao <junjie.mao@intel.com>
This commit is contained in:
Chenli Wei 2022-05-20 18:38:49 +08:00 committed by acrnsi-robot
parent ed70da3ed6
commit de13c67b9d
1 changed files with 1 additions and 1 deletions

View File

@ -401,7 +401,7 @@ Refer SDM 17.19.2 for details, and use with caution.</xs:documentation>
</xs:annotation> </xs:annotation>
</xs:element> </xs:element>
<xs:element name="memory" type="MemoryInfo" minOccurs="0"> <xs:element name="memory" type="MemoryInfo" minOccurs="0">
<xs:annotation acrn:title="Memory allocation" acrn:views="basic, advanced" acrn:applicable-vms="pre-launched, post-launched"> <xs:annotation acrn:title="" acrn:views="basic, advanced" acrn:applicable-vms="pre-launched, post-launched">
</xs:annotation> </xs:annotation>
</xs:element> </xs:element>
<xs:element name="priority" type="PriorityType" default="PRIO_LOW"> <xs:element name="priority" type="PriorityType" default="PRIO_LOW">