block/export: disable VHOST_USER_PROTOCOL_F_INFLIGHT_SHMFD for now
commit6f4b1996b4cdc6b745bebae737c250f08c1ad965
authorStefan Hajnoczi <stefanha@redhat.com>
Tue, 9 Mar 2021 09:41:03 +0000 (9 09:41 +0000)
committerKevin Wolf <kwolf@redhat.com>
Fri, 19 Mar 2021 09:15:06 +0000 (19 10:15 +0100)
treee70fa286ece804e6997845d8d949dde6f20d0fde
parent0f418a207696b37f05d38f978c8873ee0a4f9815
block/export: disable VHOST_USER_PROTOCOL_F_INFLIGHT_SHMFD for now

The vhost-user in-flight shmfd feature has not been tested with
qemu-storage-daemon's vhost-user-blk server. Disable this optional
feature for now because it requires MFD_ALLOW_SEALING, which is not
available in some CI environments.

If we need this feature in the future it can be re-enabled after
testing.

Reported-by: Peter Maydell <peter.maydell@linaro.org>
Cc: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-Id: <20210309094106.196911-2-stefanha@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/export/vhost-user-blk-server.c