vhost: enable postcopy protocol feature
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com>
This commit is contained in:
parent
6d6e95cec4
commit
aa18d98bca
@ -22,7 +22,8 @@
|
||||
(1ULL << VHOST_USER_PROTOCOL_F_SLAVE_REQ) | \
|
||||
(1ULL << VHOST_USER_PROTOCOL_F_CRYPTO_SESSION) | \
|
||||
(1ULL << VHOST_USER_PROTOCOL_F_SLAVE_SEND_FD) | \
|
||||
(1ULL << VHOST_USER_PROTOCOL_F_HOST_NOTIFIER))
|
||||
(1ULL << VHOST_USER_PROTOCOL_F_HOST_NOTIFIER) | \
|
||||
(1ULL << VHOST_USER_PROTOCOL_F_PAGEFAULT))
|
||||
|
||||
typedef enum VhostUserRequest {
|
||||
VHOST_USER_NONE = 0,
|
||||
|
Loading…
x
Reference in New Issue
Block a user