mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-10-12 07:57:53 +00:00
<guest_flag/> may be treated as either empty string or null in xslt transformation and xsd schema validation. Replace it with: <guest_flag></guest_flag> to avoid the undefined behavior. The duplicate guest_flag are removed. Tracked-On: #5980 Signed-off-by: Yang,Yu-chu <yu-chu.yang@intel.com> Reviewed-by: Junjie Mao <junjie.mao@intel.com>