-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Virtio-vfio:Should we support virtio-vfio in the nearly future? #776
Comments
@jshachm vfio was considered for Firecracker, but was ultimately dropped because it's incompatible with oversubscribing memory. Any mapped virtual-function will pin the process memory in the host kernel. Unless we get a strong customer use-case where vfio is the right solution, support for this is excluded. |
@jshachm Is virtio-vfio defined anywhere? |
great~~ @raduweiss @sameo sameo I mean vfio-pci and virtio-pci。。。 hah~ |
@jshachm fwiw, we're adding the VFIO crates to the rust-vmm project: |
Hey guys~
Now we have support four types virtio backend. Should we support virtio-vfio which is very useful in the device direct use.
The text was updated successfully, but these errors were encountered: