mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-05-30 19:05:33 +00:00
This patch adds the following annotations to the config items defined in the schema of scenario XMLs: - acrn:title, which defines the human-readable label of the corresponding widgets in the configurator. - acrn:views, which controls in which view(s) this item shows in the configurator. - acrn:applicable-vms, which specifies the kinds of VMs (pre-launched, post-launched and/or service VM) this item applies to. An item not applicable to a certain type of VM will not be shown in the configurator, and will trigger validation error if that item exists for a VM of that specific type. v1 -> v2: * Preserve the CPU affinity settings for service VMs. This will be needed later when we want to restrict the available CPUs the service VM can use at runtime (but not at initialization time). Tracked-On: #6690 Signed-off-by: Junjie Mao <junjie.mao@intel.com> |
||
---|---|---|
.. | ||
qemu.xml | ||
shared.xml |