config tool:Fix parameters in Configurator UI

Change parameters attribute to impact UI effect.

Tracked-On: #7335
Signed-off-by: hangliu1 <hang1.liu@linux.intel.com>
This commit is contained in:
hangliu1 2022-04-23 17:29:00 +08:00 committed by acrnsi-robot
parent 01bd41025a
commit 50082af5b2
20 changed files with 7 additions and 25 deletions

View File

@ -101,7 +101,6 @@
</vm>
<vm id="1">
<load_order>SERVICE_VM</load_order>
<vm_type>STANDARD_VM</vm_type>
<name>ACRN_Service_VM</name>
<cpu_affinity>
<pcpu>

View File

@ -121,7 +121,6 @@
</vm>
<vm id="1">
<load_order>SERVICE_VM</load_order>
<vm_type>STANDARD_VM</vm_type>
<name>ACRN_Service_VM</name>
<cpu_affinity>
<pcpu>

View File

@ -58,7 +58,6 @@
</hv>
<vm id="0">
<load_order>SERVICE_VM</load_order>
<vm_type>STANDARD_VM</vm_type>
<name>ACRN_Service_VM</name>
<clos>
<vcpu_clos>0</vcpu_clos>

View File

@ -102,7 +102,6 @@
</vm>
<vm id="1">
<load_order>SERVICE_VM</load_order>
<vm_type>STANDARD_VM</vm_type>
<name>ACRN_Service_VM</name>
<cpu_affinity>
<pcpu>

View File

@ -131,7 +131,6 @@
</vm>
<vm id="1">
<load_order>SERVICE_VM</load_order>
<vm_type>STANDARD_VM</vm_type>
<name>ACRN_Service_VM</name>
<cpu_affinity>
<pcpu>

View File

@ -66,7 +66,6 @@
</hv>
<vm id="0">
<load_order>SERVICE_VM</load_order>
<vm_type>STANDARD_VM</vm_type>
<name>ACRN_Service_VM</name>
<clos>
<vcpu_clos>0</vcpu_clos>

View File

@ -102,7 +102,6 @@
</vm>
<vm id="1">
<load_order>SERVICE_VM</load_order>
<vm_type>STANDARD_VM</vm_type>
<name>ACRN_Service_VM</name>
<cpu_affinity>
<pcpu>

View File

@ -78,7 +78,6 @@
</hv>
<vm id="0">
<load_order>SERVICE_VM</load_order>
<vm_type>STANDARD_VM</vm_type>
<name>ACRN_Service_VM</name>
<clos>
<vcpu_clos>0</vcpu_clos>

View File

@ -59,7 +59,6 @@
</hv>
<vm id="0">
<load_order>SERVICE_VM</load_order>
<vm_type>STANDARD_VM</vm_type>
<name>ACRN_Service_VM</name>
<clos>
<vcpu_clos>0</vcpu_clos>

View File

@ -102,7 +102,6 @@
</vm>
<vm id="1">
<load_order>SERVICE_VM</load_order>
<vm_type>STANDARD_VM</vm_type>
<name>ACRN_Service_VM</name>
<cpu_affinity>
<pcpu>

View File

@ -78,7 +78,6 @@
</hv>
<vm id="0">
<load_order>SERVICE_VM</load_order>
<vm_type>STANDARD_VM</vm_type>
<name>ACRN_Service_VM</name>
<clos>
<vcpu_clos>0</vcpu_clos>

View File

@ -92,7 +92,6 @@
</vm>
<vm id="1">
<load_order>SERVICE_VM</load_order>
<vm_type>STANDARD_VM</vm_type>
<name>ACRN_Service_VM</name>
<cpu_affinity>
<pcpu>

View File

@ -121,7 +121,6 @@
</vm>
<vm id="1">
<load_order>SERVICE_VM</load_order>
<vm_type>STANDARD_VM</vm_type>
<name>ACRN_Service_VM</name>
<cpu_affinity>
<pcpu>

View File

@ -58,7 +58,6 @@
</hv>
<vm id="0">
<load_order>SERVICE_VM</load_order>
<vm_type>STANDARD_VM</vm_type>
<name>ACRN_Service_VM</name>
<clos>
<vcpu_clos>0</vcpu_clos>

View File

