mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-10-07 17:24:09 +00:00
"is_tpm_passthru" would always return "False" with the existing logic. 1. Replace "get_leaf_tag_map_bool" with "get_leaf_tag_map". Instead returning a dictrionary with boolean diction values, just get the string value. 2. Return "True" if any vm has enabled the passtrhough tpm with option "y". Tracked-On: #5710 Signed-off-by: Yang,Yu-chu <yu-chu.yang@intel.com>