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_uart_id>1</target_uart_id>
|
||||
</communication_vuart>
|
||||
<pci_devs>s
|
||||
<pci_devs>
|
||||
<pci_dev/>
|
||||
</pci_devs>
|
||||
<board_private>
|
||||
|
|
|
@ -70,7 +70,7 @@
|
|||
<pcpu_id>0</pcpu_id>
|
||||
<pcpu_id>2</pcpu_id>
|
||||
</cpu_affinity>
|
||||
<clos>>
|
||||
<clos>
|
||||
<vcpu_clos>0</vcpu_clos>
|
||||
<vcpu_clos>0</vcpu_clos>
|
||||
</clos>
|
||||
|
|
|
@ -125,7 +125,7 @@
|
|||
</pci_devs>
|
||||
<mmio_resources>
|
||||
<TPM2>n</TPM2>
|
||||
<p2sb>true</p2sb>
|
||||
<p2sb>y</p2sb>
|
||||
</mmio_resources>
|
||||
<pt_intx>
|
||||
(14, 0)
|
||||
|
|
Loading…
Reference in New Issue