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
refactor: move vcpu signal handler setup to vcpu init
Move setting of signal handler into vcpu init to
prevent race condition between setting TLS and signal handler
using TLS.
Signed-off-by: Egor Lazarchuk <[email protected]>
0 commit comments