On 8/5/24 09:44, Stefano Garzarella wrote:
The vhost-user protocol is not really Linux-specific so let's enable
vhost-user frontends for any POSIX system.

In vhost_net.c we use VHOST_FILE_UNBIND which is defined in a Linux
specific header, let's define it for other systems as well.

Signed-off-by: Stefano Garzarella <sgarz...@redhat.com>
---
  meson.build        | 1 -
  hw/net/vhost_net.c | 5 +++++
  hw/block/Kconfig   | 2 +-
  3 files changed, 6 insertions(+), 2 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>

on macOS:
Tested-by: Philippe Mathieu-Daudé <phi...@linaro.org>


Reply via email to