acrn-hypervisor/misc/config_tools/schema
Yang,Yu-chu 346490a7dc config-tools: enable PTM through config-tools
Configure PTM in post-launched VM using <PTM> element. If the //vm/PTM
sets to 'y', pci_dev.c.xsl appends the virtual root port to
corresponding struct acrn_vm_pci_dev_config of that VM. Currently it
supports only post-launched VMs.

Configure enable_ptm for dm argument. If a uos/enable_ptm with uos id
= 'vm_id 'sets to 'y' and the vm/PTM with the same vm_id sets to 'y',
append an "enable_ptm" flag to the end of passthrough ethernet devices.
Currently there is only ethernet card can support the "enable_ptm"flag.

For the schema validation, the <PTM> can only be ['y', 'n'].

For the launched script validation, the <enable_ptm> can only be ['y',
'n']. If the <enable_ptm> sets to 'y' but the corresponding <PTM> sets
to 'n', the launch script will fail to generate.

Tracked-On: #6054
Signed-off-by: Yang,Yu-chu <yu-chu.yang@intel.com>
2021-05-25 11:32:11 +08:00
..
checks board_inspector/acpiparser: enable parsing RTCT v2 2021-05-19 08:53:38 +08:00
config.xsd config-tools: enable PTM through config-tools 2021-05-25 11:32:11 +08:00
datachecks.xsd config_tools/schema: add example data checks 2021-05-16 19:02:00 +08:00
types.xsd config-tool: rename PSRARM to SSRAM 2021-05-17 14:31:42 +08:00
VMtypes.xsd misc: sanity check VM config for nested virtualization 2021-05-13 16:16:30 +08:00