Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ValidatePullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
steps:
- uses: actions/checkout@v6
- name: Spell Check Repo
uses: crate-ci/typos@v1.44.0
uses: crate-ci/typos@v1.45.1

license-headers:
name: check license headers
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
- Support mapping host memory into the guest by @syntactically in https://github.com/hyperlight-dev/hyperlight/pull/696
- Make MultiUseSandbox::map_file_cow public by @ludfjig in https://github.com/hyperlight-dev/hyperlight/pull/725
- Add memory mapping support with KVM by @jprendes in https://github.com/hyperlight-dev/hyperlight/pull/709
- Make sure mmapped memory is not mapped writeable into sandbox in kvm by @ludfjig in https://github.com/hyperlight-dev/hyperlight/pull/740
- Make sure mmapped memory is not mapped writable into sandbox in kvm by @ludfjig in https://github.com/hyperlight-dev/hyperlight/pull/740
- Make snapshots region aware by @ludfjig in https://github.com/hyperlight-dev/hyperlight/pull/742
- Restrict restoring sandboxes to snapshot taken on self by @ludfjig in https://github.com/hyperlight-dev/hyperlight/pull/746
- Enable guest tracing by @dblnz in https://github.com/hyperlight-dev/hyperlight/pull/695
Expand Down
Loading