summaryrefslogtreecommitdiff
path: root/coverage_config_x86_64.json
diff options
context:
space:
mode:
authorSebastien Boeuf <sebastien.boeuf@intel.com>2021-06-08 10:24:23 +0200
committerSebastien Boeuf <sebastien.boeuf@intel.com>2021-06-11 13:51:37 +0200
commita8ff939161d41fc2f449b80e461d013c1e19f666 (patch)
tree289513425919e07f3ccd894709e840b324e9610a /coverage_config_x86_64.json
parent30ba3e7bbe9e0542cf480f44bc6845a8dbd2a6ba (diff)
downloadvmm_vhost-a8ff939161d41fc2f449b80e461d013c1e19f666.tar.gz
vhost_user: Add Inflight I/O tracking support
The inflight I/O tracking feature is useful for handling crashes and disconnections from the backend. It allows the backend to rely on a buffer that was shared earlier with the VMM to restore to the previous state it was before the crash. This feature depends on the availability of the protocol feature VHOST_USER_PROTOCOL_F_INFLIGHT_SHMFD, and it implements both VHOST_USER_GET_INFLIGHT_FD and VHOST_USER_SET_INFLIGHT_FD messages. Fixes #43 Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
Diffstat (limited to 'coverage_config_x86_64.json')
-rw-r--r--coverage_config_x86_64.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage_config_x86_64.json b/coverage_config_x86_64.json
index f9164a8..73a5c25 100644
--- a/coverage_config_x86_64.json
+++ b/coverage_config_x86_64.json
@@ -1 +1 @@
-{"coverage_score": 81.0, "exclude_path": "src/vhost_kern/", "crate_features": "vhost-user-master,vhost-user-slave"}
+{"coverage_score": 80.9, "exclude_path": "src/vhost_kern/", "crate_features": "vhost-user-master,vhost-user-slave"}