Skip to content

Add support for virtIO Socket #10

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

dreamliner787-9
Copy link
Contributor

@dreamliner787-9 dreamliner787-9 commented Apr 3, 2025

This PR:

  • Add support for virtIO MMIO Socket device to allow point-to-point communication between VM guests without any Ethernet or IP protocols set up.
  • Fix missing C bindings for VMM object.

Notes:

  • The VMM config data structure has been changed to break out virtIO MMIO devices into individual types. Each type have a common regs struct that contains the MMIO region and vIRQ, in addition to any additional configuration data that may be required for that type. Currently, only the socket virtIO device requires additional config data. The updated config.h header is in Add virtio-socket device implementation libvmm#161

… 2 VMMs and fix missing C binding for VMM object.

Signed-off-by: Bill Nguyen <[email protected]>
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