mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-09 20:59:03 +00:00
schema changes for DX configurator option presentation
Edit the schema (.xsd) files to modify the order options are presented. None of these changes invalidate existing scenario XML files, as they only reorder elements within the existing parent element, or tweak the acrn:views, acrn:title, or documentation content. Move simple type elements before complex type options (under the same parent element) to avoid the confusion where options look like they're part of a section based on the title that's added before complex typed options but not simple typed options. * add acrn:title to pcpu (pCPU list) * change documentation for binary option saying "checked" instead of 'y' * move HYPERV_ENABLED before RDT (simple type before complex type) * move vuart_connections before FEATURES * move name before vm_type * move console_vuart, os_type, vuart0, vbootloader, usb_xhci before lapic_passthrough * add acrn:title to epc_section * add acrn:title to memory * move gpu to top of virtio_devices (simple type before completx type) Tracked-On: #5692 Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
committed by
acrnsi-robot
parent
72445d01b4
commit
8ffb0dee4d
@@ -20,7 +20,7 @@ Within this option documentation, we refer to some common type
|
||||
definitions:
|
||||
|
||||
Boolean
|
||||
A true or false value specified as either ``y`` or ``n``.
|
||||
A true or false value displayed as a check box, checked indicating true.
|
||||
|
||||
Hexadecimal
|
||||
A base-16 (integer) value represented by a leading ``0x`` or ``0X`` followed by
|
||||
|
Reference in New Issue
Block a user