Skip to content

Add support for virtIO Socket#10

Open
dreamliner787-9 wants to merge 1 commit intomainfrom
virtio-socket
Open

Add support for virtIO Socket#10
dreamliner787-9 wants to merge 1 commit intomainfrom
virtio-socket

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 <bill.nguyen@student.unsw.edu.au>
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