]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
contrib/libvhost-user: add the protocol feature used for SET/GET message
authorChangpeng Liu <changpeng.liu@intel.com>
Fri, 30 Mar 2018 02:46:16 +0000 (10:46 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 9 Apr 2018 14:35:46 +0000 (17:35 +0300)
Signed-off-by: Changpeng Liu <changpeng.liu@intel.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
contrib/libvhost-user/libvhost-user.h

index 79f7a53ee84575d192b94123dc82ae256ffa6ac5..b27075ea3b1f375b0d8deb61b7d4216a8739f093 100644 (file)
@@ -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
 };