mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-28 16:27:01 +00:00
config_tools/data: fix typos in scenario XML files
Validation of the scenario XML files against the defined schema reveals three typos. This patch fixes these errors. Tracked-On: #5644 Signed-off-by: Junjie Mao <junjie.mao@intel.com>
This commit is contained in:
parent
99f8ea64c1
commit
c5ac66e2f5
@ -100,7 +100,7 @@
|
|||||||
<target_vm_id>1</target_vm_id>
|
<target_vm_id>1</target_vm_id>
|
||||||
<target_uart_id>1</target_uart_id>
|
<target_uart_id>1</target_uart_id>
|
||||||
</communication_vuart>
|
</communication_vuart>
|
||||||
<pci_devs>s
|
<pci_devs>
|
||||||
<pci_dev/>
|
<pci_dev/>
|
||||||
</pci_devs>
|
</pci_devs>
|
||||||
<board_private>
|
<board_private>
|
||||||
|
@ -70,7 +70,7 @@
|
|||||||
<pcpu_id>0</pcpu_id>
|
<pcpu_id>0</pcpu_id>
|
||||||
<pcpu_id>2</pcpu_id>
|
<pcpu_id>2</pcpu_id>
|
||||||
</cpu_affinity>
|
</cpu_affinity>
|
||||||
<clos>>
|
<clos>
|
||||||
<vcpu_clos>0</vcpu_clos>
|
<vcpu_clos>0</vcpu_clos>
|
||||||
<vcpu_clos>0</vcpu_clos>
|
<vcpu_clos>0</vcpu_clos>
|
||||||
</clos>
|
</clos>
|
||||||
|
@ -125,7 +125,7 @@
|
|||||||
</pci_devs>
|
</pci_devs>
|
||||||
<mmio_resources>
|
<mmio_resources>
|
||||||
<TPM2>n</TPM2>
|
<TPM2>n</TPM2>
|
||||||
<p2sb>true</p2sb>
|
<p2sb>y</p2sb>
|
||||||
</mmio_resources>
|
</mmio_resources>
|
||||||
<pt_intx>
|
<pt_intx>
|
||||||
(14, 0)
|
(14, 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user