Re: [PATCH v1 11/13] contrib/vhost-user-blk: fix 32 bit build and enable

2022-05-16 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > On 21/3/22 16:30, Alex Bennée wrote: >> 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

Re: [PATCH v1 11/13] contrib/vhost-user-blk: fix 32 bit build and enable

2022-03-21 Thread Philippe Mathieu-Daudé
On 21/3/22 16:30, Alex Bennée wrote: 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é

[PATCH v1 11/13] contrib/vhost-user-blk: fix 32 bit build and enable

2022-03-21 Thread Alex Bennée
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 --- meson.build