Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Virtio backend #56

Draft
wants to merge 15 commits into
base: master
Choose a base branch
from
Draft

[WIP] Virtio backend #56

wants to merge 15 commits into from

Conversation

czoop
Copy link
Contributor

@czoop czoop commented Sep 21, 2021

  • Establish a shared memory region between backend and frontend
    • Create array in frontend, pass base address of array to backend
      • Private array on VirtioMMIONetInner
  • Have frontend use shared memory region for buffers (not VirtIO headers)
  • Have frontend use offset (idx if all same size) into shared memory region as descriptor address
  • Have backend use offset + shared memory region as actual address

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.

1 participant