Re: [RFC v2 3/3] libvhost-user: fence legacy virtio devices

2020-07-21 Thread Stefan Hajnoczi
On Fri, Jul 17, 2020 at 11:29:29AM +0200, Marc Hartmayer wrote: > libvhost-user has no support for legacy virtio devices therefore > let's fence them. > > Signed-off-by: Marc Hartmayer > --- > contrib/libvhost-user/libvhost-access.h | 10 ++ > contrib/libvhost-user/libvhost-user.c | 6

[RFC v2 3/3] libvhost-user: fence legacy virtio devices

2020-07-17 Thread Marc Hartmayer
libvhost-user has no support for legacy virtio devices therefore let's fence them. Signed-off-by: Marc Hartmayer --- contrib/libvhost-user/libvhost-access.h | 10 ++ contrib/libvhost-user/libvhost-user.c | 6 ++ 2 files changed, 16 insertions(+) diff --git a/contrib/libvhost-user