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: main
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: tandr/ring
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 63 files changed
  • 1 contributor

Commits on Mar 27, 2026

  1. feat(virtq): add packed virtual queue implementation

    Signed-off-by: Tomasz Andrzejak <andreiltd@gmail.com>
    andreiltd committed Mar 27, 2026
    Configuration menu
    Copy the full SHA
    d7e692c View commit details
    Browse the repository at this point in the history
  2. feat(virtq): add virtqueue ring plumbing in scratch region

    Place G2H and H2G packed virtqueue descriptor rings at deterministic
    offsets in the scratch region.
    
    Signed-off-by: Tomasz Andrzejak <andreiltd@gmail.com>
    andreiltd committed Mar 27, 2026
    Configuration menu
    Copy the full SHA
    7eb30f8 View commit details
    Browse the repository at this point in the history
  3. feat(virtq): add MemOps for host and guest

    Signed-off-by: Tomasz Andrzejak <andreiltd@gmail.com>
    andreiltd committed Mar 27, 2026
    Configuration menu
    Copy the full SHA
    d8710ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    945d4df View commit details
    Browse the repository at this point in the history
  5. feat(virtq): add reset API

    andreiltd committed Mar 27, 2026
    Configuration menu
    Copy the full SHA
    0a90c62 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    45023f8 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2026

  1. Configuration menu
    Copy the full SHA
    a937fbb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09ad294 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2026

  1. Configuration menu
    Copy the full SHA
    b978f6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    687ea8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd8a535 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    527ec12 View commit details
    Browse the repository at this point in the history
Loading