@ -58,7 +58,6 @@
</hv>
<vm id="0">
<load_order>SERVICE_VM</load_order>
<vm_type>STANDARD_VM</vm_type>
<name>ACRN_Service_VM</name>
<clos>
<vcpu_clos>0</vcpu_clos>

View File

@ -58,7 +58,6 @@
</hv>
<vm id="0">
<load_order>SERVICE_VM</load_order>
<vm_type>STANDARD_VM</vm_type>
<name>ACRN_Service_VM</name>
<clos>
<vcpu_clos>0</vcpu_clos>

View File

@ -58,7 +58,6 @@
</hv>
<vm id="0">
<load_order>SERVICE_VM</load_order>
<vm_type>STANDARD_VM</vm_type>
<name>ACRN_Service_VM</name>
<clos>
<vcpu_clos>0</vcpu_clos>

View File

@ -58,7 +58,6 @@
</hv>
<vm id="0">
<load_order>SERVICE_VM</load_order>
<vm_type>STANDARD_VM</vm_type>
<name>ACRN_Service_VM</name>
<clos>
<vcpu_clos>0</vcpu_clos>

View File

@ -138,7 +138,7 @@ The size is a subset of the VM's total memory size specified on the Basic tab.</
<xs:documentation>Select the kernel image type so that the hypervisor can load it correctly.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="kern_mod" type="xs:string">
<xs:element name="kern_mod" type="xs:string" minOccurs="0">
<xs:annotation acrn:title="Kernel module tag">
<xs:documentation>Specify the tag for the kernel image that is used as a multiboot module. The tag's spelling must exactly match the module tag in the GRUB multiboot cmdline.</xs:documentation>
</xs:annotation>
@ -154,12 +154,12 @@ The size is a subset of the VM's total memory size specified on the Basic tab.</
</xs:annotation>
</xs:element>
<xs:element name="kern_load_addr" type="KernLoadAddr" minOccurs="0">
<xs:annotation>
<xs:annotation acrn:views="">
<xs:documentation>The loading address in host memory for the VM kernel.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="kern_entry_addr" type="KernEntryAddr" minOccurs="0">
<xs:annotation>
<xs:annotation acrn:views="">
<xs:documentation>The entry address in host memory for the VM kernel.</xs:documentation>
</xs:annotation>
</xs:element>
@ -253,7 +253,7 @@ The size is a subset of the VM's total memory size specified on the Basic tab.</
<xs:complexType name="MMIOResourcesConfiguration">
<xs:all>
<xs:element name="TPM2" type="Boolean" default="n" minOccurs="0">
<xs:annotation acrn:title="TPM2 passthrough" acrn:applicable-vms="pre-launched, post-launched">
<xs:annotation acrn:title="TPM2 passthrough" acrn:applicable-vms="pre-launched">
<xs:documentation>Enable passthrough of the trusted platform module (TPM2) device to this VM.</xs:documentation>
</xs:annotation>
</xs:element>

View File

@ -287,7 +287,7 @@ Refer to :ref:`vuart_config` for detailed vUART settings.</xs:documentation>
<xs:documentation>Specify the load_order.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="vm_type" type="VMType">
<xs:element name="vm_type" type="VMType" minOccurs="0">
<xs:annotation acrn:title="VM type" acrn:views="basic">
<xs:documentation>Select the VM type. A standard VM (``STANDARD_VM``) is for general-purpose applications, such as human-machine interface (HMI). A real-time VM (``RTVM``) offers special features for time-sensitive applications.</xs:documentation>
</xs:annotation>
@ -374,7 +374,7 @@ Refer SDM 17.19.2 for details, and use with caution.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="os_config" type="OSConfigurations" minOccurs="0">
<xs:annotation acrn:applicable-vms="pre-launched, service-vm" acrn:views="basic">
<xs:annotation acrn:title="OS Configuration" acrn:applicable-vms="pre-launched, service-vm" acrn:views="basic">
<xs:documentation>General information for host kernel, boot
argument and memory.</xs:documentation>
</xs:annotation>
@ -390,7 +390,7 @@ argument and memory.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="pt_intx" type="xs:string" minOccurs="0">
<xs:annotation acrn:applicable-vms="pre-launched" acrn:views="advanced">
<xs:annotation acrn:applicable-vms="pre-launched" acrn:views="">
<xs:documentation>Specify the pre-launched VM owned IOAPIC pins and the corresponding mapping between physical GSI and virtual GSI.</xs:documentation>
</xs:annotation>
</xs:element>