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
handle_db_exception was only used in the SVSM #VC handler. This
function was calling handle_debug_exception under the hood.
We can remove handle_db_exception and integreate its logic into
handle_debug_exception so that it remains only 1 debug exception
handling function.
Signed-off-by: Thomas Leroy <[email protected]>
0 commit comments