contrib/vhost-user-blk: fix 32 bit build and enable
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 24 May 2022 15:40:42 +0000 (16:40 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 27 Jun 2022 22:53:18 +0000 (18:53 -0400)
commit26ed501b9958cd319b75231ace8f883cd9331e9d
treef6cb84b5bfdc9145de58e0d04af15ea2e0b13a45
parent2fcd005ff0529efa0580165ab45a94b4195834a2
contrib/vhost-user-blk: fix 32 bit build and enable

We were not building the vhost-user-blk server due to 32 bit
compilation problems. The problem was due to format string types so
fix that and then enable the build. Tweak the rule to follow the same
rules as other vhost-user daemons.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20220321153037.3622127-12-alex.bennee@linaro.org>
Message-Id: <20220524154056.2896913-2-alex.bennee@linaro.org>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Raphael Norwitz <raphael.norwitz@nutanix.com>
contrib/vhost-user-blk/meson.build
contrib/vhost-user-blk/vhost-user-blk.c
meson.build