Re: [Qemu-devel] [PATCH v5 11/21] vhost: only use shared log if in use by backend

2015-09-30 Thread Michael S. Tsirkin
On Thu, Sep 24, 2015 at 06:22:11PM +0200, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > Do not allocate a shared log if the backend doesn't support it. > > Signed-off-by: Marc-André Lureau So squash this in the

Re: [Qemu-devel] [PATCH v5 11/21] vhost: only use shared log if in use by backend

2015-09-30 Thread Marc-André Lureau
Hi - Original Message - > On Thu, Sep 24, 2015 at 06:22:11PM +0200, marcandre.lur...@redhat.com wrote: > > From: Marc-André Lureau > > > > Do not allocate a shared log if the backend doesn't support it. > > > > Signed-off-by: Marc-André Lureau

[Qemu-devel] [PATCH v5 11/21] vhost: only use shared log if in use by backend

2015-09-24 Thread marcandre . lureau
From: Marc-André Lureau Do not allocate a shared log if the backend doesn't support it. Signed-off-by: Marc-André Lureau --- hw/virtio/vhost-user.c| 9 + hw/virtio/vhost.c | 15 ++-