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
Check the comments for more context.
The way get_stop_reason method is implemented introduces code duplication between kvm and mshv, this can be improved.
it is worth investigating whether mshv has a way of checking which exception was intercepted. Link 1 and Link 2 are relevant to this.
Check whether gdb does not complain when an unknown vCPU exit reason is reported as SwBp
The text was updated successfully, but these errors were encountered:
This is a follow up issue for the #327 PR.
Check the comments for more context.
The way
get_stop_reason
method is implemented introduces code duplication between kvm and mshv, this can be improved.it is worth investigating whether
mshv
has a way of checking which exception was intercepted.Link 1 and Link 2 are relevant to this.
Check whether
gdb
does not complain when an unknown vCPU exit reason is reported as SwBpThe text was updated successfully, but these errors were encountered: