mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-10-02 14:55:39 +00:00
When an element in the schema does not have an acrn:applicable-vms or acrn:views (as opposed to having the attribute with an empty value, acrn:views="") we need to look up the ancestors to see if any of them have an element with such an attribute defined. If non of the ancestors have that attribute defined, then the intrepretation is that the element can be found for all VMs or for both basic and advanced tabs. Tweak the xslt processing of the schema data to option config doc to reflect these semantics. Signed-off-by: David B. Kinder <david.b.kinder@intel.com>