Re: [PATCH v2 0/3] Enable vhost-user to be used on BSD systems

2022-03-03 Thread Stefan Hajnoczi
On Wed, Mar 02, 2022 at 07:03:15PM +0100, Sergio Lopez wrote: > Since QEMU is already able to emulate ioeventfd using pipefd, we're already > pretty close to supporting vhost-user on non-Linux systems. > > This two patches bridge the gap by: > > 1. Adding a new event_notifier_get_wfd() to return

[PATCH v2 0/3] Enable vhost-user to be used on BSD systems

2022-03-02 Thread Sergio Lopez
Since QEMU is already able to emulate ioeventfd using pipefd, we're already pretty close to supporting vhost-user on non-Linux systems. This two patches bridge the gap by: 1. Adding a new event_notifier_get_wfd() to return wfd on the places where the peer is expected to write to the notifier.