Skip to content

WIP : Add support for OSv in urunc#615

Open
shivansh-source wants to merge 1 commit intourunc-dev:mainfrom
shivansh-source:shivansh1
Open

WIP : Add support for OSv in urunc#615
shivansh-source wants to merge 1 commit intourunc-dev:mainfrom
shivansh-source:shivansh1

Conversation

@shivansh-source
Copy link
Copy Markdown

This PR adds support for OSv unikernel framework to urunc.

Changes

  • Added OSv unikernel handler in pkg/unikontainers/unikernels/osv.go
  • Registered OSv in the unikernel factory (unikernel.go)
  • Updated README.md to list OSv in supported platforms
  • OSv supports QEMU hypervisor with block device and networking

Supported Features

  • Architecture: x86, aarch64
  • Hypervisor: QEMU
  • Storage: Block devices (virtio-blk)
  • Networking: virtio-net

Testing

Test cases will be added in a follow-up PR based on maintainer feedback.

Closes #103

Signed-off-by: shivansh-source <shivanshsiddhi1234@gmail.com>
@netlify
Copy link
Copy Markdown

netlify Bot commented May 3, 2026

Deploy Preview for urunc canceled.

Name Link
🔨 Latest commit 9bfff3f
🔍 Latest deploy log https://app.netlify.com/projects/urunc/deploys/69f78f64ba0fd5000898cf5d

@shivansh-source shivansh-source changed the title Add support for OSv in urunc WIP : Add support for OSv in urunc May 3, 2026
@shivansh-source
Copy link
Copy Markdown
Author

/cc @cmainas . if u good with approach i will add the test cases for OSv in the same pr or a follow up pr .

@cmainas
Copy link
Copy Markdown
Contributor

cmainas commented May 5, 2026

Hello @shivansh-source , please read and follow the contribution guide.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for OSv in urunc

2 participants