You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The verify_servtd_attr and read_servtd_ext functions compared
CURR_SERVTD_ATTR against INIT_ATTR read from the target TD. This check
is invalid because INIT_ATTR is only populated when the rebind feature
is supported, while the initial binding does not set it.
Remove the redundant INIT_ATTR comparison and keep only the hardcoded
EXPECTED_SERVTD_ATTR verification which ensures the VMM wrote the
correct value.
Signed-off-by: Stanislaw Grams <stanislaw.grams@intel.com>
0 commit comments