Skip to content

Commit 8c8b224

Browse files
committed
README: Update README for vfio-user crate
Since vfio-user repo is now merged with vfio repo, update the docs to reflect the same. Signed-off-by: Jinank Jain <[email protected]>
1 parent 8e20c7c commit 8c8b224

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ While the group is the minimum granularity that must be used to ensure secure us
2121
This repository provides two crates to use the VFIO framework, please refer to crate documentations for detail information.
2222
- [vfio-bindings](./vfio-bindings): a rust FFI bindings to VFIO generated using [bindgen](https://crates.io/crates/bindgen).
2323
- [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).
2425

2526
## License
2627

0 commit comments

Comments
 (0)