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 reset must be called only once on vcpu drop, so move it
directly into the Drop impl.
- Replace errors with asserts since there is an assumption that TLS
will always hold correct vcpu pointer for a given thread.
- Mark Drop impl as non test only as our unit tests create multiple vcpus
which will panic on Drop since they all will be referencing same TLS.
Signed-off-by: Egor Lazarchuk <[email protected]>
0 commit comments