From: Changpeng Liu Date: Fri, 30 Mar 2018 02:46:16 +0000 (+0800) Subject: contrib/libvhost-user: add the protocol feature used for SET/GET message X-Git-Tag: v2.12.0-rc3~14^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ea3e6f5a93f77fa068b7858b714057e4bbde67cb;p=thirdparty%2Fqemu.git contrib/libvhost-user: add the protocol feature used for SET/GET message Signed-off-by: Changpeng Liu Reviewed-by: Michael S. Tsirkin Signed-off-by: Michael S. Tsirkin --- diff --git a/contrib/libvhost-user/libvhost-user.h b/contrib/libvhost-user/libvhost-user.h index 79f7a53ee84..b27075ea3b1 100644 --- a/contrib/libvhost-user/libvhost-user.h +++ b/contrib/libvhost-user/libvhost-user.h @@ -50,6 +50,7 @@ enum VhostUserProtocolFeature { VHOST_USER_PROTOCOL_F_CROSS_ENDIAN = 6, VHOST_USER_PROTOCOL_F_CRYPTO_SESSION = 7, VHOST_USER_PROTOCOL_F_PAGEFAULT = 8, + VHOST_USER_PROTOCOL_F_CONFIG = 9, VHOST_USER_PROTOCOL_F_MAX };