diff options
author | Thanos Makatos <thanos.makatos@nutanix.com> | 2021-11-30 14:40:18 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-30 14:40:18 +0000 |
commit | f2dd09649e31540996fa4e9497693d1b27bc88fe (patch) | |
tree | 004db91ebc9cfa68af9bd5f2ff96fc11fabcb6db /README.md | |
parent | 02174878b1f7a70d3ac09c50c12799df0a1f9406 (diff) | |
download | libvfio-user-f2dd09649e31540996fa4e9497693d1b27bc88fe.zip libvfio-user-f2dd09649e31540996fa4e9497693d1b27bc88fe.tar.gz libvfio-user-f2dd09649e31540996fa4e9497693d1b27bc88fe.tar.bz2 |
introduce device quiesce callback (#609)
Signed-off-by: Thanos Makatos <thanos.makatos@nutanix.com>
Reviewed-by: John Leon <john.levon@nutanix.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -74,6 +74,11 @@ The kernel headers are necessary because VFIO structs and defines are reused. Finally build your program and link with `libvfio-user.so`. +Coverity +======== + +`make coverity` automatically uploads a new coverity build. + Supported features ================== |