projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c3e5a2
)
contrib/libvhost-user: add the protocol feature used for SET/GET message
author
Changpeng Liu
<changpeng.liu@intel.com>
Fri, 30 Mar 2018 02:46:16 +0000
(10:46 +0800)
committer
Michael 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
patch
|
blob
|
history
diff --git
a/contrib/libvhost-user/libvhost-user.h
b/contrib/libvhost-user/libvhost-user.h
index 79f7a53ee84575d192b94123dc82ae256ffa6ac5..b27075ea3b1f375b0d8deb61b7d4216a8739f093 100644
(file)
--- 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
};