8000 Comparing v0.13.1...dev-latest · hyperlight-dev/hyperlight · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hyperlight-dev/hyperlight
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.13.1
Choose a base ref
...
head repository: hyperlight-dev/hyperlight
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev-latest
Choose a head ref
  • 4 commits
  • 4 files changed
  • 3 contributors

Commits on Mar 20, 2026

  1. build(deps): bump opentelemetry-otlp from 0.31.0 to 0.31.1 (#1332)

    Bumps [opentelemetry-otlp](https://github.com/open-telemetry/opentelemetry-rust) from 0.31.0 to 0.31.1.
    - [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-rust/blob/main/docs/release_0.30.md)
    - [Commits](open-telemetry/opentelemetry-rust@v0.31.0...opentelemetry-otlp-0.31.1)
    
    ---
    updated-dependencies:
    - dependency-name: opentelemetry-otlp
      dependency-version: 0.31.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 20, 2026
    Configuration menu
    Copy the full SHA
    de7f940 View commit details
    Browse the repository at this point in the history
  2. Remove Linux-only restriction from map_region on MultiUseSandbox (#1330)

    * Remove Linux-only restriction from map_region on MultiUseSandbox
    
    The map_region method and its tests were gated behind
    #[cfg(target_os = "linux")] but the underlying VM trait
    (VirtualMachine::map_memory) has implementations for KVM, MSHV, and
    WHP (Windows). The method itself contains no platform-specific code.
    
    - Remove #[cfg(target_os = "linux")] from map_region, its imports
      (log_then_return, MemoryRegionFlags), and all related tests/helpers
    - Fix region_for_memory helper to use platform-correct host base
      type (HostRegionBase on Windows, usize on Linux)
    
    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
    
    * Add cross-platform host_region_base/end helpers to SharedMemory
    
    Replace platform-conditional #[cfg] blocks and verbose turbofish
    calls with host_region_base() and host_region_end() on SharedMemory.
    This simplifies mapping_at() and the test region_for_memory helper.
    
    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
    
    ---------
    
    Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    jsturtevant and Copilot authored Mar 20, 2026
    Configuration menu
    Copy the full SHA
    1e45758 View commit details
    Browse the repository at this point in the history
  3. Bump gdbstub from 0.7.9 to 0.7.10 (#1298)

    Bumps [gdbstub](https://github.com/daniel5151/gdbstub) from 0.7.9 to 0.7.10.
    - [Release notes](https://github.com/daniel5151/gdbstub/releases)
    - [Changelog](https://github.com/daniel5151/gdbstub/blob/master/CHANGELOG.md)
    - [Commits](daniel5151/gdbstub@0.7.9...0.7.10)
    
    ---
    updated-dependencies:
    - dependency-name: gdbstub
      dependency-version: 0.7.10
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 20, 2026
    Configuration menu
    Copy the full SHA
    9049548 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2026

  1. Bump gdbstub_arch from 0.3.2 to 0.3.3 (#1300)

    Bumps [gdbstub_arch](https://github.com/daniel5151/gdbstub) from 0.3.2 to 0.3.3.
    - [Release notes](https://github.com/daniel5151/gdbstub/releases)
    - [Changelog](https://github.com/daniel5151/gdbstub/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/daniel5151/gdbstub/commits)
    
    ---
    updated-dependencies:
    - dependency-name: gdbstub_arch
      dependency-version: 0.3.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 21, 2026
    Configuration menu
    Copy the full SHA
    53f840f View commit details
    Browse the repository at this point in the history
Loading
0