-
Notifications
You must be signed in to change notification settings - Fork 53
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
rework PCI capabilities #14
Comments
Ideally we'd like to have a flexible array member at the end of |
Actually I think the current implementation can work, either way the user will be maintaining a pointer to their capability, so all we need to do is to replace the |
I'm looking at the PCI specification and I'm not sure how much of it we can handle in the library we need to go through the spec very thoroughly. |
I've moved handling of PCI capabilities into MUSER in my vfio-over-socket branch. Capabilities are still maintained in a list which I think need to be replaced by keeping them in a buffer. |
fixed in vfio-user branch |
Currently handling of standard PCI capabilities is left to the device implementation, however that shouldn't be the case as it's the same for all kinds of devices.
The text was updated successfully, but these errors were encountered: