au-ts / libvmm

An experimental virtual machine monitor for the seL4 microkernel
Other
29 stars 15 forks source link

Add networking UIO driver #136

Closed dreamliner787-9 closed 2 weeks ago

dreamliner787-9 commented 3 weeks ago

This PR adds networking UIO driver to libvmm to allow creation of Ethernet driver VMs (maybe WiFi in the future?)

The basic idea is:

There are two issues to be aware of though:

dreamliner787-9 commented 3 weeks ago

Marking as draft because we need an example to prevent bitrot