summaryrefslogtreecommitdiff
path: root/coverage_config_x86_64.json
diff options
context:
space:
mode:
authorSebastien Boeuf <sebastien.boeuf@intel.com>2021-03-05 10:34:14 +0100
committerJiang Liu <gerry@linux.alibaba.com>2021-03-10 23:37:29 +0800
commitee3e8722706c984b3dfe12d3a130e92101b78e8f (patch)
treee26b739a1df9fd4a9fa2934d159ca0f0b632a120 /coverage_config_x86_64.json
parent7e3ab1af4e1c2157e206798683b64eb384c3693a (diff)
downloadvmm_vhost-ee3e8722706c984b3dfe12d3a130e92101b78e8f.tar.gz
vhost_user: Add support for REM_MEM_REG
Adding support for a new message REM_MEM_REG. This command request an existing memory region to be removed and unmapped from the vhost-user backend. It is designed for supporting memory hot-unplug, rather than using SET_MEM_TABLE, which is less efficient as it would remap all remaining regions. It is only available if the protocol feature VHOST_USER_PROTOCOL_F_CONFIGURE_MEM_SLOTS has been negotiated. 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 a4ed64f..2b2c164 100644
--- a/coverage_config_x86_64.json
+++ b/coverage_config_x86_64.json
@@ -1 +1 @@
-{"coverage_score": 81.3, "exclude_path": "src/vhost_kern/", "crate_features": "vhost-user-master,vhost-user-slave"} \ No newline at end of file
+{"coverage_score": 81.2, "exclude_path": "src/vhost_kern/", "crate_features": "vhost-user-master,vhost-user-slave"}