qemu with hax to log dma reads & writes jcs.org/2018/11/12/vfio

contrib/libvhost-user: add the protocol feature used for SET/GET message

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>

authored by

Changpeng Liu and committed by
Michael S. Tsirkin
ea3e6f5a 1c3e5a26

+1
+1
contrib/libvhost-user/libvhost-user.h
··· 50 50 VHOST_USER_PROTOCOL_F_CROSS_ENDIAN = 6, 51 51 VHOST_USER_PROTOCOL_F_CRYPTO_SESSION = 7, 52 52 VHOST_USER_PROTOCOL_F_PAGEFAULT = 8, 53 + VHOST_USER_PROTOCOL_F_CONFIG = 9, 53 54 54 55 VHOST_USER_PROTOCOL_F_MAX 55 56 };