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
{{ message }}
This repository was archived by the owner on Apr 19, 2026. It is now read-only.
The current output is a bit rough and while fine for debugging, it's not very readable output that you want to see when running tests.
Consider using something like this:
[vm->host] function(params...)for host call entry,[vm<-host] function return: Xfor host call return,[host->vm] function(params...)for callback entry,[host<-vm] function return: Xfor callback return.with either
OK,FAILED,UNEXPECTEDbeing printed out on the right hand side, depending on the expectations.