Skip to content

Conversation

@vinayakjeet
Copy link

@vinayakjeet vinayakjeet commented Jan 29, 2026

Description

This change adds a configurable vhost option to monitors.
When enabled for QEMU, it allows the use of vhost-net to improve network performance.

Related issues

Fixes

How was this tested?

  • make lint
  • make test_ctr

LLM usage

Yes – LLMs were used for drafting code and clarifying implementation details.
All changes were reviewed and verified manually.

Checklist

  • I have read the contribution guide.
  • The linter passes locally (make lint).
  • The e2e tests of at least one tool pass locally (make test_ctr).
  • If LLMs were used: I have read the LLM policy.

@netlify
Copy link

netlify bot commented Jan 29, 2026

Deploy Preview for urunc canceled.

Name Link
🔨 Latest commit ce47b49
🔍 Latest deploy log https://app.netlify.com/projects/urunc/deploys/697e71b59b72c60008c4d87c

This change adds a 'vhost' configuration option to monitors. When enabled, it allows the use of vhost-net for improved network performance in QEMU.

Fixes: urunc-dev#410
Signed-off-by: vinayakjeet <vinayakjeetog@gmail.com>
@vinayakjeet
Copy link
Author

This PR does not modify any files under /docs, so the MkDocs CI job was skipped as expected due to no documentation changes.

Kindly requesting a review from @cmainas and @ananos when you have time. Thank you!

@cmainas
Copy link
Contributor

cmainas commented Jan 30, 2026

Hello @vinayakjeet ,

thank you for your contribution. Please fill the PR template correctly and fully. Also, please test your changes before submitting a PR.

Signed-off-by: vinayakjeet <vinayakjeetog@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add configurable option for vhost

2 participants