Re: [PATCH 2/3] vhost-user-blk-server: depend on CONFIG_VHOST_USER

2020-11-11 Thread Stefan Hajnoczi
On Wed, Nov 11, 2020 at 10:25:22AM +0100, Philippe Mathieu-Daudé wrote: > On 11/10/20 6:11 PM, Stefan Hajnoczi wrote: > > I interpreted CONFIG_VHOST_USER as controlling only QEMU's vhost-user > > device frontends. However, virtiofsd and contrib/ vhost-user device > > backends are also controlled by

Re: [PATCH 2/3] vhost-user-blk-server: depend on CONFIG_VHOST_USER

2020-11-11 Thread Philippe Mathieu-Daudé
On 11/10/20 6:11 PM, Stefan Hajnoczi wrote: > I interpreted CONFIG_VHOST_USER as controlling only QEMU's vhost-user > device frontends. However, virtiofsd and contrib/ vhost-user device > backends are also controlled by CONFIG_VHOST_USER. Make the > vhost-user-blk server depend on CONFIG_VHOST_USER

[PATCH 2/3] vhost-user-blk-server: depend on CONFIG_VHOST_USER

2020-11-10 Thread Stefan Hajnoczi
I interpreted CONFIG_VHOST_USER as controlling only QEMU's vhost-user device frontends. However, virtiofsd and contrib/ vhost-user device backends are also controlled by CONFIG_VHOST_USER. Make the vhost-user-blk server depend on CONFIG_VHOST_USER for consistency. Now the following error is printe