Release v0.11.0
What's Changed
Fixed
- Fixes a race condition in killing Sandboxes by @simongdavies in https://github.com/hyperlight-dev/hyperlight/pull/959
Changed
- Unify register representation across hypervisors by @ludfjig in https://github.com/hyperlight-dev/hyperlight/pull/907
- Guest tracing improvements to use
tracingcrate by @dblnz in https://github.com/hyperlight-dev/hyperlight/pull/844 - Serialize guest trace data using flatbuffers by @dblnz in https://github.com/hyperlight-dev/hyperlight/pull/999
Added
- Add support for mmapped memory in crashdumps and guest debugging by @dblnz in https://github.com/hyperlight-dev/hyperlight/pull/943
- Add poison state to sandbox by @ludfjig in https://github.com/hyperlight-dev/hyperlight/pull/931
- Crashdump on demand by @simongdavies in https://github.com/hyperlight-dev/hyperlight/pull/972
Removed
- Remove seccomp by @dblnz in https://github.com/hyperlight-dev/hyperlight/pull/971
- Remove mshv2 feature by @dblnz in https://github.com/hyperlight-dev/hyperlight/pull/973