You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ While the group is the minimum granularity that must be used to ensure secure us
21
21
This repository provides two crates to use the VFIO framework, please refer to crate documentations for detail information.
22
22
-[vfio-bindings](./vfio-bindings): a rust FFI bindings to VFIO generated using [bindgen](https://crates.io/crates/bindgen).
23
23
-[vfio-ioctls](./vfio-ioctls): a group of safe wrappers over the [VFIO APIs](https://github.com/torvalds/linux/blob/master/include/uapi/linux/vfio.h).
24
+
-[vfio-user](./vfio-user): a group of safe wrappers to implement [vfio-user devices](https://github.com/nutanix/libvfio-user/blob/master/docs/vfio-user.rst).
0 commit comments